HomeSort by relevance Sort by last modified time
    Searched full:seamlessancestor (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.cpp 224 RenderBox* seamlessAncestor = enclosingSeamlessRenderer(document());
225 LayoutState* seamlessLayoutState = seamlessAncestor ? seamlessAncestor->view()->layoutState() : 0;
226 bool shouldInheritPagination = seamlessLayoutState && !m_pageLogicalHeight && seamlessAncestor->style()->writingMode() == style()->writingMode();
235 bool isFlipped = seamlessAncestor->style()->isFlippedBlocksWritingMode();
237 LayoutSize iFrameOffset(layoutOffset.width() + seamlessAncestor->x() + (!isFlipped ? seamlessAncestor->borderLeft() + seamlessAncestor->paddingLeft() :
238 seamlessAncestor->borderRight() + seamlessAncestor->paddingRight())
    [all...]

Completed in 30 milliseconds