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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext.h 171 bool isCertainlyOpaque() const { return m_isCertainlyOpaque; }
GraphicsContext.cpp 360 if (paintingDisabled() || isDrawingToLayer() || !isCertainlyOpaque())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumWin.cpp 104 if (!context->isCertainlyOpaque()) // Might have transparent background.

Completed in 28 milliseconds