HomeSort by relevance Sort by last modified time
    Searched refs:kAppId (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium/chrome/common/
switch_utils.cc 18 switches::kAppId,
chrome_switches.cc 48 const char kAppId[] = "app-id";
    [all...]
chrome_switches.h 34 extern const char kAppId[];
  /external/chromium_org/chrome/common/
switch_utils.cc 18 switches::kAppId,
chrome_switches.cc 68 const char kAppId[] = "app-id";
    [all...]
chrome_switches.h 38 extern const char kAppId[];
  /external/chromium_org/chrome/browser/app_mode/
app_mode_utils.cc 51 command_line->HasSwitch(switches::kAppId);
  /external/chromium/chrome/browser/password_manager/
native_backend_kwallet_x.cc 21 const char* NativeBackendKWallet::kAppId = "Chrome";
192 G_TYPE_STRING, kAppId, // appid
206 G_TYPE_STRING, kAppId, // appid
281 G_TYPE_STRING, kAppId, // appid
298 G_TYPE_STRING, kAppId, // appid
369 G_TYPE_STRING, kAppId, // appid
382 G_TYPE_STRING, kAppId, // appid
410 G_TYPE_STRING, kAppId, // appid
435 G_TYPE_STRING, kAppId, // appid
574 G_TYPE_STRING, kAppId, // appi
    [all...]
native_backend_kwallet_x.h 113 static const char* kAppId;
  /external/chromium/chrome/browser/ui/
browser_init_browsertest.cc 113 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id());
142 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id());
172 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id());
201 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id());
browser_init.cc 755 if (command_line_.HasSwitch(switches::kAppId)) {
757 *app_id = command_line_.GetSwitchValueASCII(switches::kAppId);
    [all...]
  /external/chromium_org/chrome/browser/extensions/
external_provider_impl_chromeos_unittest.cc 77 command->AppendSwitchASCII(switches::kAppId, std::string("app_id"));
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_update_service_browsertest.cc 66 command->AppendSwitchASCII(switches::kAppId, app_->id());
  /external/chromium/chrome/browser/
shell_integration.cc 49 // If |extension_app_id| is present, we use the kAppId switch rather than
53 new_cmd_line.AppendSwitchASCII(switches::kAppId, extension_app_id);
shell_integration_win.cc 232 } else if (command_line.HasSwitch(switches::kAppId)) {
234 command_line.GetSwitchValueASCII(switches::kAppId)));
browser_browsertest.cc 526 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id());
browser_main.cc     [all...]
  /external/chromium_org/chrome/browser/
shell_integration_win.cc 118 } else if (command_line.HasSwitch(switches::kAppId)) {
120 command_line.GetSwitchValueASCII(switches::kAppId)));
shell_integration.cc 97 // If |extension_app_id| is present, we use the kAppId switch rather than
101 new_cmd_line.AppendSwitchASCII(switches::kAppId, extension_app_id);
chrome_browser_main.cc     [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc 597 command_line.HasSwitch(switches::kAppId)) {
601 command_line.GetSwitchValueASCII(switches::kAppId)))->Start();
startup_browser_creator_impl.cc 424 if (command_line_.HasSwitch(switches::kAppId)) {
426 *app_id = command_line_.GetSwitchValueASCII(switches::kAppId);
    [all...]
startup_browser_creator_browsertest.cc 275 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id());
306 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id());
338 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id());
    [all...]
  /external/chromium_org/chrome/browser/web_applications/
web_app_win.cc 107 shortcut_cmd_line.HasSwitch(switches::kAppId);
  /external/chromium_org/chrome/browser/ui/webui/options/
content_settings_handler.cc 82 const char* kAppId = "appId";
215 exception->SetString(kAppId, app.id());
    [all...]

Completed in 291 milliseconds

1 2