OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDisablePlugins
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/content/public/common/
content_switches.cc
277
const char
kDisablePlugins
[] = "disable-plugins";
[
all
...]
content_switches.h
92
CONTENT_EXPORT extern const char
kDisablePlugins
[];
/external/chromium_org/chrome/test/perf/
memory_test.cc
57
launch_arguments_.AppendSwitch(switches::
kDisablePlugins
);
/external/chromium/chrome/browser/tab_contents/
render_view_host_delegate_helper.cc
264
!command_line.HasSwitch(switches::
kDisablePlugins
) &&
/external/chromium_org/content/browser/renderer_host/
render_view_host_impl.cc
358
!command_line.HasSwitch(switches::
kDisablePlugins
);
[
all
...]
Completed in 42 milliseconds