/external/chromium_org/chrome/browser/notifications/sync_notifier/ |
D | chrome_notifier_service_unittest.cc | 234 SyncedNotification* CreateNotification( in CreateNotification() function in notifier::ChromeNotifierServiceTest 279 CreateNotification(kTitle1, kText1, kIconUrl1, kImageUrl1, kAppId1, in TEST_F() 322 SyncChange::ACTION_ADD, CreateNotification( in TEST_F() 325 SyncChange::ACTION_ADD, CreateNotification( in TEST_F() 328 SyncChange::ACTION_ADD, CreateNotification( in TEST_F() 345 scoped_ptr<SyncedNotification> n1(CreateNotification( in TEST_F() 348 scoped_ptr<SyncedNotification> n2(CreateNotification( in TEST_F() 351 scoped_ptr<SyncedNotification> n3(CreateNotification( in TEST_F() 364 SyncChange::ACTION_ADD, CreateNotification( in TEST_F() 367 SyncChange::ACTION_UPDATE, CreateNotification( in TEST_F() [all …]
|
D | chrome_notifier_delegate_unittest.cc | 34 notifier::SyncedNotification* CreateNotification( in CreateNotification() function in StubChromeNotifierService 58 return CreateNotification( in FindNotificationById()
|
/external/chromium_org/chrome/browser/ui/ash/ |
D | screenshot_taker.h | 80 Notification* CreateNotification(
|
D | screenshot_taker.cc | 506 Notification* ScreenshotTaker::CreateNotification( in CreateNotification() function in ScreenshotTaker 560 CreateNotification(screenshot_result, screenshot_path)); in ShowNotification()
|
/external/chromium_org/chrome/browser/notifications/ |
D | notification_browsertest.cc | 221 std::string CreateNotification(Browser* browser, 331 std::string NotificationsTest::CreateNotification( in CreateNotification() function in NotificationsTest 358 return CreateNotification( in CreateSimpleNotification() 925 std::string result = CreateNotification( in IN_PROC_BROWSER_TEST_F() 931 result = CreateNotification( in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/chrome/browser/extensions/api/notifications/ |
D | notifications_api.h | 30 bool CreateNotification(const std::string& id,
|
D | notifications_api.cc | 235 bool NotificationsApiFunction::CreateNotification( in CreateNotification() function in extensions::NotificationsApiFunction 518 if (!CreateNotification(notification_id, ¶ms_->options)) in RunNotificationsApi()
|
/external/chromium_org/ui/message_center/ |
D | message_center_impl_unittest.cc | 48 return CreateNotification(id, NOTIFICATION_TYPE_SIMPLE); in CreateSimpleNotification() 51 Notification* CreateNotification(const std::string& id, in CreateNotification() function in message_center::__anona61f3d7f0111::MessageCenterImplTest 627 notification.reset(CreateNotification(ids[4], NOTIFICATION_TYPE_PROGRESS)); in TEST_F() 641 notification.reset(CreateNotification(ids[4], NOTIFICATION_TYPE_PROGRESS)); in TEST_F()
|
/external/chromium_org/content/browser/devtools/ |
D | devtools_protocol.h | 172 static scoped_refptr<Notification> CreateNotification(
|
D | devtools_protocol.cc | 266 DevToolsProtocol::CreateNotification( in CreateNotification() function in content::DevToolsProtocol
|
D | render_view_devtools_agent_host.cc | 338 DevToolsProtocol::CreateNotification( in RenderViewCrashed()
|
D | worker_devtools_manager.cc | 183 std::string notification = DevToolsProtocol::CreateNotification( in WorkerDestroyed()
|
D | devtools_http_handler_impl.cc | 92 std::string response = DevToolsProtocol::CreateNotification( in InspectedContentsClosing()
|