Searched refs:notifications_ (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/ui/message_center/
H A Dnotification_list.cc61 STLDeleteContainerPointers(notifications_.begin(), notifications_.end());
75 for (Notifications::iterator iter = notifications_.begin();
76 iter != notifications_.end(); ++iter) {
96 if (iter == notifications_.end())
114 notifications_.erase(iter);
118 DCHECK(GetNotification(new_notification->id()) == notifications_.end());
119 notifications_.insert(new_notification.release());
129 for (Notifications::iterator iter = notifications_.begin();
130 iter != notifications_
[all...]
H A Dnotification_list.h150 Notifications notifications_; member in class:message_center::NotificationList
H A Dnotification_list_unittest.cc90 if (iter == notification_list()->notifications_.end())
/external/chromium_org/content/browser/
H A Dsystem_message_window_win.cc32 explicit DeviceNotifications(HWND hwnd) : notifications_() {
57 DCHECK_EQ(notifications_[i], static_cast<HDEVNOTIFY>(NULL));
58 notifications_[i] = RegisterDeviceNotification(
60 DPLOG_IF(ERROR, !notifications_[i])
66 for (int i = 0; i < arraysize(notifications_); ++i) {
67 if (notifications_[i]) {
68 UnregisterDeviceNotification(notifications_[i]);
69 notifications_[i] = NULL;
75 HDEVNOTIFY notifications_[arraysize(kDeviceCategoryMap)]; member in class:content::SystemMessageWindowWin::DeviceNotifications
/external/chromium_org/chrome/browser/extensions/
H A Dextension_notification_observer.cc107 notifications_.push_back(
116 notifications_.push_back(
125 notifications_.push_back(
143 testing::AssertionResult result = (notifications_ == types) ?
146 "Got " << Str(notifications_);
147 notifications_.clear();
H A Dextension_notification_observer.h63 std::vector<extensions::NotificationType> notifications_; member in class:extensions::ExtensionNotificationObserver
/external/chromium_org/components/storage_monitor/
H A Dstorage_monitor.cc26 : notifications_(notifications) {}
37 StorageMonitor* notifications_; member in class:storage_monitor::StorageMonitor::ReceiverImpl
41 notifications_->ProcessAttach(info);
45 notifications_->ProcessDetach(id);
49 notifications_->MarkInitialized();
H A Dmedia_transfer_protocol_device_observer_linux.cc128 notifications_(receiver) {
141 notifications_(receiver) {
218 notifications_->ProcessAttach(storage_info);
225 notifications_->ProcessDetach(it->second.device_id());
H A Dmedia_transfer_protocol_device_observer_linux.h87 StorageMonitor::Receiver* const notifications_; member in class:storage_monitor::MediaTransferProtocolDeviceObserverLinux::StorageMonitor
H A Dvolume_mount_watcher_win.cc333 notifications_(NULL),
411 if (notifications_)
412 notifications_->MarkInitialized();
501 notifications_ = notifications;
516 if (notifications_)
517 notifications_->ProcessAttach(info);
532 if (notifications_)
533 notifications_->ProcessDetach(device_info->second.device_id());
H A Dportable_device_watcher_win.h123 HDEVNOTIFY notifications_; member in class:storage_monitor::PortableDeviceWatcherWin
H A Dvolume_mount_watcher_win.h117 StorageMonitor::Receiver* notifications_; member in class:storage_monitor::VolumeMountWatcherWin
H A Dportable_device_watcher_win.cc482 : notifications_(NULL),
488 UnregisterDeviceNotification(notifications_);
493 notifications_ = RegisterPortableDeviceNotification(hwnd);
/external/chromium_org/ui/file_manager/file_manager/background/js/
H A Dprogress_center.js24 this.notifications_ = new ProgressCenter.Notifications_(
185 this.notifications_.updateItem(item, !this.panels_.length);
233 this.notifications_.updateItem(this.items_[i], true);
/external/chromium_org/chrome/browser/history/
H A Dexpire_history_backend_unittest.cc83 STLDeleteValues(&notifications_);
117 NotificationList notifications_; member in class:history::ExpireHistoryTest
156 notifications_.push_back(std::make_pair(type, details.release()));
325 for (size_t i = 0; i < notifications_.size(); i++) {
326 if (notifications_[i].first == chrome::NOTIFICATION_HISTORY_URLS_DELETED) {
328 notifications_[i].second);
340 } else if (notifications_[i].first ==
343 static_cast<URLsModifiedDetails*>(notifications_[i].second)->
355 for (size_t i = 0; i < notifications_.size(); i++) {
356 if (notifications_[
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest_output_test_.cc504 &ThreadRoutine, &notifications_, NULL));
505 notifications_.spawn_thread_started.WaitForNotification();
513 notifications_.spawn_thread_ok_to_terminate.Notify();
517 SpawnThreadNotifications notifications_; member in class:DeathTestAndMultiThreadsTest
/external/chromium_org/ui/message_center/cocoa/
H A Dtray_view_controller.h62 base::scoped_nsobject<NSMutableArray> notifications_; member in namespace:NSViewController
65 // |notifications_|.
/external/gtest/test/
H A Dgtest_output_test_.cc499 &ThreadRoutine, &notifications_, NULL));
500 notifications_.spawn_thread_started.WaitForNotification();
508 notifications_.spawn_thread_ok_to_terminate.Notify();
512 SpawnThreadNotifications notifications_; member in class:DeathTestAndMultiThreadsTest
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_preferences_unittest.cc57 notifications_(0) {}
60 int notifications() const { return notifications_;}
68 ++notifications_;
75 ++notifications_;
81 ++notifications_;
87 ++notifications_;
93 ++notifications_;
97 int notifications_; member in class:__anon4270::MockGalleryChangeObserver
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc735 notifications_ = notifications;
739 if (notifications_.empty())
742 for (size_t i = 0; i < notifications_.size(); ++i) {
743 const DialogNotification& notification = notifications_[i];
777 notifications_[0].GetBackgroundColor(),
778 notifications_[0].GetBorderColor());
807 return !notifications_.empty() && notifications_[0].HasArrow() &&
H A Dautofill_dialog_views.h287 std::vector<DialogNotification> notifications_; member in class:autofill::AutofillDialogViews::NotificationArea
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_browsertest.cc188 return notifications_;
192 notifications_ = notifications;
262 std::vector<DialogNotification> notifications_; member in class:autofill::__anon5013::TestAutofillDialogController

Completed in 3798 milliseconds