Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.h142 bool hasOpaqueBackground() const;
DFrameView.cpp2137 bool FrameView::hasOpaqueBackground() const in hasOpaqueBackground() function in WebCore::FrameView
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.cpp2483 …bool hasOpaqueBackground = s->visitedDependentColor(CSSPropertyBackgroundColor).isValid() && s->vi… in paintBoxShadow() local
2522 if (hasOpaqueBackground) in paintBoxShadow()
2535 if (hasOpaqueBackground) { in paintBoxShadow()
DRenderView.cpp1213 return m_frameView->hasOpaqueBackground(); in backgroundIsKnownToBeOpaqueInRect()
DRenderLayerCompositor.cpp2174 if (scrollingCoordinator() && m_renderView->frameView()->hasOpaqueBackground()) in requiresOverhangLayers()