notifications_    101 chrome/browser/extensions/extension_notification_observer.cc         notifications_.push_back(static_cast<chrome::NotificationType>(type));
notifications_    109 chrome/browser/extensions/extension_notification_observer.cc         notifications_.push_back(static_cast<chrome::NotificationType>(type));
notifications_    117 chrome/browser/extensions/extension_notification_observer.cc         notifications_.push_back(static_cast<chrome::NotificationType>(type));
notifications_    134 chrome/browser/extensions/extension_notification_observer.cc   testing::AssertionResult result = (notifications_ == types) ?
notifications_    137 chrome/browser/extensions/extension_notification_observer.cc                                      "Got " << Str(notifications_);
notifications_    138 chrome/browser/extensions/extension_notification_observer.cc   notifications_.clear();
notifications_     63 chrome/browser/extensions/extension_notification_observer.h   std::vector<chrome::NotificationType> notifications_;
notifications_     85 chrome/browser/history/expire_history_backend_unittest.cc     STLDeleteValues(&notifications_);
notifications_    123 chrome/browser/history/expire_history_backend_unittest.cc   NotificationList notifications_;
notifications_    168 chrome/browser/history/expire_history_backend_unittest.cc     notifications_.push_back(std::make_pair(type, details.release()));
notifications_    332 chrome/browser/history/expire_history_backend_unittest.cc   for (size_t i = 0; i < notifications_.size(); i++) {
notifications_    333 chrome/browser/history/expire_history_backend_unittest.cc     if (notifications_[i].first == chrome::NOTIFICATION_HISTORY_URLS_DELETED) {
notifications_    335 chrome/browser/history/expire_history_backend_unittest.cc           notifications_[i].second);
notifications_    343 chrome/browser/history/expire_history_backend_unittest.cc       EXPECT_NE(notifications_[i].first,
notifications_    345 chrome/browser/history/expire_history_backend_unittest.cc       EXPECT_NE(notifications_[i].first,
notifications_     53 chrome/browser/media_galleries/media_galleries_preferences_unittest.cc   int notifications() const { return notifications_;}
notifications_     61 chrome/browser/media_galleries/media_galleries_preferences_unittest.cc     ++notifications_;
notifications_     68 chrome/browser/media_galleries/media_galleries_preferences_unittest.cc     ++notifications_;
notifications_     74 chrome/browser/media_galleries/media_galleries_preferences_unittest.cc     ++notifications_;
notifications_     80 chrome/browser/media_galleries/media_galleries_preferences_unittest.cc     ++notifications_;
notifications_     86 chrome/browser/media_galleries/media_galleries_preferences_unittest.cc     ++notifications_;
notifications_     90 chrome/browser/media_galleries/media_galleries_preferences_unittest.cc   int notifications_;
notifications_    186 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc     return notifications_;
notifications_    190 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc     notifications_ = notifications;
notifications_    260 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   std::vector<DialogNotification> notifications_;
notifications_    725 chrome/browser/ui/views/autofill/autofill_dialog_views.cc   notifications_ = notifications;
notifications_    729 chrome/browser/ui/views/autofill/autofill_dialog_views.cc   if (notifications_.empty())
notifications_    732 chrome/browser/ui/views/autofill/autofill_dialog_views.cc   for (size_t i = 0; i < notifications_.size(); ++i) {
notifications_    733 chrome/browser/ui/views/autofill/autofill_dialog_views.cc     const DialogNotification& notification = notifications_[i];
notifications_    765 chrome/browser/ui/views/autofill/autofill_dialog_views.cc         notifications_[0].GetBackgroundColor(),
notifications_    766 chrome/browser/ui/views/autofill/autofill_dialog_views.cc         notifications_[0].GetBorderColor());
notifications_    787 chrome/browser/ui/views/autofill/autofill_dialog_views.cc   return !notifications_.empty() && notifications_[0].HasArrow() &&
notifications_    284 chrome/browser/ui/views/autofill/autofill_dialog_views.h     std::vector<DialogNotification> notifications_;
notifications_    210 components/storage_monitor/media_transfer_protocol_device_observer_linux.cc     notifications_->ProcessAttach(storage_info);
notifications_    217 components/storage_monitor/media_transfer_protocol_device_observer_linux.cc     notifications_->ProcessDetach(it->second.device_id());
notifications_     85 components/storage_monitor/media_transfer_protocol_device_observer_linux.h   StorageMonitor::Receiver* const notifications_;
notifications_    482 components/storage_monitor/portable_device_watcher_win.cc     : notifications_(NULL),
notifications_    488 components/storage_monitor/portable_device_watcher_win.cc   UnregisterDeviceNotification(notifications_);
notifications_    493 components/storage_monitor/portable_device_watcher_win.cc   notifications_ = RegisterPortableDeviceNotification(hwnd);
notifications_    123 components/storage_monitor/portable_device_watcher_win.h   HDEVNOTIFY notifications_;
notifications_     26 components/storage_monitor/storage_monitor.cc       : notifications_(notifications) {}
notifications_     37 components/storage_monitor/storage_monitor.cc   StorageMonitor* notifications_;
notifications_     41 components/storage_monitor/storage_monitor.cc   notifications_->ProcessAttach(info);
notifications_     45 components/storage_monitor/storage_monitor.cc   notifications_->ProcessDetach(id);
notifications_     49 components/storage_monitor/storage_monitor.cc   notifications_->MarkInitialized();
notifications_    410 components/storage_monitor/volume_mount_watcher_win.cc     if (notifications_)
notifications_    411 components/storage_monitor/volume_mount_watcher_win.cc       notifications_->MarkInitialized();
notifications_    476 components/storage_monitor/volume_mount_watcher_win.cc   notifications_ = notifications;
notifications_    491 components/storage_monitor/volume_mount_watcher_win.cc   if (notifications_)
notifications_    492 components/storage_monitor/volume_mount_watcher_win.cc     notifications_->ProcessAttach(info);
notifications_    507 components/storage_monitor/volume_mount_watcher_win.cc   if (notifications_)
notifications_    508 components/storage_monitor/volume_mount_watcher_win.cc     notifications_->ProcessDetach(device_info->second.device_id());
notifications_    116 components/storage_monitor/volume_mount_watcher_win.h   StorageMonitor::Receiver* notifications_;
notifications_     32 content/browser/system_message_window_win.cc   explicit DeviceNotifications(HWND hwnd) : notifications_() {
notifications_     57 content/browser/system_message_window_win.cc       DCHECK_EQ(notifications_[i], static_cast<HDEVNOTIFY>(NULL));
notifications_     58 content/browser/system_message_window_win.cc       notifications_[i] = RegisterDeviceNotification(
notifications_     60 content/browser/system_message_window_win.cc       DPLOG_IF(ERROR, !notifications_[i])
notifications_     66 content/browser/system_message_window_win.cc     for (int i = 0; i < arraysize(notifications_); ++i) {
notifications_     67 content/browser/system_message_window_win.cc       if (notifications_[i]) {
notifications_     68 content/browser/system_message_window_win.cc         UnregisterDeviceNotification(notifications_[i]);
notifications_     69 content/browser/system_message_window_win.cc         notifications_[i] = NULL;
notifications_     75 content/browser/system_message_window_win.cc   HDEVNOTIFY notifications_[arraysize(kDeviceCategoryMap)];
notifications_     62 ui/message_center/cocoa/tray_view_controller.h   base::scoped_nsobject<NSMutableArray> notifications_;
notifications_     59 ui/message_center/notification_list.cc   STLDeleteContainerPointers(notifications_.begin(), notifications_.end());
notifications_     73 ui/message_center/notification_list.cc   for (Notifications::iterator iter = notifications_.begin();
notifications_     74 ui/message_center/notification_list.cc        iter != notifications_.end(); ++iter) {
notifications_     94 ui/message_center/notification_list.cc   if (iter == notifications_.end())
notifications_    110 ui/message_center/notification_list.cc   notifications_.erase(iter);
notifications_    114 ui/message_center/notification_list.cc   DCHECK(GetNotification(new_notification->id()) == notifications_.end());
notifications_    115 ui/message_center/notification_list.cc   notifications_.insert(new_notification.release());
notifications_    125 ui/message_center/notification_list.cc   for (Notifications::iterator iter = notifications_.begin();
notifications_    126 ui/message_center/notification_list.cc        iter != notifications_.end(); ++iter) {
notifications_    136 ui/message_center/notification_list.cc   if (iter == notifications_.end())
notifications_    145 ui/message_center/notification_list.cc   if (iter == notifications_.end())
notifications_    155 ui/message_center/notification_list.cc   if (iter == notifications_.end())
notifications_    162 ui/message_center/notification_list.cc   return GetNotification(id) != notifications_.end();
notifications_    168 ui/message_center/notification_list.cc   if (iter == notifications_.end())
notifications_    176 ui/message_center/notification_list.cc   for (Notifications::iterator iter = notifications_.begin();
notifications_    177 ui/message_center/notification_list.cc        iter != notifications_.end(); ++iter) {
notifications_    195 ui/message_center/notification_list.cc   for (Notifications::const_reverse_iterator iter = notifications_.rbegin();
notifications_    196 ui/message_center/notification_list.cc        iter != notifications_.rend(); iter++) {
notifications_    226 ui/message_center/notification_list.cc   DCHECK(iter != notifications_.end());
notifications_    243 ui/message_center/notification_list.cc   if (iter == notifications_.end())
notifications_    256 ui/message_center/notification_list.cc   if (iter == notifications_.end())
notifications_    264 ui/message_center/notification_list.cc     for (Notifications::iterator iter = notifications_.begin();
notifications_    265 ui/message_center/notification_list.cc          iter != notifications_.end();
notifications_    275 ui/message_center/notification_list.cc   for (Notifications::const_iterator iter = notifications_.begin();
notifications_    276 ui/message_center/notification_list.cc        iter != notifications_.end(); ++iter) {
notifications_    310 ui/message_center/notification_list.cc   for (Notifications::iterator iter = notifications_.begin();
notifications_    311 ui/message_center/notification_list.cc        iter != notifications_.end(); ++iter) {
notifications_    315 ui/message_center/notification_list.cc   return notifications_.end();
notifications_    320 ui/message_center/notification_list.cc   notifications_.erase(iter);
notifications_    328 ui/message_center/notification_list.cc   if (iter != notifications_.end()) {
notifications_    344 ui/message_center/notification_list.cc   notifications_.insert(notification.release());
notifications_    147 ui/message_center/notification_list.h   Notifications notifications_;
notifications_     90 ui/message_center/notification_list_unittest.cc     if (iter == notification_list()->notifications_.end())