Home
last modified time | relevance | path

Searched defs:needsPaginationUpdate (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.cpp248 bool needsPaginationUpdate = isPaginated() || enclosingPaginationLayer(); in updateLayerPositionsAfterLayout() local
438 void RenderLayer::updatePaginationRecursive(bool needsPaginationUpdate) in updatePaginationRecursive()