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

  /external/chromium_org/chrome/browser/extensions/api/gcm/
gcm_api.h 84 class GcmJsEventRouter : public gcm::GCMEventRouter {
86 explicit GcmJsEventRouter(Profile* profile);
88 virtual ~GcmJsEventRouter();
gcm_api.cc 179 GcmJsEventRouter::GcmJsEventRouter(Profile* profile) : profile_(profile) {}
181 GcmJsEventRouter::~GcmJsEventRouter() {}
183 void GcmJsEventRouter::OnMessage(
197 void GcmJsEventRouter::OnMessagesDeleted(const std::string& app_id) {
206 void GcmJsEventRouter::OnSendError(const std::string& app_id,

Completed in 44 milliseconds