Searched refs:NothingDisabled (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DContentLayerDelegate.cpp56 GraphicsContext context(canvas, contextStatus == WebContentLayerClient::GraphicsContextEnabled ? GraphicsContext::NothingDisabled : GraphicsContext::FullyDisabled);
H A DGraphicsContext.h74 NothingDisabled = 0, // Run as normal. enumerator in enum:blink::GraphicsContext::DisabledMode
81 explicit GraphicsContext(SkCanvas*, DisabledMode = NothingDisabled);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPopupMenuImpl.cpp219 contextStatus == WebContentLayerClient::GraphicsContextEnabled ? GraphicsContext::NothingDisabled : GraphicsContext::FullyDisabled);
H A DLinkHighlight.cpp253 contextStatus == WebContentLayerClient::GraphicsContextEnabled ? GraphicsContext::NothingDisabled : GraphicsContext::FullyDisabled);

Completed in 1581 milliseconds