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
218
const char
kDisablePlugins
[] = "disable-plugins";
[
all
...]
content_switches.h
78
CONTENT_EXPORT extern const char
kDisablePlugins
[];
/external/chromium_org/chrome/test/perf/
memory_test.cc
56
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/web_contents/
web_contents_impl.cc
462
!command_line.HasSwitch(switches::
kDisablePlugins
);
[
all
...]
Completed in 1568 milliseconds