Home
last modified time | relevance | path

Searched refs:kDisableSmoothScrolling (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/test/ppapi/
Dppapi_test.cc55 command_line->AppendSwitch(switches::kDisableSmoothScrolling); in SetUpCommandLine()
/external/chromium_org/content/public/common/
Dcontent_switches.cc245 const char kDisableSmoothScrolling[] = "disable-smooth-scrolling"; variable
Dcontent_switches.h82 CONTENT_EXPORT extern const char kDisableSmoothScrolling[];
/external/chromium_org/chrome/test/ppapi/
Dppapi_test.cc143 command_line->AppendSwitch(switches::kDisableSmoothScrolling); in SetUpCommandLine()
/external/chromium_org/content/browser/renderer_host/
Drender_view_host_impl.cc439 if (command_line.HasSwitch(switches::kDisableSmoothScrolling)) in ComputeWebkitPrefs()