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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
LayoutState.h 42 class LayoutState {
43 WTF_MAKE_NONCOPYABLE(LayoutState);
45 LayoutState()
64 LayoutState(LayoutState*, RenderBox*, const LayoutSize& offset, LayoutUnit pageHeight, bool pageHeightChanged, ColumnInfo*);
65 LayoutState(RenderObject*);
67 // LayoutState is allocated out of the rendering partition.
117 LayoutState* m_next;
LayoutState.cpp 27 #include "core/rendering/LayoutState.h"
36 LayoutState::LayoutState(LayoutState* prev, RenderBox* renderer, const LayoutSize& offset, LayoutUnit pageLogicalHeight, bool pageLogicalHeightChanged, ColumnInfo* columnInfo)
134 LayoutState::LayoutState(RenderObject* root)
163 void* LayoutState::operator new(size_t sz)
168 void LayoutState::operator delete(void* ptr)
173 void LayoutState::clearPaginationInformation()
180 LayoutUnit LayoutState::pageLogicalOffset(RenderBox* child, LayoutUnit childLogicalOffset) cons
    [all...]
RenderView.h 27 #include "core/rendering/LayoutState.h"
152 // Returns true if layoutState should be used for its cached offset and clip.
154 LayoutState* layoutState() const { return m_layoutState; }
218 bool initializeLayoutState(LayoutState&);
228 // We push LayoutState even if layoutState is disabled because it stores layoutDelta too.
235 m_layoutState = new LayoutState(m_layoutState, renderer, offset, pageHeight, pageHeightChanged, colInfo);
243 LayoutState* state = m_layoutState;
249 // Suspends the LayoutState optimization. Used under transforms that cannot be represented b
    [all...]
RenderView.cpp 165 void RenderView::layoutContent(const LayoutState& state)
187 void RenderView::checkLayoutState(const LayoutState& state)
215 bool RenderView::initializeLayoutState(LayoutState& state)
225 LayoutState* seamlessLayoutState = seamlessAncestor ? seamlessAncestor->view()->layoutState() : 0;
269 void RenderView::layoutContentInAutoLogicalHeightRegions(const LayoutState& state)
338 LayoutState state;
    [all...]
RenderFlowThread.cpp     [all...]
RenderBlockFlow.cpp 211 view()->layoutState()->pageLogicalOffset(this, borderBefore() + paddingBefore() + layoutOverflowLogicalBottom) - colInfo->forcedBreakOffset());
366 if (renderView->layoutState()->m_pageLogicalHeight)
367 setPageLogicalOffset(renderView->layoutState()->pageLogicalOffset(this, logicalTop()));
459 bool paginated = view()->layoutState()->isPaginated();
    [all...]
RenderInline.cpp     [all...]
RootInlineBox.cpp 340 LayoutState* layoutState = block()->view()->layoutState();
341 RenderBlockFlow* lineGrid = layoutState->lineGrid();
342 LayoutSize lineGridOffset = layoutState->lineGridOffset();
352 LayoutUnit blockOffset = block()->isHorizontalWritingMode() ? layoutState->layoutOffset().height() : layoutState->layoutOffset().width();
372 LayoutUnit lineGridPaginationOrigin = isHorizontal() ? layoutState->lineGridPaginationOrigin().height() : layoutState->lineGridPaginationOrigin().width();
377 if (layoutState->isPaginated() && layoutState->pageLogicalHeight())
    [all...]
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_rendering.target.darwin-arm.mk 47 third_party/WebKit/Source/core/rendering/LayoutState.cpp \
webcore_rendering.target.darwin-mips.mk 47 third_party/WebKit/Source/core/rendering/LayoutState.cpp \
webcore_rendering.target.darwin-x86.mk 47 third_party/WebKit/Source/core/rendering/LayoutState.cpp \
webcore_rendering.target.linux-arm.mk 47 third_party/WebKit/Source/core/rendering/LayoutState.cpp \
webcore_rendering.target.linux-mips.mk 47 third_party/WebKit/Source/core/rendering/LayoutState.cpp \
webcore_rendering.target.linux-x86.mk 47 third_party/WebKit/Source/core/rendering/LayoutState.cpp \

Completed in 300 milliseconds