/external/chromium_org/chrome/installer/util/ |
chrome_browser_sxs_operations.h | 20 CommandLine* cmd_line) const OVERRIDE; 23 CommandLine* cmd_line) const OVERRIDE;
|
/external/chromium_org/chrome/service/ |
service_process_unittest.cc | 21 CommandLine command_line(CommandLine::NO_PROGRAM);
|
/external/chromium_org/content/common/ |
sandbox_win.h | 10 class CommandLine; 22 void SetJobLevel(const CommandLine& cmd_line,
|
/external/chromium_org/gpu/gles2_conform_support/native/ |
main.cc | 27 CommandLine::Init(argc, argv); 34 gfx::GtkInitFromCommandLine(*CommandLine::ForCurrentProcess());
|
/external/chromium_org/mojo/shell/ |
run.cc | 18 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
/external/chromium_org/ui/compositor/ |
compositor_switches.cc | 28 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
/external/chromium/base/ |
command_line.h | 11 // There is a singleton read-only CommandLine that represents the command line 28 class BASE_API CommandLine { 43 explicit CommandLine(NoProgram no_program); 46 explicit CommandLine(const FilePath& program); 49 CommandLine(int argc, const char* const* argv); 50 explicit CommandLine(const StringVector& argv); 53 ~CommandLine(); 55 // Initialize the current process CommandLine singleton. On Windows, ignores 61 // Destroys the current process CommandLine singleton. This is necessary if 67 // Get the singleton CommandLine representing the current process' [all...] |
/external/chromium/chrome/common/ |
profiling.cc | 20 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); 43 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); 62 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); 76 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); 107 const CommandLine& command_line = *CommandLine::ForCurrentProcess() [all...] |
nacl_cmd_line.cc | 12 void CopyNaClCommandLineArguments(CommandLine* cmd_line) { 13 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess();
|
/external/chromium/chrome/browser/extensions/ |
extension_webnavigation_apitest.cc | 16 CommandLine::ForCurrentProcess()->AppendSwitch( 25 CommandLine::ForCurrentProcess()->AppendSwitch( 34 CommandLine::ForCurrentProcess()->AppendSwitch( 43 CommandLine::ForCurrentProcess()->AppendSwitch( 52 CommandLine::ForCurrentProcess()->AppendSwitch( 61 CommandLine::ForCurrentProcess()->AppendSwitch( 70 CommandLine::ForCurrentProcess()->AppendSwitch( 79 CommandLine::ForCurrentProcess()->AppendSwitch( 88 CommandLine::ForCurrentProcess()->AppendSwitch(
|
extension_get_views_apitest.cc | 19 CommandLine::ForCurrentProcess()->AppendSwitch(
|
extension_infobar_apitest.cc | 19 CommandLine::ForCurrentProcess()->AppendSwitch(
|
extension_sidebar_apitest.cc | 11 void SetUpCommandLine(CommandLine* command_line) {
|
/external/chromium_org/base/ |
command_line.h | 12 // There is a singleton read-only CommandLine that represents the command line 30 class BASE_EXPORT CommandLine { 45 explicit CommandLine(NoProgram no_program); 48 explicit CommandLine(const base::FilePath& program); 51 CommandLine(int argc, const CharType* const* argv); 52 explicit CommandLine(const StringVector& argv); 54 ~CommandLine(); 67 // Initialize the current process CommandLine singleton. On Windows, ignores 75 // Destroys the current process CommandLine singleton. This is necessary if 81 // Get the singleton CommandLine representing the current process' [all...] |
command_line_unittest.cc | 20 static const CommandLine::StringType kTrickyQuoted = 24 static const CommandLine::StringType kTricky = 28 const CommandLine::CharType* argv[] = { 47 CommandLine cl(arraysize(argv), argv); 80 const CommandLine::StringVector& args = cl.GetArgs(); 83 std::vector<CommandLine::StringType>::const_iterator iter = args.begin(); 105 CommandLine cl = CommandLine::FromString( 145 const CommandLine::StringVector& args = cl.GetArgs(); 148 std::vector<CommandLine::StringType>::const_iterator iter = args.begin() [all...] |
/external/chromium_org/gpu/command_buffer/tests/ |
gl_tests_main.cc | 31 CommandLine::Init(argc, argv); 36 gfx::GtkInitFromCommandLine(*CommandLine::ForCurrentProcess()); 40 gpu::ApplyGpuDriverBugWorkarounds(CommandLine::ForCurrentProcess());
|
/external/chromium_org/ui/gfx/ |
gtk_util.h | 17 class CommandLine; 26 // those, but leave the original CommandLine unaltered. 27 GFX_EXPORT void GtkInitFromCommandLine(const CommandLine& command_line); 28 GFX_EXPORT void GdkInitFromCommandLine(const CommandLine& command_line);
|
/external/chromium/chrome/browser/first_run/ |
first_run_browser_process.cc | 9 FirstRunBrowserProcess::FirstRunBrowserProcess(const CommandLine& command_line)
|
first_run_browser_process.h | 18 explicit FirstRunBrowserProcess(const CommandLine& command_line);
|
/external/chromium_org/base/mac/ |
launch_services_util.h | 26 const CommandLine& command_line,
|
/external/chromium_org/chrome/browser/android/ |
chrome_startup_flags.cc | 22 CommandLine* command_line = CommandLine::ForCurrentProcess(); 29 CommandLine* command_line = CommandLine::ForCurrentProcess();
|
/external/chromium_org/chrome/browser/ |
browser_process_platform_part_base.cc | 16 const CommandLine& /* command_line */) {
|
/external/chromium_org/chrome/browser/extensions/api/command_line_private/ |
command_line_private_apitest.cc | 15 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
/external/chromium_org/chrome/browser/extensions/api/debugger/ |
debugger_extension_apitest.cc | 11 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
/external/chromium_org/chrome/browser/extensions/api/terminal/ |
terminal_private_apitest.cc | 10 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|