OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DesktopNotificationServiceFactory
(Results
1 - 12
of
12
) sorted by null
/external/chromium/chrome/browser/notifications/
desktop_notification_service_factory.cc
14
DesktopNotificationService*
DesktopNotificationServiceFactory
::GetForProfile(
22
DesktopNotificationServiceFactory
*
DesktopNotificationServiceFactory
::
24
return Singleton<
DesktopNotificationServiceFactory
>::get();
27
DesktopNotificationServiceFactory
::
DesktopNotificationServiceFactory
()
31
DesktopNotificationServiceFactory
::~
DesktopNotificationServiceFactory
() {
34
ProfileKeyedService*
DesktopNotificationServiceFactory
::BuildServiceInstanceFor(
42
bool
DesktopNotificationServiceFactory
::ServiceHasOwnInstanceInIncognito()
[
all
...]
desktop_notification_service_factory.h
18
class
DesktopNotificationServiceFactory
: public ProfileKeyedServiceFactory {
24
static
DesktopNotificationServiceFactory
* GetInstance();
27
friend struct DefaultSingletonTraits<
DesktopNotificationServiceFactory
>;
29
DesktopNotificationServiceFactory
();
30
virtual ~
DesktopNotificationServiceFactory
();
notification_exceptions_table_model_unittest.cc
27
service_ =
DesktopNotificationServiceFactory
::GetForProfile(profile());
notification_options_menu_model.cc
165
DesktopNotificationServiceFactory
::GetForProfile(balloon_->profile());
215
DesktopNotificationServiceFactory
::GetForProfile(balloon_->profile());
desktop_notification_service.cc
191
DesktopNotificationServiceFactory
::GetForProfile(profile_)->
199
DesktopNotificationServiceFactory
::GetForProfile(profile_)->
desktop_notification_service_unittest.cc
106
service_ =
DesktopNotificationServiceFactory
::GetForProfile(profile());
/external/chromium/chrome/browser/extensions/
notifications_apitest.cc
20
DesktopNotificationServiceFactory
::GetForProfile(browser()->profile())
/external/chromium/chrome/browser/
desktop_notification_handler.cc
54
DesktopNotificationServiceFactory
::GetForProfile(process->profile());
66
DesktopNotificationServiceFactory
::GetForProfile(process->profile());
83
DesktopNotificationServiceFactory
::GetForProfile(process->profile());
/external/chromium/chrome/browser/ui/webui/options/
content_settings_handler.cc
364
default_setting =
DesktopNotificationServiceFactory
::GetForProfile(
379
return
DesktopNotificationServiceFactory
::GetForProfile(
480
DesktopNotificationServiceFactory
::GetForProfile(web_ui_->GetProfile());
579
DesktopNotificationServiceFactory
::GetForProfile(web_ui_->GetProfile())->
621
DesktopNotificationServiceFactory
::GetForProfile(web_ui_->GetProfile())->
625
DesktopNotificationServiceFactory
::GetForProfile(web_ui_->GetProfile())->
/external/chromium/chrome/browser/ui/options/
options_util.cc
87
DesktopNotificationServiceFactory
::GetForProfile(profile)->
/external/chromium/chrome/browser/chromeos/notifications/
balloon_view.cc
342
DesktopNotificationServiceFactory
::GetForProfile(balloon_->profile());
/external/chromium/chrome/browser/content_settings/
content_settings_notification_provider.cc
231
DesktopNotificationServiceFactory
::GetForProfile(profile_)),
Completed in 124 milliseconds