HomeSort by relevance Sort by last modified time
    Searched defs:notification_service_ (Results 1 - 15 of 15) sorted by null

  /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 158 notification_service_.reset(new NotificationServiceImpl);
263 notification_service_.reset(NULL);
276 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/extensions/browser/api/bluetooth/
bluetooth_event_router_unittest.cc 41 notification_service_(content::NotificationService::Create()),
58 scoped_ptr<content::NotificationService> notification_service_; member in class:extensions::BluetoothEventRouterTest
  /external/chromium_org/extensions/browser/api/
api_resource_manager_unittest.cc 25 : notification_service_(NotificationService::Create()) {}
29 scoped_ptr<NotificationService> notification_service_; member in class:extensions::ApiResourceManagerUnitTest
  /external/chromium_org/extensions/browser/
api_unittest.h 83 scoped_ptr<content::NotificationService> notification_service_; member in class:extensions::ApiUnitTest
event_router_unittest.cc 88 : notification_service_(content::NotificationService::Create()) {}
95 scoped_ptr<content::NotificationService> notification_service_; member in class:extensions::EventRouterTest
lazy_background_task_queue_unittest.cc 77 : notification_service_(content::NotificationService::Create()),
122 scoped_ptr<content::NotificationService> notification_service_; member in class:extensions::LazyBackgroundTaskQueueTest
process_manager_unittest.cc 65 : notification_service_(content::NotificationService::Create()),
92 scoped_ptr<content::NotificationService> notification_service_; member in class:extensions::ProcessManagerTest
image_loader_unittest.cc 43 notification_service_(NotificationService::Create()) {}
115 scoped_ptr<NotificationService> notification_service_; member in class:extensions::ImageLoaderTest
extension_icon_image_unittest.cc 126 notification_service_(content::NotificationService::Create()) {}
202 scoped_ptr<content::NotificationService> notification_service_; member in class:extensions::__anon12784::ExtensionIconImageTest
  /external/chromium_org/extensions/browser/guest_view/
guest_view_manager_unittest.cc 47 notification_service_(content::NotificationService::Create()) {}
56 scoped_ptr<content::NotificationService> notification_service_; member in class:extensions::__anon12795::GuestViewManagerTest
  /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 144 scoped_ptr<content::NotificationService> notification_service_; member in class:TestingBrowserProcess

Completed in 1376 milliseconds