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

  /external/chromium_org/content/public/common/
content_switches.cc 245 const char kDisableSmoothScrolling[] = "disable-smooth-scrolling";
    [all...]
content_switches.h 82 CONTENT_EXPORT extern const char kDisableSmoothScrolling[];
  /external/chromium_org/content/test/ppapi/
ppapi_test.cc 55 command_line->AppendSwitch(switches::kDisableSmoothScrolling);
  /external/chromium_org/chrome/test/ppapi/
ppapi_test.cc 143 command_line->AppendSwitch(switches::kDisableSmoothScrolling);
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.cc 439 if (command_line.HasSwitch(switches::kDisableSmoothScrolling))
    [all...]

Completed in 59 milliseconds