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 52 context.setCertainlyOpaque(false);
59 context.setCertainlyOpaque(false);
66 context.setCertainlyOpaque(false);
73 context.setCertainlyOpaque(false);
80 context.setCertainlyOpaque(false);
87 context.setCertainlyOpaque(false);
94 context.setCertainlyOpaque(false);
101 context.setCertainlyOpaque(false);
108 context.setCertainlyOpaque(false);
115 context.setCertainlyOpaque(false)
    [all...]
WebFontImpl.cpp 104 gc.setCertainlyOpaque(canvasIsOpaque);
PageWidgetDelegate.cpp 83 gc.setCertainlyOpaque(background == Opaque);
WebDevToolsAgentImpl.cpp 639 context.setCertainlyOpaque(false);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
OpaqueRectTrackingContentLayerDelegate.cpp 62 context.setCertainlyOpaque(m_opaque);
GraphicsContext.h 206 void setCertainlyOpaque(bool isOpaque) { m_isCertainlyOpaque = isOpaque; }
ImageBuffer.cpp 86 m_context->setCertainlyOpaque(m_surface->opacityMode() == Opaque);
GraphicsContextRecorder.cpp 58 m_context->setCertainlyOpaque(isCertainlyOpaque);
    [all...]

Completed in 80 milliseconds