Searched defs:notifications (Results 1 - 25 of 41) sorted by path

12

/external/chromium_org/ash/display/
H A Ddisplay_error_observer_chromeos.cc61 message_center::NotificationList::Notifications notifications = local
64 notifications.begin(); iter != notifications.end(); ++iter) {
H A Dresolution_notification_controller_unittest.cc109 const message_center::NotificationList::Notifications& notifications = local
112 notifications.begin(); iter != notifications.end(); ++iter) {
/external/chromium_org/ash/system/chromeos/session/
H A Dtray_session_length_limit_unittest.cc45 const message_center::NotificationList::Notifications& notifications = local
48 notifications.begin(); iter != notifications.end(); ++iter) {
77 // No notifications when no session limit.
/external/chromium_org/ash/system/chromeos/
H A Dtray_display_unittest.cc164 const message_center::NotificationList::Notifications notifications = local
167 notifications.begin(); iter != notifications.end(); ++iter) {
/external/chromium_org/chrome/browser/background/
H A Dbackground_contents_service_unittest.cc34 #include "chrome/browser/notifications/message_center_notification_manager.h"
35 #include "chrome/browser/notifications/notification.h"
384 message_center::NotificationList::Notifications notifications = local
386 ASSERT_EQ(1u, notifications.size());
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_provider.cc808 // Collect all notifications but send them only after we have swapped the
810 std::vector<std::string> notifications; local
817 notifications.push_back(iter->first);
824 notifications.push_back(iter->first);
829 for (size_t i = 0; i < notifications.size(); ++i)
830 NotifyObservers(notifications[i]);
/external/chromium_org/chrome/browser/extensions/api/notifications/
H A Dnotifications_apitest.cc9 #include "chrome/browser/extensions/api/notifications/notifications_api.h"
12 #include "chrome/browser/notifications/notification.h"
13 #include "chrome/browser/notifications/notification_ui_manager.h"
75 // A sequential list of user gesture notifications from the test extension(s).
102 ASSERT_TRUE(RunExtensionTest("notifications/api/basic_usage")) << message_;
106 ASSERT_TRUE(RunExtensionTest("notifications/api/events")) << message_;
110 ASSERT_TRUE(RunExtensionTest("notifications/api/csp")) << message_;
115 LoadExtensionAndWait("notifications/api/by_user");
147 ASSERT_TRUE(RunExtensionTest("notifications/api/partial_update")) << message_;
155 const message_center::NotificationList::Notifications& notifications local
260 const message_center::NotificationList::Notifications& notifications = local
[all...]
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_provider_backend.cc228 HistoryNotifications notifications; local
233 &notifications))
237 BroadcastNotifications(&notifications);
243 HistoryNotifications notifications; local
247 AndroidURLID id = InsertHistoryAndBookmark(values, true, &notifications);
252 BroadcastNotifications(&notifications);
260 HistoryNotifications notifications; local
265 &notifications))
269 BroadcastNotifications(&notifications);
277 HistoryNotifications notifications; local
289 UpdateHistoryAndBookmarks( const HistoryAndBookmarkRow& row, const std::string& selection, const std::vector<base::string16>& selection_args, int* updated_count, HistoryNotifications* notifications) argument
372 InsertHistoryAndBookmark( const HistoryAndBookmarkRow& values, bool ensure_initialized_and_updated, HistoryNotifications* notifications) argument
423 DeleteHistoryAndBookmarks( const std::string& selection, const std::vector<base::string16>& selection_args, int * deleted_count, HistoryNotifications* notifications) argument
448 DeleteHistory( const std::string& selection, const std::vector<base::string16>& selection_args, int* deleted_count, HistoryNotifications* notifications) argument
955 SimulateUpdateURL( const HistoryAndBookmarkRow& row, const TableIDRows& ids, HistoryNotifications* notifications) argument
1124 DeleteHistoryInternal( const TableIDRows& urls, bool delete_bookmarks, HistoryNotifications* notifications) argument
1163 BroadcastNotifications( HistoryNotifications* notifications) argument
[all...]
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_preferences_unittest.cc60 int notifications() const { return notifications_;} function in class:__anon4270::MockGalleryChangeObserver
1091 EXPECT_EQ(1, observer1.notifications());
1107 EXPECT_EQ(2, observer1.notifications());
1108 EXPECT_EQ(1, observer2.notifications());
1118 EXPECT_EQ(2, observer1.notifications());
1119 EXPECT_EQ(2, observer2.notifications());
1126 EXPECT_EQ(2, observer1.notifications());
1127 EXPECT_EQ(3, observer2.notifications());
1160 EXPECT_EQ(1, observer.notifications());
/external/chromium_org/chrome/browser/notifications/
H A Dnotification_browsertest.cc22 #include "chrome/browser/notifications/desktop_notification_profile_util.h"
23 #include "chrome/browser/notifications/notification.h"
52 const char kExpectedIconUrl[] = "/notifications/no_such_file.png";
157 "/notifications/notification_tester.html");
371 "/notifications/notifications_request_function.html"));
399 message_center::NotificationList::Notifications notifications = local
402 (*notifications.rbegin())->title());
404 (*notifications.rbegin())->message());
418 message_center::NotificationList::Notifications notifications = local
421 (*notifications
597 message_center::NotificationList::Notifications notifications = local
770 message_center::NotificationList::Notifications notifications = local
829 message_center::NotificationList::Notifications notifications = local
[all...]
H A Dnotification_conversion_helper.h8 #include "chrome/browser/notifications/notification.h"
13 namespace notifications { namespace in namespace:extensions::api
16 } // namespace notifications
29 // extensions::api::notifications::NotificationOptions.
32 extensions::api::notifications::NotificationOptions* options);
35 // extensions::api::notifications::NotificationBitmap type (RGBA).
38 extensions::api::notifications::NotificationBitmap* return_image_args);
40 // Converts an extensions::api::notifications::NotificationBitmap type object
45 extensions::api::notifications::NotificationBitmap* notification_bitmap,
50 // to extensions::api::notifications
[all...]
/external/chromium_org/chrome/browser/
H A Dpepper_flash_settings_manager.cc167 const std::vector<std::pair<uint32, RequestType> >& notifications);
664 std::vector<std::pair<uint32, RequestType> > notifications; local
667 notifications.push_back(std::make_pair(iter->id, iter->type));
670 notifications.insert(notifications.end(), pending_responses_.begin(),
676 base::Bind(&Core::NotifyError, this, notifications));
747 const std::vector<std::pair<uint32, RequestType> >& notifications) {
752 notifications.begin(); iter != notifications.end(); ++iter) {
746 NotifyError( const std::vector<std::pair<uint32, RequestType> >& notifications) argument
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_browsertest.cc191 void set_notifications(const std::vector<DialogNotification>& notifications) { argument
192 notifications_ = notifications;
260 // A list of notifications to show in the notification area of the dialog.
951 std::vector<DialogNotification> notifications; local
952 notifications.push_back(
961 controller()->set_notifications(notifications);
H A Dautofill_dialog_controller_impl.cc2210 std::vector<DialogNotification> notifications; local
2214 notifications.push_back(*wallet_error_notification_);
2217 notifications.push_back(DialogNotification(
2223 notifications.push_back(DialogNotification(
2230 notifications.push_back(DialogNotification(
2236 if (notifications.empty() && MenuModelForAccountChooser()) {
2248 notifications.push_back(notification);
2252 notifications.push_back(DialogNotification(
2258 notifications.push_back(DialogNotification(
2264 return notifications;
[all...]
H A Dautofill_dialog_controller_unittest.cc536 const std::vector<DialogNotification>& notifications = local
538 for (size_t i = 0; i < notifications.size(); ++i) {
539 if (notifications[i].type() == type)
540 right_type.push_back(notifications[i]);
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc734 const std::vector<DialogNotification>& notifications) {
735 notifications_ = notifications;
755 // Ensure that long notifications wrap and don't enlarge the dialog.
733 SetNotifications( const std::vector<DialogNotification>& notifications) argument
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_widget_delegate.cc161 const NotificationList::Notifications& notifications = local
163 SetNotifications(notifications);
/external/chromium_org/components/storage_monitor/
H A Dportable_device_watcher_win.cc454 // returns the device notifications handle else returns NULL.
552 StorageMonitor::Receiver* notifications) {
553 storage_notifications_ = notifications;
551 SetNotifications( StorageMonitor::Receiver* notifications) argument
H A Dstorage_monitor.cc25 explicit ReceiverImpl(StorageMonitor* notifications) argument
26 : notifications_(notifications) {}
H A Dvolume_mount_watcher_win.cc500 StorageMonitor::Receiver* notifications) {
501 notifications_ = notifications;
499 SetNotifications( StorageMonitor::Receiver* notifications) argument
/external/chromium_org/content/browser/download/
H A Ddownload_browsertest.cc987 // notifications in the right order.
996 InSequence notifications; local
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl_unittest.cc284 TestNotificationTracker notifications; local
285 RegisterForAllNavNotifications(&notifications, &controller);
351 TestNotificationTracker notifications; local
352 RegisterForAllNavNotifications(&notifications, &controller);
360 // notifications we're listening for.
361 EXPECT_EQ(0U, notifications.size());
378 // We should have gotten no notifications from the preceeding checks.
379 EXPECT_EQ(0U, notifications.size());
450 TestNotificationTracker notifications; local
451 RegisterForAllNavNotifications(&notifications,
590 TestNotificationTracker notifications; local
634 TestNotificationTracker notifications; local
671 TestNotificationTracker notifications; local
711 TestNotificationTracker notifications; local
741 TestNotificationTracker notifications; local
777 TestNotificationTracker notifications; local
821 TestNotificationTracker notifications; local
875 TestNotificationTracker notifications; local
918 TestNotificationTracker notifications; local
958 TestNotificationTracker notifications; local
1009 TestNotificationTracker notifications; local
1076 TestNotificationTracker notifications; local
1133 TestNotificationTracker notifications; local
1186 TestNotificationTracker notifications; local
1250 TestNotificationTracker notifications; local
1386 TestNotificationTracker notifications; local
1444 TestNotificationTracker notifications; local
1493 TestNotificationTracker notifications; local
1575 TestNotificationTracker notifications; local
1639 TestNotificationTracker notifications; local
1688 TestNotificationTracker notifications; local
1747 TestNotificationTracker notifications; local
1806 TestNotificationTracker notifications; local
1855 TestNotificationTracker notifications; local
1896 TestNotificationTracker notifications; local
1920 TestNotificationTracker notifications; local
1951 TestNotificationTracker notifications; local
2019 TestNotificationTracker notifications; local
2045 TestNotificationTracker notifications; local
2154 TestNotificationTracker notifications; local
2194 TestNotificationTracker notifications; local
2618 TestNotificationTracker notifications; local
2864 TestNotificationTracker notifications; local
2907 TestNotificationTracker notifications; local
2946 TestNotificationTracker notifications; local
2998 TestNotificationTracker notifications; local
3044 TestNotificationTracker notifications; local
4076 TestNotificationTracker notifications; local
4104 TestNotificationTracker notifications; local
4144 TestNotificationTracker notifications; local
[all...]
H A Drender_frame_host_manager_unittest.cc805 TestNotificationTracker notifications; local
811 notifications.ListenFor(NOTIFICATION_RENDER_VIEW_HOST_CHANGED,
871 notifications.Reset();
884 notifications.Check1AndReset(NOTIFICATION_RENDER_VIEW_HOST_CHANGED));
1384 TestNotificationTracker notifications; local
1442 TestNotificationTracker notifications; local
1450 notifications.ListenFor(NOTIFICATION_RENDER_VIEW_HOST_CHANGED,
1469 notifications.Check1AndReset(NOTIFICATION_RENDER_VIEW_HOST_CHANGED));
1470 notifications.Reset();
1498 notifications
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest_output_test_.cc488 static void ThreadRoutine(SpawnThreadNotifications* notifications) { argument
490 notifications->spawn_thread_started.Notify();
493 notifications->spawn_thread_ok_to_terminate.WaitForNotification();
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 526 milliseconds

12