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

  /external/chromium_org/ui/message_center/
notification_list.cc 61 STLDeleteContainerPointers(notifications_.begin(), notifications_.end());
75 for (Notifications::iterator iter = notifications_.begin();
76 iter != notifications_.end(); ++iter) {
96 if (iter == notifications_.end())
112 notifications_.erase(iter);
116 DCHECK(GetNotification(new_notification->id()) == notifications_.end());
117 notifications_.insert(new_notification.release());
127 for (Notifications::iterator iter = notifications_.begin();
128 iter != notifications_.end(); ++iter)
    [all...]
notification_list.h 150 Notifications notifications_; member in class:message_center::NotificationList
notification_list_unittest.cc 90 if (iter == notification_list()->notifications_.end())
  /external/chromium_org/content/browser/
system_message_window_win.cc 32 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/
extension_notification_observer.cc 103 notifications_.push_back(static_cast<chrome::NotificationType>(type));
111 notifications_.push_back(static_cast<chrome::NotificationType>(type));
119 notifications_.push_back(static_cast<chrome::NotificationType>(type));
136 testing::AssertionResult result = (notifications_ == types) ?
139 "Got " << Str(notifications_);
140 notifications_.clear();
extension_notification_observer.h 63 std::vector<chrome::NotificationType> notifications_; member in class:extensions::ExtensionNotificationObserver
  /external/chromium_org/components/storage_monitor/
storage_monitor.cc 26 : notifications_(notifications) {}
37 StorageMonitor* notifications_; member in class:storage_monitor::StorageMonitor::ReceiverImpl
41 notifications_->ProcessAttach(info);
45 notifications_->ProcessDetach(id);
49 notifications_->MarkInitialized();
media_transfer_protocol_device_observer_linux.cc 128 notifications_(receiver) {
141 notifications_(receiver) {
218 notifications_->ProcessAttach(storage_info);
225 notifications_->ProcessDetach(it->second.device_id());
media_transfer_protocol_device_observer_linux.h 87 StorageMonitor::Receiver* const notifications_; member in class:storage_monitor::MediaTransferProtocolDeviceObserverLinux::StorageMonitor
volume_mount_watcher_win.h 119 StorageMonitor::Receiver* notifications_; member in class:storage_monitor::VolumeMountWatcherWin
volume_mount_watcher_win.cc 334 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());
portable_device_watcher_win.h 123 HDEVNOTIFY notifications_; member in class:storage_monitor::PortableDeviceWatcherWin
portable_device_watcher_win.cc 482 : notifications_(NULL),
488 UnregisterDeviceNotification(notifications_);
493 notifications_ = RegisterPortableDeviceNotification(hwnd);
  /external/chromium_org/ui/message_center/cocoa/
tray_view_controller.h 62 base::scoped_nsobject<NSMutableArray> notifications_; member in namespace:NSViewController
65 // |notifications_|.
  /external/chromium_org/chrome/browser/history/
expire_history_backend_unittest.cc 86 STLDeleteValues(&notifications_);
120 NotificationList notifications_; member in class:history::ExpireHistoryTest
159 notifications_.push_back(std::make_pair(type, details.release()));
328 for (size_t i = 0; i < notifications_.size(); i++) {
329 if (notifications_[i].first == chrome::NOTIFICATION_HISTORY_URLS_DELETED) {
331 notifications_[i].second);
343 } else if (notifications_[i].first ==
346 static_cast<URLsModifiedDetails*>(notifications_[i].second)->
358 for (size_t i = 0; i < notifications_.size(); i++) {
359 if (notifications_[i].first == chrome::NOTIFICATION_HISTORY_URLS_MODIFIED)
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest_output_test_.cc 499 &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/gtest/test/
gtest_output_test_.cc 499 &ThreadRoutine, &notifications_, NULL));
500 notifications_.spawn_thread_started.WaitForNotification();
508 notifications_.spawn_thread_ok_to_terminate.Notify();
512 SpawnThreadNotifications notifications_; member in class:DeathTestAndMultiThreadsTest
  /ndk/sources/third_party/googletest/googletest/test/
gtest_output_test_.cc 499 &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/ui/file_manager/file_manager/background/js/
progress_center.js 24 this.notifications_ = new ProgressCenter.Notifications_(
44 ProgressCenter.Notifications_ = function(cancelCallback) {
47 * @type {Object.<string, ProgressCenter.Notifications_.NotificationState_>}
79 ProgressCenter.Notifications_.NotificationState_ = Object.freeze({
89 ProgressCenter.Notifications_.prototype.updateItem = function(
91 var NotificationState = ProgressCenter.Notifications_.NotificationState_;
145 ProgressCenter.Notifications_.prototype.onButtonClicked_ = function(id) {
155 ProgressCenter.Notifications_.prototype.onClosed_ = function(id) {
157 this.ids_[id] = ProgressCenter.Notifications_.NotificationState_.DISMISSED
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences_unittest.cc 50 notifications_(0) {}
53 int notifications() const { return notifications_;}
61 ++notifications_;
68 ++notifications_;
74 ++notifications_;
80 ++notifications_;
86 ++notifications_;
90 int notifications_; member in class:__anon8819::MockGalleryChangeObserver
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 736 notifications_ = notifications;
740 if (notifications_.empty())
743 for (size_t i = 0; i < notifications_.size(); ++i) {
744 const DialogNotification& notification = notifications_[i];
778 notifications_[0].GetBackgroundColor(),
779 notifications_[0].GetBorderColor());
808 return !notifications_.empty() && notifications_[0].HasArrow() &&
    [all...]
autofill_dialog_views.h 286 std::vector<DialogNotification> notifications_; member in class:autofill::AutofillDialogViews::NotificationArea
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_browsertest.cc 189 return notifications_;
193 notifications_ = notifications;
263 std::vector<DialogNotification> notifications_; member in class:autofill::__anon9574::TestAutofillDialogController
    [all...]

Completed in 604 milliseconds