HomeSort by relevance Sort by last modified time
    Searched refs:notification_service_ (Results 1 - 25 of 26) sorted by null

1 2

  /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_org/content/public/test/
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
test_content_client_initializer.cc 17 notification_service_.reset(new NotificationServiceImpl());
29 notification_service_.reset();
test_content_client_initializer.h 33 scoped_ptr<NotificationServiceImpl> notification_service_; member in class:content::TestContentClientInitializer
  /external/chromium_org/content/browser/
browser_process_sub_thread.cc 34 notification_service_.reset(new NotificationServiceImpl());
53 notification_service_.reset();
browser_process_sub_thread.h 54 scoped_ptr<NotificationService> notification_service_; member in class:content::BrowserProcessSubThread
browser_main_runner.cc 68 notification_service_.reset(new NotificationServiceImpl);
131 notification_service_.reset(NULL);
143 scoped_ptr<NotificationServiceImpl> notification_service_; member in class:content::BrowserMainRunnerImpl
  /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_org/chrome/browser/password_manager/
password_store_mac.h 35 // Initializes |thread_| and |notification_service_|.
87 // Allows the creation of |notification_service_| to be scheduled on the right
99 scoped_ptr<content::NotificationService> notification_service_; member in class:PasswordStoreMac
  /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
typed_url_change_processor.cc 55 notification_service_.reset(content::NotificationService::Create());
  /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...]
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_service.cc 102 DesktopNotificationService* notification_service_; member in class:NotificationPermissionInfoBarDelegate
142 notification_service_(notification_service),
181 notification_service_->GrantPermission(origin_);
188 notification_service_->DenyPermission(origin_);
  /external/chromium_org/chrome/test/base/
testing_browser_process.h 129 scoped_ptr<content::NotificationService> notification_service_; member in class:TestingBrowserProcess
testing_browser_process.cc 51 : notification_service_(content::NotificationService::Create()),
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.h 506 mutable DesktopNotificationService* notification_service_; member in class:ProfileIOData
profile_io_data.cc 399 notification_service_(NULL),
624 return notification_service_;
791 notification_service_ = profile_params_->notification_service;
    [all...]

Completed in 725 milliseconds

1 2