OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notification_service_
(Results
1 - 15
of
15
) sorted by null
/external/chromium/chrome/browser/
browser_process_sub_thread.h
36
NotificationService*
notification_service_
;
member in class:BrowserProcessSubThread
/external/chromium/chrome/browser/password_manager/
password_store_mac.h
30
// Initializes |thread_| and |
notification_service_
|.
78
// Allows the creation of |
notification_service_
| to be scheduled on the right
90
scoped_ptr<NotificationService>
notification_service_
;
member in class:PasswordStoreMac
/external/chromium/chrome/browser/sync/glue/
typed_url_change_processor.h
84
scoped_ptr<NotificationService>
notification_service_
;
member in class:browser_sync::TypedUrlChangeProcessor
/external/chromium/chrome/browser/webdata/
web_database.h
59
scoped_ptr<NotificationService>
notification_service_
;
member in class:WebDatabase
/external/chromium_org/chrome/browser/password_manager/
password_store_mac.h
35
// Initializes |thread_| and |
notification_service_
|.
88
// Allows the creation of |
notification_service_
| to be scheduled on the right
100
scoped_ptr<content::NotificationService>
notification_service_
;
member in class:PasswordStoreMac
/external/chromium_org/content/browser/
browser_process_sub_thread.h
54
scoped_ptr<NotificationService>
notification_service_
;
member in class:content::BrowserProcessSubThread
browser_main_runner.cc
76
notification_service_
.reset(new NotificationServiceImpl);
159
notification_service_
.reset(NULL);
172
scoped_ptr<NotificationServiceImpl>
notification_service_
;
member in class:content::BrowserMainRunnerImpl
/external/chromium_org/content/public/test/
test_content_client_initializer.h
33
scoped_ptr<NotificationServiceImpl>
notification_service_
;
member in class:content::TestContentClientInitializer
test_browser_thread.cc
18
notification_service_
(NULL) {
24
notification_service_
(NULL) {}
31
notification_service_
= new NotificationServiceImpl;
36
delete
notification_service_
;
37
notification_service_
= NULL;
42
NotificationService*
notification_service_
;
member in class:content::TestBrowserThreadImpl
/external/chromium_org/chrome/browser/sync/glue/
typed_url_change_processor.h
111
scoped_ptr<content::NotificationService>
notification_service_
;
member in class:browser_sync::TypedUrlChangeProcessor
/external/chromium_org/chrome/test/base/
testing_browser_process.h
139
scoped_ptr<content::NotificationService>
notification_service_
;
member in class:TestingBrowserProcess
/external/chromium/chrome/browser/sync/
profile_sync_service_password_unittest.cc
161
notification_service_
= new ThreadNotificationService(&db_thread_);
162
notification_service_
->Init();
174
notification_service_
->TearDown();
306
scoped_refptr<ThreadNotificationService>
notification_service_
;
member in class:ProfileSyncServicePasswordTest
profile_sync_service_typed_url_unittest.cc
141
notification_service_
=
143
notification_service_
->Init();
150
notification_service_
->TearDown();
282
scoped_refptr<ThreadNotificationService>
notification_service_
;
member in class:ProfileSyncServiceTypedUrlTest
profile_sync_service_autofill_unittest.cc
280
notification_service_
= new ThreadNotificationService(&db_thread_);
281
notification_service_
->Init();
286
notification_service_
->TearDown();
463
scoped_refptr<ThreadNotificationService>
notification_service_
;
member in class:ProfileSyncServiceAutofillTest
[
all
...]
/external/chromium_org/chrome/browser/notifications/
desktop_notification_service.cc
103
DesktopNotificationService*
notification_service_
;
member in class:NotificationPermissionInfoBarDelegate
143
notification_service_
(notification_service),
182
notification_service_
->GrantPermission(origin_);
189
notification_service_
->DenyPermission(origin_);
Completed in 157 milliseconds