HomeSort by relevance Sort by last modified time
    Searched refs:CommandLine (Results 76 - 100 of 341) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/
browser_init_browsertest.cc 94 CommandLine dummy(CommandLine::NO_PROGRAM);
112 CommandLine command_line(CommandLine::NO_PROGRAM);
141 CommandLine command_line(CommandLine::NO_PROGRAM);
171 CommandLine command_line(CommandLine::NO_PROGRAM);
200 CommandLine command_line(CommandLine::NO_PROGRAM)
    [all...]
  /external/chromium/chrome/browser/
upgrade_detector.cc 50 const CommandLine& cmd_line = *CommandLine::ForCurrentProcess();
107 CommandLine command_line(*CommandLine::ForCurrentProcess());
162 CommandLine command_line(*CommandLine::ForCurrentProcess());
process_singleton.h 29 class CommandLine;
73 NotifyResult NotifyOtherProcessWithTimeout(const CommandLine& command_line,
77 const CommandLine& command_line,
browser_main_gtk.cc 78 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
171 int HandleIconsCommands(const CommandLine &parsed_command_line) {
179 void PrepareRestartOnCrashEnviroment(const CommandLine &parsed_command_line) {
content_setting_combo_model.cc 40 CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableClickToPlay))
65 CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableClickToPlay))
browser_shutdown.cc 209 CommandLine old_cl(*CommandLine::ForCurrentProcess());
210 scoped_ptr<CommandLine> new_cl(new CommandLine(old_cl.GetProgram()));
211 std::map<std::string, CommandLine::StringType> switches =
217 for (std::map<std::string, CommandLine::StringType>::const_iterator i =
219 CommandLine::StringType switch_value = i->second;
  /external/chromium/chrome/common/
chrome_content_client.cc 81 nacl.enabled = CommandLine::ForCurrentProcess()->HasSwitch(
95 if (CommandLine::ForCurrentProcess()->HasSwitch(
117 bool flash_out_of_process = !CommandLine::ForCurrentProcess()->HasSwitch(
121 const CommandLine::StringType flash_path =
122 CommandLine::ForCurrentProcess()->GetSwitchValueNative(
133 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
  /external/chromium/net/tools/dump_cache/
dump_cache.cc 74 int LaunchSlave(const CommandLine& command_line,
93 CommandLine new_command_line = CommandLine::FromString(hacked_command_line);
115 CommandLine::Init(argc, argv);
117 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 110 std::vector<std::string> CommandLine(DoubleDash + 1, Argv + Argc);
112 return new FixedCompilationDatabase(Directory, CommandLine);
116 FixedCompilationDatabase(Twine Directory, ArrayRef<std::string> CommandLine) {
119 CommandLine.begin(), CommandLine.end());
126 Result[0].CommandLine.push_back(FilePath);
Tooling.cpp 147 ArrayRef<std::string> CommandLine, FrontendAction *ToolAction,
149 : CommandLine(CommandLine.vec()), ToolAction(ToolAction), Files(Files) {
160 for (int I = 0, E = CommandLine.size(); I != E; ++I)
161 Argv.push_back(CommandLine[I].c_str());
295 std::vector<std::string> CommandLine =
296 ArgsAdjuster->Adjust(CompileCommands[I].second.CommandLine);
297 assert(!CommandLine.empty());
298 CommandLine[0] = MainExecutable;
304 ToolInvocation Invocation(CommandLine, ActionFactory->create(), &Files)
    [all...]
  /external/chromium/chrome/browser/sync/tools/
sync_listen_notifications.cc 68 CommandLine::Init(argc, argv);
77 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/chromium/base/test/
perf_test_suite.cc 26 CommandLine::ForCurrentProcess()->GetSwitchValuePath("log-file");
test_timeouts.cc 20 if (CommandLine::ForCurrentProcess()->HasSwitch(switch_name)) {
22 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(switch_name));
test_suite.cc 55 CommandLine::Init(argc, argv);
66 CommandLine::Reset();
86 if (CommandLine::ForCurrentProcess()->HasSwitch(kStrictFailureHandling))
126 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
208 !CommandLine::ForCurrentProcess()->HasSwitch("show-error-dialogs")) {
  /external/chromium/chrome/browser/chromeos/frame/
browser_frame_chromeos.cc 41 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kChromeosFrame))
  /external/chromium/chrome/browser/extensions/
permissions_apitest.cc 10 void SetUpCommandLine(CommandLine* command_line) {
extension_gallery_install_apitest.cc 18 void SetUpCommandLine(CommandLine* command_line) {
32 CommandLine::ForCurrentProcess()->AppendSwitchASCII(
extensions_startup.cc 50 bool ExtensionsStartupUtil::PackExtension(const CommandLine& cmd_line) {
69 bool ExtensionsStartupUtil::UninstallExtension(const CommandLine& cmd_line,
  /external/chromium/chrome/browser/importer/
profile_import_process_host.cc 91 CommandLine* cmd_line = new CommandLine(exe_path);
98 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess();
  /external/webkit/Source/WebKit2/PluginProcess/qt/
PluginProcessMainQt.cpp 31 #include "CommandLine.h"
44 int PluginProcessMain(const CommandLine& commandLine)
46 String serviceName = commandLine["servicename"];
  /external/chromium/chrome/browser/chromeos/login/
login_browsertest.cc 64 virtual void SetUpCommandLine(CommandLine* command_line) {
73 virtual void SetUpCommandLine(CommandLine* command_line) {
  /external/chromium/chrome/browser/nacl_host/
nacl_broker_host_win.cc 36 CommandLine* cmd_line = new CommandLine(nacl_path);
  /external/chromium/chrome/browser/prefs/
pref_service_mock_builder.h 14 class CommandLine;
50 PrefServiceMockBuilder& WithCommandLine(CommandLine* command_line);
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_url.cc 37 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/chromium/chrome/browser/first_run/
first_run_win.cc 138 CommandLine cl(exe_path);
141 CommandLine* browser_command_line = CommandLine::ForCurrentProcess();
314 const CommandLine& cmdline = *CommandLine::ForCurrentProcess();
315 CommandLine import_cmd(cmdline.GetProgram());
331 import_cmd.CommandLine::AppendSwitchASCII(switches::kImport,
337 import_cmd.CommandLine::AppendSwitchPath(
374 const CommandLine& cmdline) {

Completed in 760 milliseconds

1 2 34 5 6 7 8 91011>>