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

  /external/chromium_org/third_party/WebKit/Source/web/
WebScrollbarThemePainter.cpp 50 context.setCertainlyOpaque(false);
57 context.setCertainlyOpaque(false);
64 context.setCertainlyOpaque(false);
71 context.setCertainlyOpaque(false);
78 context.setCertainlyOpaque(false);
85 context.setCertainlyOpaque(false);
92 context.setCertainlyOpaque(false);
99 context.setCertainlyOpaque(false);
106 context.setCertainlyOpaque(false);
113 context.setCertainlyOpaque(false)
    [all...]
WebFontImpl.cpp 102 gc.setCertainlyOpaque(canvasIsOpaque);
PageWidgetDelegate.cpp 89 gc.setCertainlyOpaque(background == Opaque);
WebDevToolsAgentImpl.cpp 554 context.setCertainlyOpaque(false);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ContentLayerDelegate.cpp 57 context.setCertainlyOpaque(m_opaque);
GraphicsContextRecorder.cpp 61 m_context->setCertainlyOpaque(isCertainlyOpaque);
ImageBuffer.cpp 85 m_context->setCertainlyOpaque(m_surface->opacityMode() == Opaque);
GraphicsContext.h 204 void setCertainlyOpaque(bool isOpaque) { m_isCertainlyOpaque = isOpaque; }

Completed in 59 milliseconds