/external/chromium_org/content/public/test/ |
D | test_browser_thread.cc | 18 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
|
D | test_content_client_initializer.cc | 17 notification_service_.reset(new NotificationServiceImpl()); in TestContentClientInitializer() 29 notification_service_.reset(); in ~TestContentClientInitializer()
|
D | test_content_client_initializer.h | 33 scoped_ptr<NotificationServiceImpl> notification_service_;
|
/external/chromium_org/content/browser/ |
D | browser_process_sub_thread.cc | 34 notification_service_.reset(new NotificationServiceImpl()); in Init() 53 notification_service_.reset(); in CleanUp()
|
D | browser_main_runner.cc | 158 notification_service_.reset(new NotificationServiceImpl); in Initialize() 263 notification_service_.reset(NULL); in Shutdown() 276 scoped_ptr<NotificationServiceImpl> notification_service_; member in content::BrowserMainRunnerImpl
|
D | browser_process_sub_thread.h | 54 scoped_ptr<NotificationService> notification_service_; variable
|
/external/chromium_org/extensions/browser/api/ |
D | api_resource_manager_unittest.cc | 25 : notification_service_(NotificationService::Create()) {} in ApiResourceManagerUnitTest() 29 scoped_ptr<NotificationService> notification_service_; member in extensions::ApiResourceManagerUnitTest
|
/external/chromium_org/extensions/browser/api/bluetooth/ |
D | bluetooth_event_router_unittest.cc | 41 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/ |
D | guest_view_manager_unittest.cc | 47 notification_service_(content::NotificationService::Create()) {} in GuestViewManagerTest() 56 scoped_ptr<content::NotificationService> notification_service_; member in extensions::__anonafc1f2f40111::GuestViewManagerTest
|
/external/chromium_org/extensions/browser/ |
D | event_router_unittest.cc | 88 : notification_service_(content::NotificationService::Create()) {} in EventRouterTest() 95 scoped_ptr<content::NotificationService> notification_service_; member in extensions::EventRouterTest
|
D | lazy_background_task_queue_unittest.cc | 77 : notification_service_(content::NotificationService::Create()), in LazyBackgroundTaskQueueTest() 122 scoped_ptr<content::NotificationService> notification_service_; member in extensions::LazyBackgroundTaskQueueTest
|
D | process_manager_unittest.cc | 65 : notification_service_(content::NotificationService::Create()), in ProcessManagerTest() 92 scoped_ptr<content::NotificationService> notification_service_; member in extensions::ProcessManagerTest
|
D | api_unittest.h | 83 scoped_ptr<content::NotificationService> notification_service_;
|
D | api_unittest.cc | 34 : notification_service_(content::NotificationService::Create()) { in ApiUnitTest()
|
D | image_loader_unittest.cc | 43 notification_service_(NotificationService::Create()) {} in ImageLoaderTest() 115 scoped_ptr<NotificationService> notification_service_; member in extensions::ImageLoaderTest
|
D | extension_icon_image_unittest.cc | 126 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/ |
D | typed_url_change_processor.h | 111 scoped_ptr<content::NotificationService> notification_service_; variable
|
D | typed_url_change_processor.cc | 56 notification_service_.reset(content::NotificationService::Create()); in TypedUrlChangeProcessor()
|
/external/chromium_org/chrome/test/base/ |
D | testing_browser_process.h | 144 scoped_ptr<content::NotificationService> notification_service_; variable
|
D | testing_browser_process.cc | 68 : notification_service_(content::NotificationService::Create()), in TestingBrowserProcess()
|