Searched refs:setCertainlyOpaque (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebScrollbarThemePainter.cpp50 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(fals
[all...]
H A DWebFontImpl.cpp102 gc.setCertainlyOpaque(canvasIsOpaque);
H A DPageWidgetDelegate.cpp89 gc.setCertainlyOpaque(background == Opaque);
H A DWebDevToolsAgentImpl.cpp554 context.setCertainlyOpaque(false);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DContentLayerDelegate.cpp57 context.setCertainlyOpaque(m_opaque);
H A DGraphicsContextRecorder.cpp61 m_context->setCertainlyOpaque(isCertainlyOpaque);
H A DImageBuffer.cpp85 m_context->setCertainlyOpaque(m_surface->opacityMode() == Opaque);
H A DGraphicsContext.h204 void setCertainlyOpaque(bool isOpaque) { m_isCertainlyOpaque = isOpaque; } function in class:blink::GraphicsContext

Completed in 118 milliseconds