Home
last modified time | relevance | path

Searched refs:kUIShowSurfaceDamageRects (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/cc/base/
Dswitches.cc111 const char kUIShowSurfaceDamageRects[] = "ui-show-surface-damage-rects"; variable
Dswitches.h61 CC_EXPORT extern const char kUIShowSurfaceDamageRects[];
/external/chromium_org/ui/compositor/
Dcompositor.cc282 command_line->HasSwitch(cc::switches::kUIShowSurfaceDamageRects); in Compositor()