HomeSort by relevance Sort by last modified time
    Searched refs:command_line (Results 126 - 150 of 162) sorted by null

1 2 3 4 56 7

  /external/chromium/chrome/browser/chromeos/cros/
input_method_library.cc 649 bool LaunchInputMethodProcess(const std::string& command_line,
656 base::SplitString(command_line, ' ', &argv);
662 LOG(ERROR) << "Could not launch: " << command_line;
675 VLOG(1) << command_line << " (PID=" << pid << ") is started";
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
mock_authenticator.h 160 CommandLine* command_line) {
wizard_controller.cc 14 #include "base/command_line.h"
326 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
329 for (size_t i = 0; i < command_line->args().size(); i++) {
330 if (!command_line->args()[i].empty()) {
332 url = command_line->args()[i];
existing_user_controller.cc 7 #include "base/command_line.h"
223 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
224 if (command_line->HasSwitch(switches::kEnableDevicePolicy)) {
  /external/chromium/chrome/browser/profiles/
profile_io_data.cc 10 #include "base/command_line.h"
279 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
306 command_line);
profile_impl.cc 7 #include "base/command_line.h"
408 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
409 if (command_line->HasSwitch(
430 autoupdate_enabled = !command_line->HasSwitch(switches::kGuestSession);
445 if (command_line->HasSwitch(switches::kLoadExtension)) {
446 FilePath path = command_line->GetSwitchValuePath(
    [all...]
  /external/chromium/chrome/browser/
jumplist_win.cc 16 #include "base/command_line.h"
426 CommandLine command_line(CommandLine::NO_PROGRAM);
430 command_line.AppendSwitchPath(switches::kUserDataDir, user_data_dir);
432 std::wstring chrome_switches = command_line.command_line_string();
process_singleton_linux.cc 60 #include "base/command_line.h"
895 const CommandLine& command_line,
897 NotifyResult result = NotifyOtherProcessWithTimeout(command_line,
908 result = NotifyOtherProcessWithTimeout(command_line, timeout_seconds, false);
    [all...]
background_contents_service.cc 8 #include "base/command_line.h"
124 Profile* profile, const CommandLine* command_line)
129 !command_line->HasSwitch(switches::kDisableRestoreBackgroundContents))
browser_process_impl.h 44 explicit BrowserProcessImpl(const CommandLine& command_line);
browser_main.cc 13 #include "base/command_line.h"
553 void HandleTestParameters(const CommandLine& command_line) {
555 if (command_line.HasSwitch(switches::kBrowserAssertTest)) {
560 if (command_line.HasSwitch(switches::kBrowserCrashTest)) {
569 if (command_line.HasSwitch(switches::kTestLoadLibcros))
    [all...]
aeropeek_manager.cc 11 #include "base/command_line.h"
1017 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
    [all...]
browser_browsertest.cc 525 CommandLine command_line(CommandLine::NO_PROGRAM);
526 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id());
528 BrowserInit::LaunchWithProfile launch(FilePath(), command_line); local
browser_about_handler.cc 12 #include "base/command_line.h"
969 std::string command_line = ""; local
    [all...]
  /external/chromium/chrome/browser/chromeos/
boot_times_loader.cc 9 #include "base/command_line.h"
89 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
90 if (command_line.HasSwitch(switches::kTestType)) {
  /external/chromium/chrome/browser/ui/webui/
new_tab_ui.cc 12 #include "base/command_line.h"
464 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
465 return command_line->HasSwitch(switches::kDisableNewTabFirstRun);
  /external/chromium/chrome/browser/metrics/
metrics_service.cc 160 #include "base/command_line.h"
    [all...]
  /external/chromium/chrome/browser/prefs/
pref_service.cc 10 #include "base/command_line.h"
118 CommandLinePrefStore* command_line = local
131 command_line, user, recommended_platform,
  /external/chromium/chrome/browser/resources/gpu_internals/
browser_bridge_tests.js 21 clientInfo: {"blacklist_version":"1.10","cl":"80750-dirty","command_line":"./out/Debug/chrome --flag-switches-begin --show-composited-layer-borders --show-fps-counter --flag-switches-end","official":"Developer Build","version":"12.0.729.0","version_mod":""},
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc 9 #include "base/command_line.h"
298 virtual void SetUpCommandLine(CommandLine* command_line) {
302 command_line->AppendSwitch(switches::kSbDisableAutoUpdate);
  /external/chromium/chrome/browser/extensions/
extension_service.h 14 #include "base/command_line.h"
168 const CommandLine* command_line,
extension_service.cc 11 #include "base/command_line.h"
413 const CommandLine* command_line,
431 if (command_line->HasSwitch(switches::kDisableExtensions)) {
446 if (command_line->HasSwitch(switches::kExtensionsUpdateFrequency)) {
447 base::StringToInt(command_line->GetSwitchValueASCII(
    [all...]
  /ndk/sources/host-tools/make-3.81/
job.c 993 | child->file->cmds->lines_flags[child->command_line - 1]);
1017 child->file->cmds->lines_flags[child->command_line - 1]
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service.cc 14 #include "base/command_line.h"
227 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
231 if (command_line.HasSwitch(switches::kSyncServiceURL)) {
232 std::string value(command_line.GetSwitchValueASCII(
    [all...]
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc 10 #include "base/command_line.h"
1519 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
    [all...]

Completed in 1922 milliseconds

1 2 3 4 56 7