HomeSort by relevance Sort by last modified time
    Searched refs:notifications_ (Results 26 - 30 of 30) sorted by null

12

  /external/chromium_org/chrome/browser/resources/file_manager/background/js/
progress_center.js 24 this.notifications_ = new ProgressCenter.Notifications_(
61 ProgressCenter.Notifications_ = function(cancelCallback) {
64 * @type {Object.<string, ProgressCenter.Notifications_.NotificationState_>}
96 ProgressCenter.Notifications_.NotificationState_ = Object.freeze({
106 ProgressCenter.Notifications_.prototype.updateItem = function(
108 var NotificationState = ProgressCenter.Notifications_.NotificationState_;
161 ProgressCenter.Notifications_.prototype.onButtonClicked_ = function(id) {
171 ProgressCenter.Notifications_.prototype.onClosed_ = function(id) {
173 this.ids_[id] = ProgressCenter.Notifications_.NotificationState_.DISMISSED
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 710 notifications_ = notifications;
714 if (notifications_.empty())
717 for (size_t i = 0; i < notifications_.size(); ++i) {
718 const DialogNotification& notification = notifications_[i];
750 notifications_[0].GetBackgroundColor(),
751 notifications_[0].GetBorderColor());
772 return !notifications_.empty() && notifications_[0].HasArrow() &&
    [all...]
autofill_dialog_views.h 301 std::vector<DialogNotification> notifications_; member in class:autofill::AutofillDialogViews::NotificationArea
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_browsertest.cc 175 return notifications_;
179 notifications_ = notifications;
239 std::vector<DialogNotification> notifications_; member in class:autofill::__anon5938::TestAutofillDialogController
    [all...]
  /external/chromium_org/ui/message_center/
notification_list_unittest.cc 88 if (iter == notification_list()->notifications_.end())

Completed in 220 milliseconds

12