Searched defs:notifications_ (Results 1 - 21 of 21) sorted by relevance

/external/chromium/chrome/browser/chromeos/extensions/
H A Dfile_browser_event_router.h79 NotificationMap notifications_; member in class:ExtensionFileBrowserEventRouter
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Ddesktop_notifications_browsertest.cc27 notifications_.reset();
34 notifications_.reset(new DesktopNotifications(profile));
38 return notifications_->HasNotificationForTest(id);
41 scoped_ptr<DesktopNotifications> notifications_; member in class:file_manager::FileManagerDesktopNotificationsBrowserTest
47 notifications_->ShowNotification(DesktopNotifications::DEVICE, "path");
48 EXPECT_EQ(1u, notifications_->GetNotificationCountForTest());
52 notifications_->ShowNotification(DesktopNotifications::DEVICE, "path");
53 EXPECT_EQ(1u, notifications_->GetNotificationCountForTest());
57 notifications_->ShowNotification(DesktopNotifications::DEVICE_FAIL,
59 EXPECT_EQ(2u, notifications_
[all...]
H A Devent_router.h165 scoped_ptr<DesktopNotifications> notifications_; member in class:file_manager::EventRouter
/external/chromium_org/chrome/browser/extensions/
H A Dextension_notification_observer.h63 std::vector<chrome::NotificationType> notifications_; member in class:extensions::ExtensionNotificationObserver
/external/chromium_org/chrome/browser/storage_monitor/
H A Dmedia_transfer_protocol_device_observer_linux.h77 StorageMonitor::Receiver* const notifications_; member in class:chrome::MediaTransferProtocolDeviceObserverLinux::StorageMonitor
H A Dvolume_mount_watcher_win.h118 StorageMonitor::Receiver* notifications_; member in class:chrome::VolumeMountWatcherWin
H A Dportable_device_watcher_win.h125 HDEVNOTIFY notifications_; member in class:chrome::PortableDeviceWatcherWin
H A Dstorage_monitor.cc21 : notifications_(notifications) {}
32 StorageMonitor* notifications_; member in class:chrome::StorageMonitor::ReceiverImpl
36 notifications_->ProcessAttach(info);
40 notifications_->ProcessDetach(id);
44 notifications_->MarkInitialized();
/external/chromium_org/media/audio/
H A Dcross_process_notification.h151 const Notifications* notifications_; member in class:CrossProcessNotification::WaitForMultiple
/external/chromium_org/ui/message_center/
H A Dnotification_list.h145 Notifications notifications_; member in class:message_center::NotificationList
/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/ui/message_center/cocoa/
H A Dtray_view_controller.h56 base::scoped_nsobject<NSMutableArray> notifications_; member in namespace:NSViewController
59 // |notifications_|.
/external/chromium/testing/gtest/test/
H A Dgtest_output_test_.cc486 &ThreadRoutine, &notifications_, NULL));
487 notifications_.spawn_thread_started.WaitForNotification();
495 notifications_.spawn_thread_ok_to_terminate.Notify();
499 SpawnThreadNotifications notifications_; member in class:DeathTestAndMultiThreadsTest
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_preferences_unittest.cc45 notifications_(0) {}
48 int notifications() const { return notifications_;}
57 ++notifications_;
61 int notifications_; member in class:chrome::__anon5300::MockGalleryChangeObserver
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.h335 std::vector<DialogNotification> notifications_; member in class:autofill::AutofillDialogViews::NotificationArea
/external/chromium_org/testing/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/gtest/test/
H A Dgtest_output_test_.cc486 &ThreadRoutine, &notifications_, NULL));
487 notifications_.spawn_thread_started.WaitForNotification();
495 notifications_.spawn_thread_ok_to_terminate.Notify();
499 SpawnThreadNotifications notifications_; member in class:DeathTestAndMultiThreadsTest
/external/chromium/chrome/browser/history/
H A Dexpire_history_backend_unittest.cc83 for (size_t i = 0; i < notifications_.size(); i++)
84 delete notifications_[i].second;
85 notifications_.clear();
124 NotificationList notifications_; member in class:history::ExpireHistoryTest
175 notifications_.push_back(std::make_pair(type, details_deleted));
382 for (size_t i = 0; i < notifications_.size(); i++) {
383 if (notifications_[i].first == NotificationType::HISTORY_URLS_DELETED) {
385 reinterpret_cast<URLsDeletedDetails*>(notifications_[i].second);
390 } else if (notifications_[i].first ==
394 reinterpret_cast<URLsModifiedDetails*>(notifications_[
[all...]
/external/chromium_org/chrome/browser/history/
H A Dexpire_history_backend_unittest.cc85 STLDeleteValues(&notifications_);
123 NotificationList notifications_; member in class:history::ExpireHistoryTest
168 notifications_.push_back(std::make_pair(type, details_deleted));
332 for (size_t i = 0; i < notifications_.size(); i++) {
333 if (notifications_[i].first == chrome::NOTIFICATION_HISTORY_URLS_DELETED) {
335 notifications_[i].second);
343 EXPECT_NE(notifications_[i].first,
345 EXPECT_NE(notifications_[i].first,
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_browsertest.cc154 return notifications_;
158 notifications_ = notifications;
199 std::vector<DialogNotification> notifications_; member in class:autofill::__anon6016::TestAutofillDialogController
/external/chromium_org/ui/views/
H A Dview_unittest.cc1561 notifications_.push_back(info);
1569 std::vector<NotificationInfo> notifications_; member in class:views::TestNativeViewHierarchy
1639 ASSERT_EQ(static_cast<size_t>(2), test_views_[i]->notifications_.size());
1640 EXPECT_FALSE(test_views_[i]->notifications_[0].attached);
1642 test_views_[i]->notifications_[0].native_view);
1643 EXPECT_EQ(root_views_[i], test_views_[i]->notifications_[0].root_view);
1644 EXPECT_TRUE(test_views_[i]->notifications_[1].attached);
1646 test_views_[i]->notifications_[1].native_view);
1647 EXPECT_EQ(root_views_[i], test_views_[i]->notifications_[1].root_view);

Completed in 1152 milliseconds