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

1 2

  /external/chromium_org/components/gcm_driver/
gcm_stats_recorder_impl_unittest.cc 21 static const char kAppId[] = "app id 1";
312 EXPECT_EQ(kAppId, queue.front().app_id) << remark;
323 EXPECT_EQ(kAppId, queue.front().app_id) << remark;
334 EXPECT_EQ(kAppId, queue.front().app_id) << remark;
358 recorder_.RecordDataSentToWire(kAppId, kReceiverId, kMessageId, kQueuedSec);
381 recorder_.RecordRegistrationSent(kAppId, kSenderIds);
382 recorder_.RecordRegistrationResponse(kAppId, sender_ids_,
384 recorder_.RecordRegistrationRetryRequested(kAppId, sender_ids_, kRetries);
385 recorder_.RecordUnregistrationSent(kAppId);
386 recorder_.RecordUnregistrationResponse(kAppId, kUnregistrationStatus)
    [all...]
gcm_client_impl_unittest.cc 46 const char kAppId[] = "app_id";
573 EXPECT_FALSE(ExistsRegistration(kAppId));
577 gcm_client()->Register(kAppId, senders);
581 EXPECT_EQ(kAppId, last_app_id());
584 EXPECT_TRUE(ExistsRegistration(kAppId));
588 EXPECT_FALSE(ExistsRegistration(kAppId));
592 gcm_client()->Register(kAppId, senders);
594 EXPECT_TRUE(ExistsRegistration(kAppId));
596 EXPECT_EQ(kAppId, last_app_id());
606 EXPECT_TRUE(ExistsRegistration(kAppId));
    [all...]
  /external/chromium_org/chrome/common/
switch_utils.cc 18 switches::kAppId,
chrome_switches.cc 69 const char kAppId[] = "app-id";
    [all...]
chrome_switches.h 37 extern const char kAppId[];
  /external/chromium_org/chrome/browser/app_mode/
app_mode_utils.cc 50 command_line->HasSwitch(switches::kAppId);
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_win.cc 45 switches::kAppId,
  /external/chromium_org/chrome/browser/sync/glue/
session_sync_test_helper.cc 17 static const char* kAppId = "app_id";
82 ASSERT_EQ(kAppId, tab->extension_app_id);
106 tab->set_extension_app_id(kAppId);
  /external/chromium_org/google_apis/gcm/engine/
unregistration_request_unittest.cc 22 const char kAppId[] = "TestAppId";
98 kAppId),
147 EXPECT_EQ(kAppId, app_id_header);
150 expected_pairs["app"] = kAppId;
registration_request_unittest.cc 22 const char kAppId[] = "TestAppId";
115 kAppId,
181 expected_pairs["app"] = kAppId;
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_update_service_browsertest.cc 67 command->AppendSwitchASCII(switches::kAppId, app_->id());
kiosk_mode_idle_app_name_notification.cc 79 command_line->GetSwitchValueASCII(::switches::kAppId);
  /external/chromium_org/chrome/browser/extensions/
external_provider_impl_chromeos_unittest.cc 113 command->AppendSwitchASCII(switches::kAppId, std::string("app_id"));
  /external/chromium_org/chrome/browser/chromeos/ui/
idle_app_name_notification_view_unittest.cc 35 CommandLine::ForCurrentProcess()->AppendSwitchASCII(::switches::kAppId,
  /external/chromium_org/chrome/browser/ui/app_list/
extension_app_model_builder_unittest.cc 343 const std::string kAppId = "podhdnefolignjhecmjkbimfgioanahm";
356 kAppId,
  /external/chromium_org/chrome/browser/
shell_integration.cc 69 // If |extension_app_id| is present, we use the kAppId switch rather than
73 new_cmd_line.AppendSwitchASCII(switches::kAppId, extension_app_id);
shell_integration_win.cc 120 } else if (command_line.HasSwitch(switches::kAppId)) {
123 command_line.GetSwitchValueASCII(switches::kAppId)));
chrome_browser_main.cc     [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.cc 336 if (command_line_.HasSwitch(switches::kAppId)) {
337 std::string app_id = command_line_.GetSwitchValueASCII(switches::kAppId);
404 if (command_line_.HasSwitch(switches::kAppId)) {
406 *app_id = command_line_.GetSwitchValueASCII(switches::kAppId);
    [all...]
startup_browser_creator.cc 542 command_line.HasSwitch(switches::kAppId)) {
545 command_line.GetSwitchValueASCII(switches::kAppId));
startup_browser_creator_browsertest.cc 276 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id());
306 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id());
337 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id());
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_window_property_manager_browsertest_win.cc 125 cmd_line.GetSwitchValueNative(switches::kAppId));
  /external/chromium_org/chrome/browser/chromeos/login/users/
chrome_user_manager_impl.cc 728 command_line->AppendSwitchASCII(::switches::kAppId, kiosk_app_id);
749 command_line->AppendSwitchASCII(::switches::kAppId,
    [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 90 const char* kAppId = "appId";
211 exception->SetString(kAppId, app.id());
    [all...]

Completed in 653 milliseconds

1 2