Home
last modified time | relevance | path

Searched refs:hasOverflowControls (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.h456 bool hasOverflowControls() const;
DRenderLayer.cpp262 if (hasOverflowControls()) { in updateLayerPositions()
1774 bool RenderLayer::hasOverflowControls() const in hasOverflowControls() function in WebCore::RenderLayer
3844 return hasBoxDecorationsOrBackground() || hasOverflowControls(); in hasVisibleBoxDecorations()