Searched refs:hasOpaqueBackground (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFrameView.h140 bool hasOpaqueBackground() const;
H A DFrameView.cpp2021 bool FrameView::hasOpaqueBackground() const function in class:WebCore::FrameView
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderView.cpp1116 return m_frameView->hasOpaqueBackground();
H A DRenderBoxModelObject.cpp2426 bool hasOpaqueBackground = s->visitedDependentColor(CSSPropertyBackgroundColor).isValid() && s->visitedDependentColor(CSSPropertyBackgroundColor).alpha() == 255; local
2463 if (hasOpaqueBackground)
2487 if (hasOpaqueBackground) {
H A DRenderLayerCompositor.cpp2210 if (scrollingCoordinator() && m_renderView->frameView()->hasOpaqueBackground())

Completed in 225 milliseconds