Home
last modified time | relevance | path

Searched refs:clearPaginationInformation (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLayoutState.h71 void clearPaginationInformation();
DLayoutState.cpp173 void LayoutState::clearPaginationInformation() in clearPaginationInformation() function in WebCore::LayoutState
DRenderBlock.cpp1843 …view()->layoutState()->clearPaginationInformation(); // Positioned objects are not part of the col… in layoutPositionedObjects()