Searched defs:layoutState (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderView.h127 // Returns true if layoutState should be used for its cached offset and clip.
129 LayoutState* layoutState() const { return m_layoutState; } function in class:WebCore::RenderView
192 // We push LayoutState even if layoutState is disabled because it stores layoutDelta too.
327 bool m_disabled : 1; // true if the offset and clip part of layoutState is disabled
H A DRenderInline.cpp1037 LayoutState* layoutState = v->layoutState(); local
1040 rect.move(layoutState->m_paintOffset);
1041 if (layoutState->m_clipped)
1042 rect.intersect(layoutState->m_clipRect);
1126 LayoutState* layoutState = v->layoutState(); local
1127 IntSize offset = layoutState->m_paintOffset;
H A DRenderBox.cpp1204 LayoutState* layoutState = v->layoutState(); local
1205 IntSize offset = layoutState->m_paintOffset;
1412 LayoutState* layoutState = v->layoutState(); local
1421 rect.move(layoutState->m_paintOffset);
1422 if (layoutState->m_clipped)
1423 rect.intersect(layoutState->m_clipRect);
H A DRenderBlock.cpp1324 if (view()->layoutState()->m_pageLogicalHeight)
1325 setPageLogicalOffset(view()->layoutState()->pageLogicalOffset(logicalTop()));
1716 bool paginated = view()->layoutState()->isPaginated();
1784 bool paginated = view()->layoutState()->isPaginated();
2037 bool paginated = view()->layoutState()->isPaginated();
2214 view()->layoutState()->clearPaginationInformation(); // Positioned objects are not part of the column flow, so they don't paginate with the columns.
2242 view()->layoutState()->m_columnInfo = columnInfo(); // FIXME: Kind of gross. We just put this back into the layout state so that pop() will work.
2263 if (view()->layoutState()->pageLogicalHeightChanged() || (view()->layoutState()->pageLogicalHeight() && view()->layoutState()
6019 LayoutState* layoutState = view()->layoutState(); local
6080 LayoutState* layoutState = view()->layoutState(); local
6112 LayoutState* layoutState = view()->layoutState(); local
[all...]

Completed in 299 milliseconds