HomeSort by relevance Sort by last modified time
    Searched refs:ShowNotification (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
desktop_notifications_browsertest.cc 47 notifications_->ShowNotification(DesktopNotifications::DEVICE, "path");
52 notifications_->ShowNotification(DesktopNotifications::DEVICE, "path");
57 notifications_->ShowNotification(DesktopNotifications::DEVICE_FAIL,
93 notifications_->ShowNotification(DesktopNotifications::DEVICE_FAIL,
128 notifications_->ShowNotification(DesktopNotifications::DEVICE, "path");
140 notifications_->ShowNotification(DesktopNotifications::DEVICE_FAIL,
desktop_notifications.h 59 void ShowNotification(NotificationType type, const std::string& path);
event_router.cc 810 notifications_->ShowNotification(
843 notifications_->ShowNotification(DesktopNotifications::FORMAT_START,
846 notifications_->ShowNotification(
    [all...]
desktop_notifications.cc 294 void DesktopNotifications::ShowNotification(NotificationType type,
  /external/chromium_org/chrome/browser/ui/
network_profile_bubble.h 59 static void ShowNotification(Browser* browser);
network_profile_bubble.cc 62 NetworkProfileBubble::ShowNotification(browser);
185 ShowNotification(browser);
  /external/chromium_org/chrome/browser/notifications/
balloon_notification_ui_manager.h 48 virtual bool ShowNotification(const Notification& notification,
desktop_notification_service_win.cc 31 void DesktopNotificationService::ShowNotification(
notification_ui_manager_impl.h 57 virtual bool ShowNotification(const Notification& notification,
desktop_notification_service.h 71 // ShowNotification is called on the UI thread handling IPCs from a child
167 void ShowNotification(const Notification& notification);
balloon_notification_ui_manager.cc 109 bool BalloonNotificationUIManager::ShowNotification(
message_center_notification_manager.h 55 virtual bool ShowNotification(const Notification& notification,
desktop_notification_service.cc 481 void DesktopNotificationService::ShowNotification(
507 ShowNotification(Notification(origin, params.contents_url, display_source,
515 ShowNotification(notification);
notification_ui_manager_impl.cc 207 if (!ShowNotification(queued_notification->notification(),
message_center_notification_manager.cc 159 bool MessageCenterNotificationManager::ShowNotification(
  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker.h 63 void ShowNotification(
screenshot_taker.cc 240 ShowNotification(ScreenshotTakerObserver::SCREENSHOT_GET_DIR_FAILED,
267 base::Bind(&ScreenshotTaker::ShowNotification, factory_.GetWeakPtr()),
273 ShowNotification(
289 ShowNotification(ScreenshotTakerObserver::SCREENSHOT_GET_DIR_FAILED,
304 base::Bind(&ScreenshotTaker::ShowNotification, factory_.GetWeakPtr()),
310 ShowNotification(
351 void ScreenshotTaker::ShowNotification(
  /external/chromium/chrome/browser/notifications/
desktop_notification_service.h 59 // ShowNotification is called on the UI thread handling IPCs from a child
135 void ShowNotification(const Notification& notification);
desktop_notification_service.cc 536 void DesktopNotificationService::ShowNotification(
571 ShowNotification(notification);
  /external/chromium_org/chrome/browser/ui/views/
network_profile_bubble_view.cc 33 void NetworkProfileBubble::ShowNotification(Browser* browser) {

Completed in 198 milliseconds