OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasSwitch
(Results
126 - 145
of
145
) sorted by null
1
2
3
4
5
6
/external/chromium/chrome/browser/ui/views/frame/
glass_browser_frame_view.cc
92
if (browser_command_line.
HasSwitch
(switches::kMultiProfiles) &&
browser_view.cc
[
all
...]
/external/chromium/chrome/browser/ui/views/
task_manager_view.cc
443
if (CommandLine::ForCurrentProcess()->
HasSwitch
(
/external/chromium/chrome/browser/ui/webui/options/
content_settings_handler.cc
256
CommandLine::ForCurrentProcess()->
HasSwitch
(
/external/chromium/chrome/browser/metrics/
metrics_service.cc
[
all
...]
/external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc
340
!CommandLine::ForCurrentProcess()->
HasSwitch
(switches::kSingleProcess) &&
341
!CommandLine::ForCurrentProcess()->
HasSwitch
(switches::kInProcessPlugins);
[
all
...]
render_widget_host_view_views.cc
70
use_skia = (cmdline && cmdline->
HasSwitch
(kBackingStoreSkiaSwitch));
/external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc
[
all
...]
task_manager_gtk.cc
452
if (CommandLine::ForCurrentProcess()->
HasSwitch
(
[
all
...]
location_bar_view_gtk.cc
[
all
...]
/external/chromium/chrome/browser/chromeos/status/
network_menu.cc
559
if (CommandLine::ForCurrentProcess()->
HasSwitch
(switches::kEnableVPN)) {
[
all
...]
/external/chromium/chrome/browser/extensions/
extension_file_browser_private_api.cc
297
&& !CommandLine::ForCurrentProcess()->
HasSwitch
(
[
all
...]
extension_tabs_module.cc
[
all
...]
/external/chromium/chrome/browser/instant/
instant_loader.cc
710
if (cl->
HasSwitch
(switches::kInstantURL))
[
all
...]
/external/chromium/chrome/browser/sync/glue/
sync_backend_host.cc
109
if (CommandLine::ForCurrentProcess()->
HasSwitch
(
[
all
...]
/external/chromium/webkit/glue/
webmediaplayer_impl.cc
346
if (CommandLine::ForCurrentProcess()->
HasSwitch
(switches::kEnableAdaptive)) {
/external/chromium/chrome/browser/search_engines/
template_url_model.cc
678
!CommandLine::ForCurrentProcess()->
HasSwitch
(switches::kChromeFrame))
[
all
...]
/external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc
629
if (CommandLine::ForCurrentProcess()->
HasSwitch
(switches::kNewTabPage4))
[
all
...]
/external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc
703
if (CommandLine::ForCurrentProcess()->
HasSwitch
(switches::kNewTabPage4))
[
all
...]
/external/chromium/chrome/browser/automation/
testing_automation_provider.cc
165
if (BrowserList::empty() && !CommandLine::ForCurrentProcess()->
HasSwitch
(
[
all
...]
Completed in 1978 milliseconds
1
2
3
4
5
6