OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:contextdisabled
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp
159
if (
contextDisabled
())
170
if (
contextDisabled
())
193
if (
contextDisabled
())
205
if (
contextDisabled
())
216
if (
contextDisabled
())
236
if (
contextDisabled
())
249
if (
contextDisabled
())
262
if (
contextDisabled
())
275
if (
contextDisabled
())
289
if (
contextDisabled
())
[
all
...]
GraphicsContext.h
99
bool
contextDisabled
() const { return m_disabledState; }
443
if (
contextDisabled
())
463
if (!m_pendingCanvasSave ||
contextDisabled
())
476
// null indicates painting is
contextDisabled
. Never delete this object.
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp
119
if (context && !context->
contextDisabled
())
[
all
...]
Completed in 153 milliseconds