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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.cpp 769 return layer->hasCompositingDescendant() && layer->renderer()->hasClipOrOverflowClip();
777 if (!layer->hasCompositingDescendant())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 503 bool hasCompositingDescendant() const { ASSERT(isAllowedToQueryCompositingState()); return m_hasCompositingDescendant; }
    [all...]
RenderLayer.cpp     [all...]

Completed in 159 milliseconds