Searched defs:CreateNotification (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/notifications/
H A Dnotification_conversion_helper_unittest.cc26 scoped_ptr<Notification> CreateNotification( function in class:NotificationConversionHelperTest
83 CreateNotification(message_center::NOTIFICATION_TYPE_IMAGE);
105 CreateNotification(message_center::NOTIFICATION_TYPE_PROGRESS);
116 CreateNotification(message_center::NOTIFICATION_TYPE_MULTIPLE);
H A Dnotification_browsertest.cc136 std::string CreateNotification(Browser* browser,
219 std::string NotificationsTest::CreateNotification( function in class:NotificationsTest
246 return CreateNotification(
759 std::string result = CreateNotification(
765 result = CreateNotification(
823 std::string result = CreateNotification(
836 result = CreateNotification(
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dnotification_manager.cc80 g_browser_process->message_center()->AddNotification(CreateNotification());
83 file_system_info_.mount_path().value(), CreateNotification());
92 file_system_info_.mount_path().value(), CreateNotification());
116 file_system_info_.mount_path().value(), CreateNotification());
120 NotificationManager::CreateNotification() { function in class:chromeos::file_system_provider::NotificationManager
/external/chromium_org/chrome/browser/extensions/api/notification_provider/
H A Dnotification_provider_api.cc36 void NotificationProviderEventRouter::CreateNotification( function in class:extensions::NotificationProviderEventRouter
/external/chromium_org/ui/message_center/
H A Dmessage_center_impl_unittest.cc72 Notification* CreateNotification(const std::string& id, function in class:message_center::__anon16950::MessageCenterImplTest
656 notification.reset(CreateNotification(ids[4], NOTIFICATION_TYPE_PROGRESS));
670 notification.reset(CreateNotification(ids[4], NOTIFICATION_TYPE_PROGRESS));
/external/chromium_org/chrome/browser/extensions/api/notifications/
H A Dnotifications_api.cc184 bool NotificationsApiFunction::CreateNotification( function in class:extensions::NotificationsApiFunction
517 if (!CreateNotification(notification_id, &params_->options))
/external/chromium_org/chrome/browser/ui/ash/
H A Dscreenshot_taker.cc473 Notification* ScreenshotTaker::CreateNotification( function in class:ScreenshotTaker
528 CreateNotification(screenshot_result, screenshot_path));
/external/chromium_org/content/browser/devtools/
H A Ddevtools_protocol.cc304 DevToolsProtocol::CreateNotification( function in class:content::DevToolsProtocol

Completed in 913 milliseconds