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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.cpp 248 bool needsPaginationUpdate = isPaginated() || enclosingPaginationLayer();
249 updatePaginationRecursive(needsPaginationUpdate);
438 void RenderLayer::updatePaginationRecursive(bool needsPaginationUpdate)
444 needsPaginationUpdate = true;
446 if (needsPaginationUpdate)
450 needsPaginationUpdate = true;
453 child->updatePaginationRecursive(needsPaginationUpdate);
    [all...]
RenderLayer.h     [all...]

Completed in 62 milliseconds