OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notification_service_
(Results
1 - 11
of
11
) sorted by null
/external/chromium/chrome/browser/
browser_process_sub_thread.cc
28
notification_service_
= new NotificationService;
32
delete
notification_service_
;
33
notification_service_
= NULL;
browser_process_sub_thread.h
36
NotificationService*
notification_service_
;
member in class:BrowserProcessSubThread
/external/chromium/chrome/browser/sync/glue/
typed_url_change_processor.h
84
scoped_ptr<NotificationService>
notification_service_
;
member in class:browser_sync::TypedUrlChangeProcessor
typed_url_change_processor.cc
36
notification_service_
.reset(new NotificationService);
/external/chromium/chrome/browser/webdata/
web_database.h
59
scoped_ptr<NotificationService>
notification_service_
;
member in class:WebDatabase
web_database.cc
85
notification_service_
.reset(new NotificationService);
/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
password_store_mac.cc
741
notification_service_
.release());
[
all
...]
/external/chromium/chrome/browser/sync/
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_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_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
...]
Completed in 435 milliseconds