/external/chromium_org/gpu/ |
angle_unittest_main.cc | 6 #include "base/command_line.h"
|
/external/chromium_org/gpu/command_buffer/service/ |
async_pixel_transfer_manager_linux.cc | 7 #include "base/command_line.h"
|
/external/chromium_org/ui/base/ |
ui_base_switches_util.cc | 7 #include "base/command_line.h"
|
/external/chromium_org/ui/gl/ |
gl_implementation_x11.cc | 7 #include "base/command_line.h" 68 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local 70 if (command_line->HasSwitch(switches::kTestGLLib)) 72 command_line->GetSwitchValueASCII(switches::kTestGLLib).c_str());
|
/external/chromium_org/win8/delegate_execute/ |
delegate_execute_util.h | 8 #include "base/command_line.h"
|
/external/chromium_org/net/tools/disk_cache_memory_test/ |
disk_cache_memory_test.cc | 14 #include "base/command_line.h" 271 const base::CommandLine& command_line = local 273 if (command_line.HasSwitch("help")) { 277 if ((command_line.GetSwitches().size() != 1 && 278 command_line.GetSwitches().size() != 2) || 279 !command_line.HasSwitch("spec-1") || 280 (command_line.GetSwitches().size() == 2 && 281 !command_line.HasSwitch("spec-2"))) { 286 const std::string spec_str_1 = command_line.GetSwitchValueASCII("spec-1"); 289 if (command_line.HasSwitch("spec-2")) [all...] |
/external/e2fsprogs/ext2ed/ |
inode_com.c | 22 void type_ext2_inode___prev (char *command_line) 32 ptr=parse_word (command_line,buffer); 69 void type_ext2_inode___next (char *command_line) 79 ptr=parse_word (command_line,buffer); 118 void type_ext2_inode___show (char *command_line) 143 show (command_line); 282 void type_ext2_inode___entry (char *command_line) 290 ptr=parse_word (command_line,buffer); 315 void type_ext2_inode___group (char *command_line) 329 void type_ext2_inode___file (char *command_line) [all...] |
/external/chromium_org/base/mac/ |
launch_services_util.cc | 16 const CommandLine& command_line, 25 std::vector<std::string> argv = command_line.argv();
|
/external/chromium_org/chrome/app_shim/ |
app_mode_loader_mac.mm | 15 #include "base/command_line.h" 152 CommandLine command_line(executable_path); 154 command_line.AppendSwitchPath( 165 command_line.AppendSwitchPath(app_mode::kAppShimError, 174 command_line.AppendSwitchPath(switches::kProfileDirectory, 176 command_line.AppendSwitchASCII(switches::kAppId, info->app_mode_id); 181 if (!base::LaunchProcess(command_line, base::LaunchOptions(), NULL)) { 183 << command_line.GetCommandLineString();
|
/external/chromium_org/chrome/browser/chromeos/login/ |
screenshot_testing_mixin.h | 10 #include "base/command_line.h" 31 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
|
/external/chromium_org/chrome/browser/chromeos/login/test/ |
oobe_base_test.h | 11 #include "base/command_line.h" 42 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
|
/external/chromium_org/chrome/browser/extensions/ |
background_app_browsertest.cc | 13 TestBackgroundModeManager(CommandLine* command_line, 15 : BackgroundModeManager(command_line, profile_cache),
|
/external/chromium_org/chrome/browser/prefs/ |
command_line_pref_store.h | 9 #include "base/command_line.h" 17 explicit CommandLinePrefStore(const base::CommandLine* command_line);
|
pref_service_syncable_factory.cc | 49 void PrefServiceSyncableFactory::SetCommandLine(CommandLine* command_line) { 50 set_command_line_prefs(new CommandLinePrefStore(command_line));
|
/external/chromium_org/chrome/browser/profiles/ |
profile_shortcut_manager.h | 43 // Populates the |command_line|, |name| and |icon_path| that a shortcut for 46 base::CommandLine* command_line,
|
/external/chromium_org/chromecast/shell/browser/ |
cast_content_browser_client.h | 34 virtual void AppendExtraCommandLineSwitches(base::CommandLine* command_line, 71 const base::CommandLine& command_line,
|
/external/chromium_org/cloud_print/service/win/ |
service_controller.cc | 11 #include "base/command_line.h" 167 CommandLine command_line(service_path); 168 command_line.AppendSwitch(run_switch); 170 command_line.AppendSwitchPath(switches::kUserDataDir, user_data_dir); 172 command_line.AppendSwitch(switches::kEnableLogging); 173 command_line.AppendSwitchASCII(switches::kV, "1"); 176 CopyChromeSwitchesFromCurrentProcess(&command_line); 203 SERVICE_ERROR_NORMAL, command_line.GetCommandLineString().c_str(),
|
/external/chromium_org/content/plugin/ |
plugin_main.cc | 12 #include "base/command_line.h" 51 const CommandLine& parsed_command_line = parameters.command_line;
|
/external/chromium_org/content/utility/ |
utility_main.cc | 5 #include "base/command_line.h" 43 bool no_sandbox = parameters.command_line.HasSwitch(switches::kNoSandbox);
|
/external/chromium_org/extensions/shell/browser/ |
shell_content_browser_client.h | 57 virtual void AppendExtraCommandLineSwitches(base::CommandLine* command_line, 68 void AppendRendererSwitches(base::CommandLine* command_line);
|
/external/chromium_org/gpu/config/ |
gpu_driver_bug_list.cc | 58 std::set<int>* workarounds, const CommandLine& command_line) { 61 if (!command_line.HasSwitch(kFeatureList[i].name))
|
/external/chromium_org/mojo/shell/ |
context.cc | 9 #include "base/command_line.h" 70 base::CommandLine* command_line) { 76 std::string handlers_spec = command_line->GetSwitchValueASCII( 180 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local 182 if (command_line->HasSwitch(switches::kEnableMultiprocess)) 189 InitContentHandlers(dynamic_application_loader, command_line); 209 if (command_line->HasSwitch(switches::kSpy)) { 212 command_line->GetSwitchValueASCII(switches::kSpy)));
|
/external/chromium_org/remoting/host/win/ |
launch_process_with_token.h | 11 #include "base/command_line.h" 35 const base::CommandLine::StringType& command_line,
|
/external/chromium_org/sandbox/win/src/ |
process_thread_interception.h | 74 LPWSTR command_line, LPSECURITY_ATTRIBUTES process_attributes, 81 LPSTR command_line, LPSECURITY_ATTRIBUTES process_attributes,
|
/external/chromium_org/tools/site_compare/commands/ |
scrape.py | 8 1. The command_line package from tools/site_compare 21 import command_line namespace
|