HomeSort by relevance Sort by last modified time
    Searched refs:gcm_app_handler (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/gcm_driver/
gcm_driver_desktop_unittest.cc 23 #include "components/gcm_driver/gcm_app_handler.h"
109 FakeGCMAppHandler* gcm_app_handler() { return gcm_app_handler_.get(); } function in class:gcm::GCMDriverTest
513 driver()->AddAppHandler(kTestAppID1, gcm_app_handler());
519 driver()->AddAppHandler(kTestAppID2, gcm_app_handler());
537 driver()->AddAppHandler(kTestAppID2, gcm_app_handler());
906 gcm_app_handler()->WaitForNotification();
907 EXPECT_EQ(message.id, gcm_app_handler()->acked_message_id());
908 EXPECT_EQ(kTestAppID1, gcm_app_handler()->app_id());
936 gcm_app_handler()->WaitForNotification();
938 gcm_app_handler()->received_event())
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_gcm_app_handler_unittest.cc 381 FakeExtensionGCMAppHandler* gcm_app_handler() const { function in class:extensions::ExtensionGCMAppHandlerTest
456 GetGCMDriver()->AddAppHandler("Foo", gcm_app_handler());
462 gcm_app_handler()->unregistration_result());
479 EXPECT_FALSE(gcm_app_handler()->app_handler_count_drop_to_zero());
495 EXPECT_TRUE(gcm_app_handler()->app_handler_count_drop_to_zero());

Completed in 206 milliseconds