Home
last modified time | relevance | path

Searched refs:requiresScrollLayer (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayerCompositor.h268 bool requiresScrollLayer(RootLayerAttachment) const;
DRenderLayerCompositor.cpp1667 bool RenderLayerCompositor::requiresScrollLayer(RootLayerAttachment attachment) const function in WebCore::RenderLayerCompositor
1799 if (requiresScrollLayer(expectedAttachment)) {
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0652490 (WebCore::RenderLayerCompositor::requiresScrollLayer): On Windows,
93733 … not just when requiresScrollLayer() returns false. This ensures that the orientation is updated
93908 …(WebCore::RenderLayerCompositor::requiresScrollLayer): New method to tell us whether we need to ha…
93911 … layer only if we're not doing our own scrolling, and use the new requiresScrollLayer() method.
DChangeLog24473 (WebCore::RenderLayerCompositor::requiresScrollLayer):