OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChromeNotifierServiceFactory
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service_factory.h
20
class
ChromeNotifierServiceFactory
: public BrowserContextKeyedServiceFactory {
25
static
ChromeNotifierServiceFactory
* GetInstance();
34
friend struct DefaultSingletonTraits<
ChromeNotifierServiceFactory
>;
36
ChromeNotifierServiceFactory
();
37
virtual ~
ChromeNotifierServiceFactory
();
chrome_notifier_service_factory.cc
18
ChromeNotifierService*
ChromeNotifierServiceFactory
::GetForProfile(
25
ChromeNotifierServiceFactory
*
ChromeNotifierServiceFactory
::GetInstance() {
26
return Singleton<
ChromeNotifierServiceFactory
>::get();
30
bool
ChromeNotifierServiceFactory
::UseSyncedNotifications(
47
ChromeNotifierServiceFactory
::
ChromeNotifierServiceFactory
()
53
// running whenever the
ChromeNotifierServiceFactory
is.
57
ChromeNotifierServiceFactory
::~
ChromeNotifierServiceFactory
() {
[
all
...]
welcome_delegate.cc
93
ChromeNotifierServiceFactory
::GetForProfile(profile_,
chrome_notifier_service.cc
528
if (!notifier::
ChromeNotifierServiceFactory
::UseSyncedNotifications(
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
synced_notifications_private_api.cc
36
notifier::
ChromeNotifierServiceFactory
::GetForProfile(
72
notifier::
ChromeNotifierServiceFactory
::GetForProfile(
105
notifier::
ChromeNotifierServiceFactory
::GetForProfile(
/external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc
206
notifier::
ChromeNotifierServiceFactory
::GetInstance();
/external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.cc
251
if (notifier::
ChromeNotifierServiceFactory
::UseSyncedNotifications(
254
notifier::
ChromeNotifierServiceFactory
::GetInstance()->GetForProfile(
373
notifier::
ChromeNotifierServiceFactory
::GetInstance()->GetForProfile(
/external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.cc
537
return notifier::
ChromeNotifierServiceFactory
::GetForProfile(
Completed in 552 milliseconds