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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.cpp 606 // layers). We track an enclosingPaginationLayer instead of using a simple bit, since we want to be able to get back
619 m_enclosingPaginationLayer = parent()->enclosingPaginationLayer();
639 m_enclosingPaginationLayer = containingBlock->layer()->enclosingPaginationLayer();
    [all...]
RenderLayerClipper.cpp 323 if (clipRectsContext.clipRectsType != TemporaryClipRects && m_renderer.layer()->parent()->enclosingPaginationLayer() != m_renderer.layer()->enclosingPaginationLayer()) {
RenderLayer.h 171 RenderLayer* enclosingPaginationLayer() const { return m_enclosingPaginationLayer; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 101 if (isRelayoutingSubtree && (layer->isPaginated() || layer->enclosingPaginationLayer()))
    [all...]

Completed in 1109 milliseconds