Home
last modified time | relevance | path

Searched refs:CreateNotification (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/notifications/sync_notifier/
Dchrome_notifier_service_unittest.cc234 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 …]
Dchrome_notifier_delegate_unittest.cc34 notifier::SyncedNotification* CreateNotification( in CreateNotification() function in StubChromeNotifierService
58 return CreateNotification( in FindNotificationById()
/external/chromium_org/chrome/browser/ui/ash/
Dscreenshot_taker.h80 Notification* CreateNotification(
Dscreenshot_taker.cc506 Notification* ScreenshotTaker::CreateNotification( in CreateNotification() function in ScreenshotTaker
560 CreateNotification(screenshot_result, screenshot_path)); in ShowNotification()
/external/chromium_org/chrome/browser/notifications/
Dnotification_browsertest.cc221 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/
Dnotifications_api.h30 bool CreateNotification(const std::string& id,
Dnotifications_api.cc235 bool NotificationsApiFunction::CreateNotification( in CreateNotification() function in extensions::NotificationsApiFunction
518 if (!CreateNotification(notification_id, &params_->options)) in RunNotificationsApi()
/external/chromium_org/ui/message_center/
Dmessage_center_impl_unittest.cc48 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/
Ddevtools_protocol.h172 static scoped_refptr<Notification> CreateNotification(
Ddevtools_protocol.cc266 DevToolsProtocol::CreateNotification( in CreateNotification() function in content::DevToolsProtocol
Drender_view_devtools_agent_host.cc338 DevToolsProtocol::CreateNotification( in RenderViewCrashed()
Dworker_devtools_manager.cc183 std::string notification = DevToolsProtocol::CreateNotification( in WorkerDestroyed()
Ddevtools_http_handler_impl.cc92 std::string response = DevToolsProtocol::CreateNotification( in InspectedContentsClosing()