Home
last modified time | relevance | path

Searched refs:notification_service_ (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/content/public/test/
Dtest_browser_thread.cc18 notification_service_(NULL) { in TestBrowserThreadImpl()
24 notification_service_(NULL) {} in TestBrowserThreadImpl()
31 notification_service_ = new NotificationServiceImpl; in Init()
36 delete notification_service_; in CleanUp()
37 notification_service_ = NULL; in CleanUp()
42 NotificationService* notification_service_; member in content::TestBrowserThreadImpl
Dtest_content_client_initializer.cc17 notification_service_.reset(new NotificationServiceImpl()); in TestContentClientInitializer()
29 notification_service_.reset(); in ~TestContentClientInitializer()
Dtest_content_client_initializer.h33 scoped_ptr<NotificationServiceImpl> notification_service_;
/external/chromium_org/content/browser/
Dbrowser_process_sub_thread.cc34 notification_service_.reset(new NotificationServiceImpl()); in Init()
53 notification_service_.reset(); in CleanUp()
Dbrowser_main_runner.cc158 notification_service_.reset(new NotificationServiceImpl); in Initialize()
263 notification_service_.reset(NULL); in Shutdown()
276 scoped_ptr<NotificationServiceImpl> notification_service_; member in content::BrowserMainRunnerImpl
Dbrowser_process_sub_thread.h54 scoped_ptr<NotificationService> notification_service_; variable
/external/chromium_org/extensions/browser/api/
Dapi_resource_manager_unittest.cc25 : notification_service_(NotificationService::Create()) {} in ApiResourceManagerUnitTest()
29 scoped_ptr<NotificationService> notification_service_; member in extensions::ApiResourceManagerUnitTest
/external/chromium_org/extensions/browser/api/bluetooth/
Dbluetooth_event_router_unittest.cc41 notification_service_(content::NotificationService::Create()), in BluetoothEventRouterTest()
58 scoped_ptr<content::NotificationService> notification_service_; member in extensions::BluetoothEventRouterTest
/external/chromium_org/extensions/browser/guest_view/
Dguest_view_manager_unittest.cc47 notification_service_(content::NotificationService::Create()) {} in GuestViewManagerTest()
56 scoped_ptr<content::NotificationService> notification_service_; member in extensions::__anonafc1f2f40111::GuestViewManagerTest
/external/chromium_org/extensions/browser/
Devent_router_unittest.cc88 : notification_service_(content::NotificationService::Create()) {} in EventRouterTest()
95 scoped_ptr<content::NotificationService> notification_service_; member in extensions::EventRouterTest
Dlazy_background_task_queue_unittest.cc77 : notification_service_(content::NotificationService::Create()), in LazyBackgroundTaskQueueTest()
122 scoped_ptr<content::NotificationService> notification_service_; member in extensions::LazyBackgroundTaskQueueTest
Dprocess_manager_unittest.cc65 : notification_service_(content::NotificationService::Create()), in ProcessManagerTest()
92 scoped_ptr<content::NotificationService> notification_service_; member in extensions::ProcessManagerTest
Dapi_unittest.h83 scoped_ptr<content::NotificationService> notification_service_;
Dapi_unittest.cc34 : notification_service_(content::NotificationService::Create()) { in ApiUnitTest()
Dimage_loader_unittest.cc43 notification_service_(NotificationService::Create()) {} in ImageLoaderTest()
115 scoped_ptr<NotificationService> notification_service_; member in extensions::ImageLoaderTest
Dextension_icon_image_unittest.cc126 notification_service_(content::NotificationService::Create()) {} in ExtensionIconImageTest()
202 scoped_ptr<content::NotificationService> notification_service_; member in extensions::__anonfde96e6e0111::ExtensionIconImageTest
/external/chromium_org/chrome/browser/sync/glue/
Dtyped_url_change_processor.h111 scoped_ptr<content::NotificationService> notification_service_; variable
Dtyped_url_change_processor.cc56 notification_service_.reset(content::NotificationService::Create()); in TypedUrlChangeProcessor()
/external/chromium_org/chrome/test/base/
Dtesting_browser_process.h144 scoped_ptr<content::NotificationService> notification_service_; variable
Dtesting_browser_process.cc68 : notification_service_(content::NotificationService::Create()), in TestingBrowserProcess()