Home
last modified time | relevance | path

Searched refs:hasAncestorWithFilterOutsets (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.h243 bool hasAncestorWithFilterOutsets() const;
DRenderLayer.cpp1184 bool RenderLayer::hasAncestorWithFilterOutsets() const in hasAncestorWithFilterOutsets() function in WebCore::RenderLayer
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp1468 if (layer->hasAncestorWithFilterOutsets()) { in scrollContentsFastPath()