HomeSort by relevance Sort by last modified time
    Searched refs:layoutState (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp 70 ShapeInsideInfo* shapeInsideInfo = view()->layoutState()->shapeInsideInfo();
    [all...]
RenderView.cpp 125 void RenderView::layoutContent(const LayoutState& state)
139 void RenderView::checkLayoutState(const LayoutState& state)
169 bool RenderView::initializeLayoutState(LayoutState& state)
179 LayoutState* seamlessLayoutState = seamlessAncestor ? seamlessAncestor->view()->layoutState() : 0;
223 void RenderView::layoutContentInAutoLogicalHeightRegions(const LayoutState& state)
281 LayoutState state;
    [all...]
RenderTableRow.cpp 164 bool paginated = view()->layoutState()->isPaginated();
169 if (!cell->needsLayout() && paginated && view()->layoutState()->pageLogicalHeight() && view()->layoutState()->pageLogicalOffset(cell, cell->logicalTop()) != cell->pageLogicalOffset())
RootInlineBox.cpp 346 LayoutState* layoutState = block()->view()->layoutState();
347 RenderBlock* lineGrid = layoutState->lineGrid();
348 LayoutSize lineGridOffset = layoutState->lineGridOffset();
358 LayoutUnit blockOffset = block()->isHorizontalWritingMode() ? layoutState->layoutOffset().height() : layoutState->layoutOffset().width();
378 LayoutUnit lineGridPaginationOrigin = isHorizontal() ? layoutState->lineGridPaginationOrigin().height() : layoutState->lineGridPaginationOrigin().width();
383 if (layoutState->isPaginated() && layoutState->pageLogicalHeight())
    [all...]
RenderBlock.cpp     [all...]
RenderInline.cpp     [all...]
RenderView.h 27 #include "core/rendering/LayoutState.h"
144 // Returns true if layoutState should be used for its cached offset and clip.
146 LayoutState* layoutState() const { return m_layoutState; }
212 bool initializeLayoutState(LayoutState&);
222 // We push LayoutState even if layoutState is disabled because it stores layoutDelta too.
228 m_layoutState = new LayoutState(m_layoutState, renderer, offset, pageHeight, pageHeightChanged, colInfo);
236 LayoutState* state = m_layoutState;
241 // Suspends the LayoutState optimization. Used under transforms that cannot be represented b
    [all...]
RenderDeprecatedFlexibleBox.cpp 325 if (view()->layoutState()->pageLogicalHeight())
326 setPageLogicalOffset(view()->layoutState()->pageLogicalOffset(this, logicalTop()));
    [all...]
RenderTableSection.cpp     [all...]
RenderBox.cpp     [all...]
RenderTable.cpp 556 if (view()->layoutState()->pageLogicalHeight())
557 setPageLogicalOffset(view()->layoutState()->pageLogicalOffset(this, logicalTop()));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.cpp 635 ASSERT(!renderer->view()->layoutState());

Completed in 132 milliseconds