Exemplo n.º 1
0
void RenderView::computeLogicalWidth()
{
    if (!shouldUsePrintingLayout() && m_frameView)
        setLogicalWidth(viewLogicalWidth());
}
Exemplo n.º 2
0
void RenderView::computeLogicalWidth()
{
    if (!printing() && m_frameView)
        setLogicalWidth(viewLogicalWidth());
}
Exemplo n.º 3
0
void RenderView::updateLogicalWidth()
{
    if (!shouldUsePrintingLayout())
        setLogicalWidth(viewLogicalWidth());
}
Exemplo n.º 4
0
void RenderView::updateLogicalWidth()
{
    if (m_frameView)
        setLogicalWidth(viewLogicalWidth());
}
Exemplo n.º 5
0
void RenderView::updateLogicalWidth()
{
    setLogicalWidth(viewLogicalWidth());
}