Searched refs:kApp (Results 1 – 16 of 16) sorted by relevance
17 switches::kApp,
44 const char kApp[] = "app"; variable
33 extern const char kApp[];
58 new_cmd_line.AppendSwitchASCII(switches::kApp, url.spec()); in CommandLineArgsForLauncher()
229 if (command_line.HasSwitch(switches::kApp)) { in GetExpectedAppId()231 GURL(command_line.GetSwitchValueASCII(switches::kApp)))); in GetExpectedAppId()
1020 !command_line->HasSwitch(switches::kApp) &&
1312 (parsed_command_line.HasSwitch(switches::kApp) || in BrowserMain()
10 const char* kApp = "app"; variable
14 extern const char* kApp;
39 extension_manifest_keys::kApp in ExtensionMsg_Loaded_Params()
1165 if (manifest->HasKey(keys::kApp)) in LoadIsApp()1442 *key != keys::kApp && in EnsureNotHybridApp()
317 launch_arguments_.AppendSwitchASCII(switches::kApp, test_file_url.spec()); in TEST_F()
354 app_launch_arguments.AppendSwitchASCII(switches::kApp, url2_.spec()); in TEST_F()
750 if (command_line_.HasSwitch(switches::kApp)) { in IsAppLaunch()752 *app_url = command_line_.GetSwitchValueASCII(switches::kApp); in IsAppLaunch()
787 if (command_line->HasSwitch(switches::kApp)) { in InitializeMetricsState()
101 appId = client->registerAs(kApp->name());