HomeSort by relevance Sort by last modified time
    Searched refs:isDocumentElementWithOpaqueBackground (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.h 46 static bool isDocumentElementWithOpaqueBackground(RenderObject&);
BoxPainter.cpp 171 if (isBaseColorVisible && isDocumentElementWithOpaqueBackground(m_renderBox)) {
431 bool isOpaqueRoot = (isDocumentElementRenderer && !bgColor.hasAlpha()) || isDocumentElementWithOpaqueBackground(obj);
579 bool BoxPainter::isDocumentElementWithOpaqueBackground(RenderObject& obj)
    [all...]

Completed in 33 milliseconds