Searched defs:notification_service_ (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/content/browser/
H A Dbrowser_process_sub_thread.h54 scoped_ptr<NotificationService> notification_service_; member in class:content::BrowserProcessSubThread
H A Dbrowser_main_runner.cc158 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/
H A Dtest_content_client_initializer.h33 scoped_ptr<NotificationServiceImpl> notification_service_; member in class:content::TestContentClientInitializer
H A Dtest_browser_thread.cc18 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/
H A Dbluetooth_event_router_unittest.cc41 notification_service_(content::NotificationService::Create()),
58 scoped_ptr<content::NotificationService> notification_service_; member in class:extensions::BluetoothEventRouterTest
/external/chromium_org/extensions/browser/api/
H A Dapi_resource_manager_unittest.cc25 : notification_service_(NotificationService::Create()) {}
29 scoped_ptr<NotificationService> notification_service_; member in class:extensions::ApiResourceManagerUnitTest
/external/chromium_org/extensions/browser/
H A Dapi_unittest.h83 scoped_ptr<content::NotificationService> notification_service_; member in class:extensions::ApiUnitTest
H A Devent_router_unittest.cc88 : notification_service_(content::NotificationService::Create()) {}
95 scoped_ptr<content::NotificationService> notification_service_; member in class:extensions::EventRouterTest
H A Dimage_loader_unittest.cc43 notification_service_(NotificationService::Create()) {}
115 scoped_ptr<NotificationService> notification_service_; member in class:extensions::ImageLoaderTest
H A Dlazy_background_task_queue_unittest.cc77 : notification_service_(content::NotificationService::Create()),
122 scoped_ptr<content::NotificationService> notification_service_; member in class:extensions::LazyBackgroundTaskQueueTest
H A Dprocess_manager_unittest.cc65 : notification_service_(content::NotificationService::Create()),
92 scoped_ptr<content::NotificationService> notification_service_; member in class:extensions::ProcessManagerTest
H A Dextension_icon_image_unittest.cc126 notification_service_(content::NotificationService::Create()) {}
202 scoped_ptr<content::NotificationService> notification_service_; member in class:extensions::__anon8159::ExtensionIconImageTest
/external/chromium_org/extensions/browser/guest_view/
H A Dguest_view_manager_unittest.cc47 notification_service_(content::NotificationService::Create()) {}
56 scoped_ptr<content::NotificationService> notification_service_; member in class:extensions::__anon8170::GuestViewManagerTest
/external/chromium_org/chrome/browser/sync/glue/
H A Dtyped_url_change_processor.h111 scoped_ptr<content::NotificationService> notification_service_; member in class:browser_sync::TypedUrlChangeProcessor
/external/chromium_org/chrome/test/base/
H A Dtesting_browser_process.h144 scoped_ptr<content::NotificationService> notification_service_; member in class:TestingBrowserProcess

Completed in 171 milliseconds