Home
last modified time | relevance | path

Searched refs:ShowNotification (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/
Dscreenshot_taker.cc401 ShowNotification(ScreenshotTakerObserver::SCREENSHOTS_DISABLED, in HandleTakeScreenshotForAllRootWindows()
409 ShowNotification(ScreenshotTakerObserver::SCREENSHOT_GET_DIR_FAILED, in HandleTakeScreenshotForAllRootWindows()
442 ShowNotification(ScreenshotTakerObserver::SCREENSHOTS_DISABLED, in HandleTakePartialScreenshot()
452 ShowNotification(ScreenshotTakerObserver::SCREENSHOT_GET_DIR_FAILED, in HandleTakePartialScreenshot()
510 void ScreenshotTaker::ShowNotification( in ShowNotification() function in ScreenshotTaker
557 ShowNotification( in GrabWindowSnapshotAsyncCallback()
562 ShowNotification( in GrabWindowSnapshotAsyncCallback()
570 base::Bind(&ScreenshotTaker::ShowNotification, factory_.GetWeakPtr()), in GrabWindowSnapshotAsyncCallback()
Dscreenshot_taker.h64 void ShowNotification(
/external/chromium_org/chrome/browser/ui/
Dnetwork_profile_bubble.cc62 NetworkProfileBubble::ShowNotification(browser); in OnBrowserSetLastActive()
185 ShowNotification(browser); in NotifyNetworkProfileDetected()
Dnetwork_profile_bubble.h59 static void ShowNotification(Browser* browser);
/external/chromium_org/chrome/browser/chromeos/first_run/
Ddrive_first_run_controller.h74 void ShowNotification();
Ddrive_first_run_controller.cc444 ShowNotification(); in OnOfflineInit()
451 void DriveFirstRunController::ShowNotification() { in ShowNotification() function in chromeos::DriveFirstRunController
/external/chromium_org/chrome/browser/notifications/
Dextension_welcome_notification_unittest.cc165 ShowNotification( in ShowChromeNowNotification()
173 ShowNotification( in ShowRegularNotification()
232 void ShowNotification(std::string notification_id, in ShowNotification() function in ExtensionWelcomeNotificationTest
/external/chromium_org/chrome/browser/ui/views/
Dnetwork_profile_bubble_view.cc34 void NetworkProfileBubble::ShowNotification(Browser* browser) { in ShowNotification() function in NetworkProfileBubble
/external/chromium_org/chrome/browser/chromeos/system/
Dtray_accessibility_browsertest.cc558 IN_PROC_BROWSER_TEST_P(TrayAccessibilityTest, ShowNotification) { in IN_PROC_BROWSER_TEST_P() argument