Searched refs:GetPushMessagingService (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/chromecast/shell/browser/
H A Dcast_browser_context.h46 virtual content::PushMessagingService* GetPushMessagingService() OVERRIDE;
H A Dcast_browser_context.cc132 content::PushMessagingService* CastBrowserContext::GetPushMessagingService() { function in class:chromecast::shell::CastBrowserContext
/external/chromium_org/content/public/test/
H A Dtest_browser_context.cc116 PushMessagingService* TestBrowserContext::GetPushMessagingService() { function in class:content::TestBrowserContext
H A Dtest_browser_context.h46 virtual PushMessagingService* GetPushMessagingService() OVERRIDE;
/external/chromium_org/content/shell/browser/
H A Dshell_browser_context.h54 virtual PushMessagingService* GetPushMessagingService() OVERRIDE;
H A Dshell_browser_context.cc197 PushMessagingService* ShellBrowserContext::GetPushMessagingService() { function in class:content::ShellBrowserContext
/external/chromium_org/content/browser/
H A Dpush_messaging_message_filter.cc121 service_ = process_host->GetBrowserContext()->GetPushMessagingService();
/external/chromium_org/content/public/browser/
H A Dbrowser_context.h162 virtual PushMessagingService* GetPushMessagingService() = 0;
/external/chromium_org/android_webview/browser/
H A Daw_browser_context.h113 virtual content::PushMessagingService* GetPushMessagingService() OVERRIDE;
H A Daw_browser_context.cc292 content::PushMessagingService* AwBrowserContext::GetPushMessagingService() { function in class:android_webview::AwBrowserContext
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_impl.h107 virtual content::PushMessagingService* GetPushMessagingService() OVERRIDE;
H A Dprofile_impl.h94 virtual content::PushMessagingService* GetPushMessagingService() OVERRIDE;
H A Doff_the_record_profile_impl.cc389 OffTheRecordProfileImpl::GetPushMessagingService() { function in class:OffTheRecordProfileImpl
H A Dprofile_impl.cc1131 content::PushMessagingService* ProfileImpl::GetPushMessagingService() { function in class:ProfileImpl
/external/chromium_org/chrome/browser/ui/app_list/test/
H A Dfake_profile.cc71 content::PushMessagingService* FakeProfile::GetPushMessagingService() { function in class:FakeProfile
H A Dfake_profile.h51 virtual content::PushMessagingService* GetPushMessagingService() OVERRIDE;
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.h233 virtual content::PushMessagingService* GetPushMessagingService() OVERRIDE;
H A Dtesting_profile.cc855 content::PushMessagingService* TestingProfile::GetPushMessagingService() { function in class:TestingProfile
/external/chromium_org/content/browser/download/
H A Ddownload_manager_impl_unittest.cc419 MOCK_METHOD0(GetPushMessagingService, PushMessagingService*());

Completed in 246 milliseconds