Searched refs:FakeGCMAppHandler (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/gcm_driver/
H A Dfake_gcm_app_handler.cc11 FakeGCMAppHandler::FakeGCMAppHandler() function in class:gcm::FakeGCMAppHandler
15 FakeGCMAppHandler::~FakeGCMAppHandler() {
18 void FakeGCMAppHandler::WaitForNotification() {
24 void FakeGCMAppHandler::ShutdownHandler() {
27 void FakeGCMAppHandler::OnMessage(const std::string& app_id,
37 void FakeGCMAppHandler::OnMessagesDeleted(const std::string& app_id) {
45 void FakeGCMAppHandler::OnSendError(
56 void FakeGCMAppHandler
[all...]
H A Dfake_gcm_app_handler.h18 class FakeGCMAppHandler : public GCMAppHandler { class in namespace:gcm
27 FakeGCMAppHandler();
28 virtual ~FakeGCMAppHandler();
62 DISALLOW_COPY_AND_ASSIGN(FakeGCMAppHandler);
H A Dgcm_driver_desktop_unittest.cc109 FakeGCMAppHandler* gcm_app_handler() { return gcm_app_handler_.get(); }
160 scoped_ptr<FakeGCMAppHandler> gcm_app_handler_;
250 gcm_app_handler_.reset(new FakeGCMAppHandler);
937 EXPECT_EQ(FakeGCMAppHandler::SEND_ERROR_EVENT,
956 EXPECT_EQ(FakeGCMAppHandler::MESSAGE_EVENT,
972 EXPECT_EQ(FakeGCMAppHandler::MESSAGE_EVENT,
983 EXPECT_EQ(FakeGCMAppHandler::MESSAGES_DELETED_EVENT,
/external/chromium_org/chrome/browser/services/gcm/
H A Dgcm_profile_service_unittest.cc95 scoped_ptr<FakeGCMAppHandler> gcm_app_handler_;
108 gcm_app_handler_(new FakeGCMAppHandler),

Completed in 87 milliseconds