HomeSort by relevance Sort by last modified time
    Searched refs:command_line (Results 676 - 700 of 868) sorted by null

<<21222324252627282930>>

  /external/chromium_org/content/renderer/
render_view_impl.cc 13 #include "base/command_line.h"
400 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
402 if (command_line.HasSwitch(switches::kDisableCompositingForFixedPosition))
405 if (command_line.HasSwitch(switches::kEnableCompositingForFixedPosition))
413 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
415 if (command_line.HasSwitch(switches::kDisableAcceleratedOverflowScroll))
418 if (command_line.HasSwitch(switches::kEnableAcceleratedOverflowScroll))
434 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
436 if (command_line.HasSwitch(switches::kDisableCompositingForTransition))
439 if (command_line.HasSwitch(switches::kEnableCompositingForTransition)
449 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
691 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
2137 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
memory_program_cache.cc 8 #include "base/command_line.h"
25 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
26 if (command_line->HasSwitch(switches::kGpuProgramCacheSizeKb) &&
27 base::StringToSizeT(command_line->GetSwitchValueNative(
  /external/chromium_org/media/audio/win/
audio_manager_win.cc 15 #include "base/command_line.h"
260 CommandLine command_line(path);
261 command_line.AppendArg(argument);
262 base::LaunchProcess(command_line, base::LaunchOptions(), NULL);
  /external/chromium_org/apps/shell/browser/
shell_extensions_browser_client.cc 106 const base::CommandLine& command_line,
  /external/chromium_org/chrome/browser/background/
background_mode_manager.h 60 BackgroundModeManager(base::CommandLine* command_line,
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_test_helper.h 95 virtual void RestartJob(int pid, const std::string& command_line) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/media_galleries/
media_galleries_apitest.cc 47 #include "base/command_line.h"
440 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
441 MediaGalleriesPlatformAppBrowserTest::SetUpCommandLine(command_line);
442 command_line->AppendSwitch(switches::kEnablePepperTesting);
476 params.command_line = *CommandLine::ForCurrentProcess();
  /external/chromium_org/chrome/browser/extensions/
extension_context_menu_browsertest.cc 549 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
550 ExtensionContextMenuBrowserTest::SetUpCommandLine(command_line);
552 command_line->AppendSwitchASCII(
554 command_line->AppendSwitchASCII(
extension_action_icon_factory_unittest.cc 7 #include "base/command_line.h"
138 CommandLine command_line(CommandLine::NO_PROGRAM);
141 CreateExtensionService(&command_line, base::FilePath(), false);
  /external/chromium_org/chrome/installer/util/
installer_state.cc 11 #include "base/command_line.h"
91 void InstallerState::Initialize(const CommandLine& command_line,
112 command_line.HasSwitch(installer::switches::kEnsureGoogleUpdatePresent);
114 const bool is_uninstall = command_line.HasSwitch(switches::kUninstall);
295 command_line.GetSwitchValueASCII(switches::kCriticalUpdateVersion));
installer_state.h 78 void Initialize(const base::CommandLine& command_line,
  /external/chromium_org/chromeos/dbus/
fake_session_manager_client.cc 46 const std::string& command_line) {
  /external/chromium_org/content/browser/indexed_db/
indexed_db_browsertest.cc 6 #include "base/command_line.h"
266 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
267 command_line->AppendSwitchASCII(switches::kJavaScriptFlags, "--expose-gc");
713 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
714 command_line->AppendSwitch(switches::kSingleProcess);
  /external/chromium_org/content/browser/service_worker/
service_worker_browsertest.cc 7 #include "base/command_line.h"
121 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
122 command_line->AppendSwitch(switches::kEnableServiceWorker);
536 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
537 command_line->AppendSwitch(switches::kEnableServiceWorkerSync);
  /external/chromium_org/tools/site_compare/utils/
browser_iterate.py 8 1. The command_line package from tools/site_compare
21 import command_line namespace
  /external/chromium_org/chrome/browser/component_updater/pnacl/
pnacl_component_installer.cc 14 #include "base/command_line.h"
374 const CommandLine& command_line) {
376 updates_disabled_ = command_line.HasSwitch(switches::kDisablePnaclInstall);
  /external/chromium_org/chrome/browser/renderer_context_menu/
spelling_menu_observer.cc 8 #include "base/command_line.h"
170 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
171 if (command_line->HasSwitch(switches::kEnableSpellingAutoCorrect)) {
  /external/chromium_org/chrome/browser/speech/
tts_linux.cc 9 #include "base/command_line.h"
98 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
99 if (!command_line.HasSwitch(switches::kEnableSpeechDispatcher))
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_impl.cc 11 #include "base/command_line.h"
240 AppListServiceImpl::AppListServiceImpl(const CommandLine& command_line,
245 command_line_(command_line),
  /external/chromium_org/chrome/browser/ui/
chrome_pages.cc 7 #include "base/command_line.h"
79 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
80 if (!command_line->HasSwitch(chromeos::switches::kDisableGeniusApp)) {
  /external/chromium_org/chrome/browser/ui/pdf/
pdf_browsertest.cc 5 #include "base/command_line.h"
204 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
208 command_line->AppendSwitch(switches::kDisableGpu);
  /external/chromium_org/chrome/renderer/autofill/
autofill_renderer_browsertest.cc 5 #include "base/command_line.h"
251 CommandLine* command_line = CommandLine::ForCurrentProcess(); variable
252 command_line->AppendSwitch(::switches::kReduceSecurityForTesting);
  /external/chromium_org/chrome/renderer/
chrome_render_view_observer.cc 9 #include "base/command_line.h"
166 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
167 if (!command_line.HasSwitch(switches::kDisableClientSidePhishingDetection))
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.cc 7 #include "base/command_line.h"
181 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
182 if (command_line.HasSwitch(switches::kEnableSpellingAutoCorrect)) {
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura_browsertest.cc 7 #include "base/command_line.h"
99 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
100 command_line->AppendSwitch(switches::kEnableTouchEditing);

Completed in 1441 milliseconds

<<21222324252627282930>>