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

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter_unittest.cc 794 ShortcutCommand command_line = shortcut.CreateWithArguments( local
885 ShortcutCommand command_line = shortcut_hijacked.CreateWithArguments( local
963 ShortcutCommand command_line = shortcut.CreateWithArguments( local
1051 ShortcutCommand command_line = shortcut.CreateWithArguments( local
    [all...]
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.h 128 virtual void AppendExtraCommandLineSwitches(base::CommandLine* command_line,
293 const base::CommandLine& command_line,
jumplist_win.cc 9 #include "base/command_line.h"
48 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
49 shell_link->GetCommandLine()->CopySwitchesFrom(command_line,
browser_process_impl.h 59 const base::CommandLine& command_line);
errorpage_browsertest.cc 6 #include "base/command_line.h"
301 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
302 command_line->AppendSwitch(switches::kEnableOfflineLoadStaleCache);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager.h 232 void SetCommandLineForTesting(base::CommandLine* command_line);
531 void SetDefaultWallpaperPathsFromCommandLine(base::CommandLine* command_line);
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log_unittest.cc 5 #include "base/command_line.h"
62 CommandLine command_line(CommandLine::NO_PROGRAM);
69 (&command_line, base::FilePath(), false);
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_browsertest.cc 6 #include "base/command_line.h"
188 CommandLine* command_line = CommandLine::ForCurrentProcess(); variable
189 command_line->AppendSwitchASCII(switches::kDeviceManagementUrl, url);
  /external/chromium_org/chrome/browser/printing/
printing_layout_browsertest.cc 5 #include "base/command_line.h"
59 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
60 command_line->AppendSwitchPath(switches::kDebugPrint, emf_path_);
  /external/chromium_org/chrome/browser/renderer_host/
render_process_host_chrome_browsertest.cc 5 #include "base/command_line.h"
205 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
206 command_line->AppendSwitchASCII(switches::kRendererProcessLimit, "1");
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller.cc 9 #include "base/command_line.h"
213 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
214 DCHECK(!command_line->HasSwitch(switches::kEnableSimplifiedFullscreen));
  /external/chromium_org/chrome/browser/ui/webui/help/
help_handler.cc 12 #include "base/command_line.h"
288 CommandLine::StringType command_line = local
290 source->AddString("commandLineInfo", command_line);
  /external/chromium_org/chrome/browser/ui/webui/local_discovery/
local_discovery_ui_browsertest.cc 8 #include "base/command_line.h"
431 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
432 WebUIBrowserTest::SetUpCommandLine(command_line);
  /external/chromium_org/content/browser/accessibility/
dump_accessibility_tree_browsertest.cc 9 #include "base/command_line.h"
148 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
149 ContentBrowserTest::SetUpCommandLine(command_line);
  /external/chromium_org/content/browser/
cross_site_transfer_browsertest.cc 5 #include "base/command_line.h"
211 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
213 command_line->AppendSwitch(switches::kSitePerProcess);
site_per_process_browsertest.cc 5 #include "base/command_line.h"
198 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
199 command_line->AppendSwitch(switches::kSitePerProcess);
  /external/chromium_org/content/plugin/
webplugin_delegate_stub.cc 10 #include "base/command_line.h"
178 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
180 command_line.GetSwitchValuePath(switches::kPluginPath);
  /external/chromium_org/content/shell/browser/
shell.cc 8 #include "base/command_line.h"
66 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
67 if (command_line.HasSwitch(switches::kDumpRenderTree))
  /external/chromium_org/content/zygote/
zygote_main_linux.cc 17 #include "base/command_line.h"
398 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
399 if (!command_line.HasSwitch(switches::kAllowSandboxDebugging)) {
  /external/chromium_org/sandbox/win/src/
broker_services.cc 316 const wchar_t* command_line,
463 DWORD win_result = target->Create(exe_path, command_line, inherit_handles,
  /external/chromium_org/ui/gfx/image/
image_skia.cc 11 #include "base/command_line.h"
321 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
322 return !command_line->HasSwitch(
  /external/chromium_org/chrome/installer/util/
shell_util.cc 19 #include "base/command_line.h"
720 CommandLine command_line = CommandLine::FromString(uninstall_string); local
721 exe_path = command_line.GetProgram();
1708 CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
2017 CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
    [all...]
  /art/runtime/gc/space/
image_space.cc 168 std::string command_line(Join(arg_vector, ' '));
169 LOG(INFO) << "GenerateImage: " << command_line;
267 std::string command_line(Join(argv, ' '));
268 LOG(INFO) << "RelocateImage: " << command_line;
  /external/chromium_org/android_webview/browser/
aw_content_browser_client.h 56 virtual void AppendExtraCommandLineSwitches(base::CommandLine* command_line,
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_test_helper.cc 120 const std::string& command_line) {}

Completed in 1516 milliseconds

<<21222324252627282930>>