OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:command_line
(Results
151 - 175
of
393
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/chrome/browser/extensions/
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/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
);
language_options_handler.cc
13
#include "base/
command_line
.h"
options_ui_uitest.cc
5
#include "base/
command_line
.h"
/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/
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/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>
/external/chromium/chrome/browser/sidebar/
sidebar_browsertest.cc
5
#include "base/
command_line
.h"
/external/chromium/chrome/browser/sync/
profile_sync_factory_impl_unittest.cc
8
#include "base/
command_line
.h"
/external/chromium/chrome/browser/ui/cocoa/
view_id_util_browsertest.mm
6
#include "base/
command_line
.h"
/external/skia/tools/tests/
run.sh
54
echo "$COMMAND" >$ACTUAL_OUTPUT_DIR/
command_line
/external/chromium/base/
command_line.h
73
static CommandLine FromString(const std::wstring&
command_line
);
149
void ParseFromString(const std::wstring&
command_line
);
Completed in 112 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>