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

  /external/chromium_org/chrome/browser/extensions/
extension_notification_observer.h 63 std::vector<extensions::NotificationType> notifications_; member in class:extensions::ExtensionNotificationObserver
  /external/chromium_org/components/storage_monitor/
media_transfer_protocol_device_observer_linux.h 87 StorageMonitor::Receiver* const notifications_; member in class:storage_monitor::MediaTransferProtocolDeviceObserverLinux::StorageMonitor
volume_mount_watcher_win.h 117 StorageMonitor::Receiver* notifications_; member in class:storage_monitor::VolumeMountWatcherWin
portable_device_watcher_win.h 123 HDEVNOTIFY notifications_; member in class:storage_monitor::PortableDeviceWatcherWin
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();
  /external/chromium_org/ui/message_center/
notification_list.h 150 Notifications notifications_; member in class:message_center::NotificationList
  /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/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 83 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_[i].first == chrome::NOTIFICATION_HISTORY_URLS_MODIFIED)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.h 287 std::vector<DialogNotification> notifications_; member in class:autofill::AutofillDialogViews::NotificationArea
  /external/chromium_org/testing/gtest/test/
gtest_output_test_.cc 504 &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/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/chrome/browser/media_galleries/
media_galleries_preferences_unittest.cc 57 notifications_(0) {}
60 int notifications() const { return notifications_;}
68 ++notifications_;
75 ++notifications_;
81 ++notifications_;
87 ++notifications_;
93 ++notifications_;
97 int notifications_; member in class:__anon8895::MockGalleryChangeObserver
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_browsertest.cc 188 return notifications_;
192 notifications_ = notifications;
262 std::vector<DialogNotification> notifications_; member in class:autofill::__anon9638::TestAutofillDialogController
    [all...]

Completed in 434 milliseconds