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

  /external/chromium_org/chrome/browser/chromeos/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);
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 61 NetworkProfileBubble::ShowNotification(browser);
184 ShowNotification(browser);
  /external/chromium_org/chrome/browser/chromeos/first_run/
drive_first_run_controller.h 62 void ShowNotification();
drive_first_run_controller.cc 421 ShowNotification();
426 void DriveFirstRunController::ShowNotification() {
  /external/chromium_org/chrome/browser/notifications/
balloon_notification_ui_manager.h 74 bool ShowNotification(const Notification& notification, Profile* profile);
desktop_notification_service_win.cc 31 void DesktopNotificationService::ShowNotification(
welcome_notification_unittest.cc 120 ShowNotification(
128 ShowNotification(
169 void ShowNotification(
balloon_notification_ui_manager.cc 207 bool BalloonNotificationUIManager::ShowNotification(
280 if (!ShowNotification(queued_notification->notification(),
desktop_notification_service.h 73 // ShowNotification is called on the UI thread handling IPCs from a child
168 void ShowNotification(const Notification& notification);
desktop_notification_service.cc 470 void DesktopNotificationService::ShowNotification(
503 ShowNotification(notification);
  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker.h 64 void ShowNotification(
screenshot_taker.cc 409 ShowNotification(ScreenshotTakerObserver::SCREENSHOTS_DISABLED,
417 ShowNotification(ScreenshotTakerObserver::SCREENSHOT_GET_DIR_FAILED,
443 base::Bind(&ScreenshotTaker::ShowNotification, factory_.GetWeakPtr()),
449 ShowNotification(
462 ShowNotification(ScreenshotTakerObserver::SCREENSHOTS_DISABLED,
472 ShowNotification(ScreenshotTakerObserver::SCREENSHOT_GET_DIR_FAILED,
486 base::Bind(&ScreenshotTaker::ShowNotification, factory_.GetWeakPtr()),
492 ShowNotification(
542 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) {
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
event_router.cc 677 notifications_->ShowNotification(
745 notifications_->ShowNotification(DesktopNotifications::FORMAT_START,
748 notifications_->ShowNotification(
760 notifications_->ShowNotification(DesktopNotifications::FORMAT_SUCCESS,
770 notifications_->ShowNotification(DesktopNotifications::FORMAT_FAIL,

Completed in 205 milliseconds