HomeSort by relevance Sort by last modified time
    Searched full:commandline (Results 51 - 75 of 741) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/extensions/
extension_get_views_apitest.cc 19 CommandLine::ForCurrentProcess()->AppendSwitch(
extension_bookmark_manager_apitest.cc 18 CommandLine::ForCurrentProcess()->AppendSwitch(
25 CommandLine::ForCurrentProcess()->AppendSwitch(
extension_processes_apitest.cc 14 CommandLine::ForCurrentProcess()->AppendSwitch(
21 CommandLine::ForCurrentProcess()->AppendSwitch(
extension_infobar_apitest.cc 19 CommandLine::ForCurrentProcess()->AppendSwitch(
  /external/chromium/chrome/common/
logging_chrome.h 14 class CommandLine;
36 void InitChromeLogging(const CommandLine& command_line,
41 FilePath GetSessionLogFile(const CommandLine& command_line);
44 void RedirectChromeLogging(const CommandLine& command_line);
common_glue.cc 36 const CommandLine& parsed_command_line = *CommandLine::ForCurrentProcess();
  /external/webkit/Source/WebKit2/WebProcess/win/
WebProcessMainWin.cpp 29 #include "CommandLine.h"
60 int WebProcessMain(const CommandLine& commandLine)
72 const String& identifierString = commandLine["clientIdentifier"];
  /external/chromium/chrome/browser/prefs/
command_line_pref_store.h 21 explicit CommandLinePrefStore(const CommandLine* command_line);
52 const CommandLine* command_line_;
  /external/llvm/unittests/Support/
CommandLineTest.cpp 1 //===- llvm/unittest/Support/CommandLineTest.cpp - CommandLine tests ------===//
10 #include "llvm/Support/CommandLine.h"
  /external/markdown/bin/
markdown 34 from markdown import commandline namespace
42 commandline.run()
  /external/oprofile/daemon/
opd_extended.h 59 * @param value: commandline input option string
66 * @param value: commandline input option string
  /external/webkit/Source/WebKit2/PluginProcess/
PluginProcessMain.h 33 class CommandLine;
35 int PluginProcessMain(const CommandLine&);
  /external/webkit/Source/WebKit2/WebProcess/
WebProcessMain.h 33 class CommandLine;
35 int WebProcessMain(const CommandLine&);
  /external/chromium/chrome/browser/
shell_integration.cc 27 CommandLine ShellIntegration::CommandLineArgsForLauncher(
30 const CommandLine& cmd_line = *CommandLine::ForCurrentProcess();
31 CommandLine new_cmd_line(CommandLine::NO_PROGRAM);
background_contents_service_factory.cc 35 CommandLine::ForCurrentProcess());
background_mode_manager_factory.cc 33 return new BackgroundModeManager(profile, CommandLine::ForCurrentProcess());
  /external/protobuf/vsprojects/
tests.vcproj 31 CommandLine=""
108 CommandLine=""
415 CommandLine="Debug\protoc -I../src --cpp_out=. ../src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto
"
425 CommandLine="Release\protoc -I../src --cpp_out=. ../src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto
"
439 CommandLine="Debug\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest.proto
"
449 CommandLine="Release\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest.proto
"
463 CommandLine="Debug\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_custom_options.proto
"
473 CommandLine="Release\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_custom_options.proto
"
487 CommandLine="Debug\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_embed_optimize_for.proto
"
497 CommandLine="Release\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_embed_optimize_for.proto&#x0D (…)
    [all...]
  /external/webkit/Source/WebKit2/PluginProcess/mac/
PluginProcessMainMac.mm 31 #import "CommandLine.h"
51 int PluginProcessMain(const CommandLine& commandLine)
57 String serviceName = commandLine["servicename"];
69 String localization = commandLine["localization"];
  /external/webkit/Source/WebKit2/WebProcess/mac/
WebProcessMainMac.mm 29 #import "CommandLine.h"
59 int WebProcessMain(const CommandLine& commandLine)
63 String serviceName = commandLine["servicename"];
75 String localization = commandLine["localization"];
  /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...]
browser_init.h 18 class CommandLine;
36 bool Start(const CommandLine& cmd_line, const FilePath& cur_dir,
48 static bool ProcessCommandLine(const CommandLine& cmd_line,
67 bool LaunchBrowser(const CommandLine& command_line, Profile* profile,
101 LaunchWithProfile(const FilePath& cur_dir, const CommandLine& command_line);
102 LaunchWithProfile(const FilePath& cur_dir, const CommandLine& command_line,
202 const CommandLine& command_line_;
212 const CommandLine& command_line,
216 static bool ProcessCmdLineImpl(const CommandLine& command_line,
  /external/chromium/base/test/
multiprocess_test.h 17 class CommandLine;
67 virtual CommandLine MakeCmdLine(const std::string& procname,
76 // TODO(port): with the CommandLine refactoring, this code is very similar
  /external/chromium/chrome/browser/chromeos/login/
login_utils.h 13 class CommandLine;
98 const CommandLine& base_command_line,
99 CommandLine* command_line) = 0;
  /external/chromium/net/tools/testserver/
run_testserver.cc 25 CommandLine::Init(argc, argv);
26 CommandLine* command_line = CommandLine::ForCurrentProcess();
  /external/chromium/chrome/browser/chromeos/
cros_settings_provider.cc 18 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kGuestSession) &&

Completed in 217 milliseconds

1 23 4 5 6 7 8 91011>>