HomeSort by relevance Sort by last modified time
    Searched full:command_line (Results 151 - 175 of 398) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/
background_mode_manager.h 46 BackgroundModeManager(Profile* profile, CommandLine* command_line);
49 static bool IsBackgroundModeEnabled(const CommandLine* command_line);
process_singleton.h 73 NotifyResult NotifyOtherProcessWithTimeout(const CommandLine& command_line,
77 const CommandLine& command_line,
background_page_tracker.cc 11 #include "base/command_line.h"
144 CommandLine* command_line = CommandLine::ForCurrentProcess();
145 return BackgroundModeManager::IsBackgroundModeEnabled(command_line);
background_mode_manager_mac.mm 5 #include "base/command_line.h"
background_mode_manager_win.cc 6 #include "base/command_line.h"
background_page_tracker_unittest.cc 6 #include "base/command_line.h"
content_setting_image_model.cc 7 #include "base/command_line.h"
shell_integration.cc 7 #include "base/command_line.h"
  /external/chromium/chrome/browser/extensions/
extension_apitest.cc 240 void ExtensionApiTest::SetUpCommandLine(CommandLine* command_line) {
241 ExtensionBrowserTest::SetUpCommandLine(command_line);
extension_browsertest.h 11 #include "base/command_line.h"
28 virtual void SetUpCommandLine(CommandLine* command_line);
extension_browsertest.cc 9 #include "base/command_line.h"
41 void ExtensionBrowserTest::SetUpCommandLine(CommandLine* command_line) {
55 command_line->AppendSwitchASCII(switches::kLoginUser,
57 command_line->AppendSwitchASCII(switches::kLoginProfile, "user");
58 command_line->AppendSwitch(switches::kNoFirstRun);
extension_apitest.h 113 virtual void SetUpCommandLine(CommandLine* command_line);
  /external/chromium/chrome/browser/printing/
print_dialog_cloud.cc 9 #include "base/command_line.h"
587 bool CreatePrintDialogFromCommandLine(const CommandLine& command_line) {
588 if (!command_line.GetSwitchValuePath(switches::kCloudPrintFile).empty()) {
591 command_line.GetSwitchValuePath(switches::kCloudPrintFile);
594 if (command_line.HasSwitch(switches::kCloudPrintJobTitle)) {
597 native_job_title = command_line.GetSwitchValueNative(
606 if (command_line.HasSwitch(switches::kCloudPrintFileType)) {
607 file_type = command_line.GetSwitchValueASCII(
  /external/chromium/net/test/
test_server.h 159 // |command_line|. Return true on success.
160 bool AddCommandLineArguments(CommandLine* command_line) const;
  /external/chromium/base/
command_line.cc 5 #include "base/command_line.h"
188 CommandLine CommandLine::FromString(const std::wstring& command_line) {
190 cmd.ParseFromString(command_line);
439 void CommandLine::ParseFromString(const std::wstring& command_line) {
440 TrimWhitespace(command_line, TRIM_ALL, &command_line_string_);
  /external/chromium/chrome/browser/ui/webui/options/
about_page_handler.cc 11 #include "base/command_line.h"
133 { "command_line", IDS_ABOUT_VERSION_COMMAND_LINE },
250 std::string command_line = ""; local
254 command_line += " " + *iter;
255 localized_strings->SetString("command_line_info", command_line);
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_test.cc 19 #include "base/command_line.h"
288 virtual void SetUpCommandLine(CommandLine* command_line) {
291 command_line->AppendSwitch(switches::kSbDisableAutoUpdate);
296 command_line->AppendSwitch(switches::kDisableIPv6);
300 command_line->AppendSwitch(switches::kSbDisableDownloadProtection);
309 command_line->AppendSwitchASCII(switches::kSbInfoURLPrefix, url_prefix);
310 command_line->AppendSwitchASCII(switches::kSbMacKeyURLPrefix, url_prefix);
  /external/chromium/chrome/browser/diagnostics/
diagnostics_main.cc 16 #include "base/command_line.h"
338 int DiagnosticsMain(const CommandLine& command_line) {
351 DiagnosticsModel* model = MakeDiagnosticsModel(command_line);
diagnostics_model.cc 11 #include "base/command_line.h"
  /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);
  /external/chromium/chrome/browser/chromeos/cros/
syslogs_library.cc 7 #include "base/command_line.h"
  /external/chromium/chrome/browser/chromeos/login/
mock_authenticator.h 160 CommandLine* command_line) {
  /external/chromium/chrome/browser/importer/
profile_import_process_host.cc 7 #include "base/command_line.h"
  /external/chromium/chrome/browser/resources/
about_version.html 93 <td class="version" id="Td1" i18n-content="command_line"></td>
  /external/chromium/chrome/browser/resources/options/
about_page.html 65 <h3 i18n-content="command_line"></h3>

Completed in 694 milliseconds

1 2 3 4 5 67 8 91011>>