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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 214 bool isUnclippedDescendant() const { return m_isUnclippedDescendant; }
458 void setIsUnclippedDescendant(bool isUnclippedDescendant) { m_isUnclippedDescendant = isUnclippedDescendant; }
    [all...]
RenderLayerCompositor.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 225 bool isUnclippedDescendant(Element*, ExceptionState&);
Internals.idl 183 [RaisesException] boolean isUnclippedDescendant(Element element);
Internals.cpp     [all...]

Completed in 570 milliseconds