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

  /external/chromium_org/third_party/WebKit/Source/core/page/
Chrome.cpp 142 Document::PageDismissalType dismissal = toLocalFrame(frame)->document()->pageDismissalEventBeingDispatched(); local
143 if (dismissal != Document::NoDismissal)
144 return page->chrome().client().shouldRunModalDialogDuringPageDismissal(dialog, message, dismissal);
  /external/chromium_org/chrome/browser/resources/google_now/
background.js 151 * Pending (not yet successfully sent) dismissal for a received notification.
152 * |time| is the moment when the user requested dismissal.
781 * @param {number} dismissalTimeMs Time of the user's dismissal of the card in
783 * @param {DismissalData} dismissalData Data to build a dismissal request.
784 * @return {Promise} A promise to request the card dismissal, rejects on error.
815 // A dismissal doesn't require further retries if it was successful or
862 // Send dismissal for the first card, and if successful, repeat
865 var dismissal = items.pendingDismissals[0];
867 dismissal.chromeNotificationId,
868 dismissal.time
    [all...]
cards.js 26 * Data to build a dismissal request for a card from a specific group.
62 * dismissal: Object,
310 parameters: uncombinedCard.receivedNotification.dismissal
  /external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.cpp 767 int dismissal = static_cast<int>(dismissalType) - 1; // Exclude NoDismissal. local
768 ASSERT_WITH_SECURITY_IMPLICATION(0 <= dismissal && dismissal < static_cast<int>(arraysize(kDismissals)));
770 Platform::current()->histogramEnumeration("Renderer.ModalDialogsDuringPageDismissal", dismissal * arraysize(kDialogs) + dialog, arraysize(kDialogs) * arraysize(kDismissals));
772 String message = String("Blocked ") + kDialogs[dialog] + "('" + dialogMessage + "') during " + kDismissals[dismissal] + ".";
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
drive_banners.js 76 // (as of the moment of dismissal).
234 // Since the last dismissal decision the quota has not changed AND
235 // the user did not free up significant space. Obey the dismissal.
238 // Forget the dismissal. Warning will be shown again.

Completed in 222 milliseconds