OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GCMEventRouter
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/services/gcm/
gcm_event_router.h
14
class
GCMEventRouter
{
16
virtual ~
GCMEventRouter
() {}
gcm_profile_service.h
37
class
GCMEventRouter
;
52
virtual
GCMEventRouter
* GetEventRouter() const = 0;
149
GCMEventRouter
* GetEventRouter(const std::string& app_id);
186
scoped_ptr<
GCMEventRouter
> js_event_router_;
gcm_profile_service_unittest.cc
47
class GCMEventRouterMock : public
GCMEventRouter
{
134
// Mock a
GCMEventRouter
.
163
virtual
GCMEventRouter
* GetEventRouter() const OVERRIDE {
gcm_profile_service.cc
612
GCMEventRouter
* GCMProfileService::GetEventRouter(const std::string& app_id) {
/external/chromium_org/chrome/browser/extensions/api/gcm/
gcm_api.h
84
class GcmJsEventRouter : public gcm::
GCMEventRouter
{
90
//
GCMEventRouter
:
Completed in 583 milliseconds