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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ContentLayerDelegate.cpp 56 GraphicsContext context(canvas, contextStatus == WebContentLayerClient::GraphicsContextEnabled ? GraphicsContext::NothingDisabled : GraphicsContext::FullyDisabled);
GraphicsContext.h 74 NothingDisabled = 0, // Run as normal.
81 explicit GraphicsContext(SkCanvas*, DisabledMode = NothingDisabled);
  /external/chromium_org/third_party/WebKit/Source/web/
WebPopupMenuImpl.cpp 219 contextStatus == WebContentLayerClient::GraphicsContextEnabled ? GraphicsContext::NothingDisabled : GraphicsContext::FullyDisabled);
LinkHighlight.cpp 253 contextStatus == WebContentLayerClient::GraphicsContextEnabled ? GraphicsContext::NothingDisabled : GraphicsContext::FullyDisabled);

Completed in 180 milliseconds