/external/chromium/chrome/browser/chromeos/panels/ |
panel_browsertest.cc | 5 #include "base/command_line.h" 25 virtual void SetUpCommandLine(CommandLine* command_line) { 26 command_line->AppendSwitch(switches::kDisablePopupBlocking);
|
/external/chromium/chrome/browser/policy/ |
browser_policy_connector.cc | 7 #include "base/command_line.h" 40 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 41 if (command_line->HasSwitch(switches::kEnableDevicePolicy)) {
|
profile_policy_connector.cc | 8 #include "base/command_line.h" 42 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 43 if (command_line->HasSwitch(switches::kDeviceManagementUrl)) {
|
/external/chromium/chrome/browser/ui/webui/options/ |
language_options_handler_common.cc | 13 #include "base/command_line.h" 97 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 99 command_line.HasSwitch(switches::kExperimentalSpellcheckerFeatures);
|
/external/qemu/distrib/sdl-1.2.15/src/main/macos/ |
SDL_main.c | 59 Str255 command_line; member in struct:__anon13334 240 SDL_memcpy(prefs->command_line, *prefs_handle, (*prefs_handle)[0]+1); 268 prefs_handle = NewHandle ( prefs->command_line[0] + prefs->video_driver_name[0] + 4 ); 277 SDL_memcpy(*prefs_handle, prefs->command_line, prefs->command_line[0] + 1); 280 offset += prefs->command_line[0] + 1; 479 SetDialogItemText (dummyHandle, prefs.command_line); 511 GetDialogItemText (dummyHandle, prefs.command_line); 569 commandLine = (char*) malloc (appNameText[0] + prefs.command_line[0] + 2); 583 SDL_memcpy(commandLine + appNameText[0] + 1, prefs.command_line + 1, prefs.command_line[0]) [all...] |
/external/chromium/chrome/browser/ |
upgrade_detector.cc | 9 #include "base/command_line.h" 107 CommandLine command_line(*CommandLine::ForCurrentProcess()); 108 command_line.AppendSwitch(switches::kProductVersion); 110 if (!base::GetAppOutput(command_line, &reply)) { 162 CommandLine command_line(*CommandLine::ForCurrentProcess()); 163 if (command_line.HasSwitch(switches::kDisableBackgroundNetworking))
|
about_flags.h | 12 #include "base/command_line.h" 34 // command_line of the Experiment is not used. If the experiment is enabled 86 // commandline flags belonging to the active experiments to |command_line|. 87 void ConvertFlagsToSwitches(PrefService* prefs, CommandLine* command_line);
|
popup_blocker_browsertest.cc | 5 #include "base/command_line.h"
|
/external/chromium/chrome/browser/extensions/ |
convert_web_app_browsertest.cc | 30 virtual void SetUpCommandLine(CommandLine* command_line) { 31 command_line->AppendSwitch(switches::kEnableCrxlessWebApps);
|
chrome_app_api_browsertest.cc | 7 #include "base/command_line.h" 23 virtual void SetUpCommandLine(CommandLine* command_line) { 24 ExtensionBrowserTest::SetUpCommandLine(command_line); 25 command_line->AppendSwitchASCII(switches::kAppsCheckoutURL,
|
extension_bookmark_manager_apitest.cc | 5 #include "base/command_line.h"
|
extension_history_apitest.cc | 6 #include "base/command_line.h"
|
extension_processes_apitest.cc | 5 #include "base/command_line.h"
|
extension_tts_apitest.cc | 4 #include "base/command_line.h" 47 virtual void SetUpCommandLine(CommandLine* command_line) { 48 ExtensionApiTest::SetUpCommandLine(command_line); 49 command_line->AppendSwitch(switches::kEnableExperimentalExtensionApis);
|
/external/chromium/chrome/browser/prefs/ |
pref_service_mock_builder.cc | 93 PrefServiceMockBuilder::WithCommandLine(CommandLine* command_line) { 94 command_line_prefs_ = new CommandLinePrefStore(command_line);
|
/external/chromium/chrome/common/ |
auto_start_linux.cc | 31 const std::string& command_line, 46 "Exec=" + command_line + "\n"
|
auto_start_linux.h | 19 const std::string& command_line,
|
common_glue.cc | 5 #include "base/command_line.h"
|
nacl_cmd_line.cc | 5 #include "base/command_line.h"
|
switch_utils_unittest.cc | 8 #include "base/command_line.h"
|
/external/chromium/base/test/ |
perf_test_suite.cc | 7 #include "base/command_line.h"
|
/external/chromium/chrome/browser/chromeos/frame/ |
browser_frame_chromeos.cc | 7 #include "base/command_line.h"
|
/external/chromium/chrome/browser/chromeos/login/ |
cookie_fetcher.cc | 7 #include "base/command_line.h"
|
/external/chromium/chrome/browser/sync/ |
profile_sync_factory_impl.h | 19 ProfileSyncFactoryImpl(Profile* profile, CommandLine* command_line);
|
/external/e2fsprogs/ext2ed/ |
dir_com.c | 175 void type_dir___cd (char *command_line) 225 ptr=parse_word (command_line,dir_name); 335 void type_dir___entry (char *command_line) 349 ptr=parse_word (command_line,buffer); 388 void type_dir___followinode (char *command_line) 410 void type_dir___inode (char *command_line) 424 void type_dir___show (char *command_line) 476 void type_dir___next (char *command_line) 488 ptr=parse_word (command_line,buffer); 499 void type_dir___prev (char *command_line) [all...] |