Searched refs:supportsFixedRootBackgroundCompositing (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DRenderLayerCompositor.h104 bool supportsFixedRootBackgroundCompositing() const;
H A DRenderLayerCompositor.cpp562 if (!supportsFixedRootBackgroundCompositing())
813 bool RenderLayerCompositor::supportsFixedRootBackgroundCompositing() const function in class:blink::RenderLayerCompositor
825 return supportsFixedRootBackgroundCompositing() && m_renderView.rootBackgroundIsEntirelyFixed();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.cpp1822 if (view()->compositor()->supportsFixedRootBackgroundCompositing()) {

Completed in 3360 milliseconds