Searched defs:notifications_ (Results 1 - 14 of 14) sorted by last modified time

/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/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/chromium_org/ui/message_center/
H A Dnotification_list.h150 Notifications notifications_; member in class:message_center::NotificationList
/external/chromium_org/components/storage_monitor/
H A Dmedia_transfer_protocol_device_observer_linux.h87 StorageMonitor::Receiver* const notifications_; member in class:storage_monitor::MediaTransferProtocolDeviceObserverLinux::StorageMonitor
H A Dportable_device_watcher_win.h123 HDEVNOTIFY notifications_; member in class:storage_monitor::PortableDeviceWatcherWin
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 Dvolume_mount_watcher_win.h117 StorageMonitor::Receiver* notifications_; member in class:storage_monitor::VolumeMountWatcherWin
/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/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/autofill/
H A Dautofill_dialog_controller_browsertest.cc188 return notifications_;
192 notifications_ = notifications;
262 std::vector<DialogNotification> notifications_; member in class:autofill::__anon5013::TestAutofillDialogController
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.h287 std::vector<DialogNotification> notifications_; member in class:autofill::AutofillDialogViews::NotificationArea
/external/chromium_org/chrome/browser/extensions/
H A Dextension_notification_observer.h63 std::vector<extensions::NotificationType> notifications_; member in class:extensions::ExtensionNotificationObserver
/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...]

Completed in 316 milliseconds