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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.cpp 248 bool needsPaginationUpdate = isPaginated() || enclosingPaginationLayer();
467 // layers). We track an enclosingPaginationLayer instead of using a simple bit, since we want to be able to get back
480 m_enclosingPaginationLayer = parent()->enclosingPaginationLayer();
501 m_enclosingPaginationLayer = containingBlock->layer()->enclosingPaginationLayer();
    [all...]
RenderLayer.h 153 RenderLayer* enclosingPaginationLayer() const { return m_enclosingPaginationLayer; }
    [all...]

Completed in 230 milliseconds