HomeSort by relevance Sort by last modified time
    Searched refs:notifications (Results 26 - 50 of 151) sorted by null

12 3 4 5 6 7

  /external/chromium_org/ash/display/
display_error_observer_chromeos.cc 61 message_center::NotificationList::Notifications notifications = local
63 for (message_center::NotificationList::Notifications::const_iterator iter =
64 notifications.begin(); iter != notifications.end(); ++iter) {
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc 5 #include "chrome/browser/extensions/api/notifications/notifications_api.h"
16 #include "chrome/browser/notifications/desktop_notification_service.h"
17 #include "chrome/browser/notifications/desktop_notification_service_factory.h"
18 #include "chrome/browser/notifications/notification.h"
19 #include "chrome/browser/notifications/notification_ui_manager.h"
37 namespace notifications = api::notifications;
52 api::notifications::NotificationBitmap* notification_bitmap,
154 SendEvent(notifications::OnClosed::kEventName, args.Pass());
159 SendEvent(notifications::OnClicked::kEventName, args.Pass())
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_notification_container.h 24 // Container for all notifications shown in requestAutocomplete dialog.
44 - (void)setNotifications:(const autofill::DialogNotifications&) notifications;
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
TrustletSession.h 44 std::queue<notification_t> notifications; member in class:TrustletSession
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend.cc 161 HistoryNotifications notifications; local
166 &notifications))
170 BroadcastNotifications(notifications);
176 HistoryNotifications notifications; local
180 AndroidURLID id = InsertHistoryAndBookmark(values, &notifications, true);
183 BroadcastNotifications(notifications);
193 HistoryNotifications notifications; local
198 &notifications))
202 BroadcastNotifications(notifications);
210 HistoryNotifications notifications; local
    [all...]
android_provider_backend.h 197 // The notifications are returned in |notifications| and the ownership of them
207 HistoryNotifications* notifications);
210 // The notifications are returned in |notifications| and the ownership of them
215 HistoryNotifications* notifications,
223 // The notifications are returned in |notifications| and the ownership of them
230 HistoryNotifications* notifications);
234 // The notifications are returned in |notifications| and the ownership of the
    [all...]
  /frameworks/base/data/sounds/
AudioPackage12.mk 21 $(LOCAL_PATH)/notifications/ogg/$(fn).ogg:system/media/audio/notifications/$(fn).ogg)
AudioPackage12_48.mk 22 $(LOCAL_PATH)/notifications/ogg/$(fn)_48k.ogg:system/media/audio/notifications/$(fn).ogg)
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
garden-o-matic.js 67 var updating = new ui.notifications.Info('Loading commit data ...');
91 g_info.add(new ui.notifications.Info('Could not find test results for ' + builderName + ' in the last ' + config.kBuildNumberLimit + ' runs.'));
96 g_revisionHint = new ui.notifications.Info('');
123 var unexpectedFailuresView = new ui.notifications.Stream();
126 g_info = new ui.notifications.Stream();
summary-mock.js 121 var failingTestsSummary = new ui.notifications.FailingTestsSummary();
140 var buildersFailing = new ui.notifications.BuildersFailing();
150 var actions = new ui.notifications.Stream();
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl_unittest.cc 270 TestNotificationTracker notifications; local
271 RegisterForAllNavNotifications(&notifications, &controller);
337 TestNotificationTracker notifications; local
338 RegisterForAllNavNotifications(&notifications, &controller);
345 // notifications we're listening for.
346 EXPECT_EQ(0U, notifications.size());
363 // We should have gotten no notifications from the preceeding checks.
364 EXPECT_EQ(0U, notifications.size());
435 TestNotificationTracker notifications; local
436 RegisterForAllNavNotifications(&notifications, &controller)
573 TestNotificationTracker notifications; local
615 TestNotificationTracker notifications; local
650 TestNotificationTracker notifications; local
688 TestNotificationTracker notifications; local
718 TestNotificationTracker notifications; local
755 TestNotificationTracker notifications; local
799 TestNotificationTracker notifications; local
854 TestNotificationTracker notifications; local
897 TestNotificationTracker notifications; local
937 TestNotificationTracker notifications; local
990 TestNotificationTracker notifications; local
1064 TestNotificationTracker notifications; local
1117 TestNotificationTracker notifications; local
1169 TestNotificationTracker notifications; local
1231 TestNotificationTracker notifications; local
1341 TestNotificationTracker notifications; local
1399 TestNotificationTracker notifications; local
1447 TestNotificationTracker notifications; local
1528 TestNotificationTracker notifications; local
1592 TestNotificationTracker notifications; local
1641 TestNotificationTracker notifications; local
1697 TestNotificationTracker notifications; local
1753 TestNotificationTracker notifications; local
1800 TestNotificationTracker notifications; local
1840 TestNotificationTracker notifications; local
1863 TestNotificationTracker notifications; local
1893 TestNotificationTracker notifications; local
1957 TestNotificationTracker notifications; local
1983 TestNotificationTracker notifications; local
2085 TestNotificationTracker notifications; local
2123 TestNotificationTracker notifications; local
2533 TestNotificationTracker notifications; local
2779 TestNotificationTracker notifications; local
2821 TestNotificationTracker notifications; local
2857 TestNotificationTracker notifications; local
3770 TestNotificationTracker notifications; local
3798 TestNotificationTracker notifications; local
3838 TestNotificationTracker notifications; local
    [all...]
  /external/chromium_org/ui/message_center/
message_center_impl_unittest.cc 153 const NotificationList::Notifications& notifications,
155 for (NotificationList::Notifications::const_iterator iter =
156 notifications.begin(); iter != notifications.end(); ++iter) {
349 // Block all notifications. All popups are gone and message center should be
410 // Unblock notifications, the id1 should appear as a popup.
490 // TotalNotificationBlocker suppresses showing notifications even from the list.
522 NotificationList::Notifications notifications local
740 const NotificationList::Notifications& notifications = local
    [all...]
notification_list_unittest.cc 86 NotificationList::Notifications::iterator iter =
110 bool IsInNotifications(const NotificationList::Notifications& notifications,
112 for (NotificationList::Notifications::const_iterator iter =
113 notifications.begin(); iter != notifications.end(); ++iter) {
198 const NotificationList::Notifications notifications = local
200 EXPECT_EQ(replaced, (*notifications.begin())->id());
201 EXPECT_EQ(UTF8ToUTF16("newtitle"), (*notifications.begin())->title())
360 NotificationList::Notifications notifications = local
432 const NotificationList::Notifications notifications = local
559 const NotificationList::Notifications notifications = local
592 NotificationList::Notifications notifications = local
    [all...]
notification_list.cc 73 for (Notifications::iterator iter = notifications_.begin();
93 Notifications::iterator iter = GetNotification(old_id);
122 NotificationList::Notifications NotificationList::GetNotificationsByNotifierId(
124 Notifications notifications; local
125 for (Notifications::iterator iter = notifications_.begin();
128 notifications.insert(*iter);
130 return notifications;
135 Notifications::iterator iter = GetNotification(notification_id);
144 Notifications::iterator iter = GetNotification(notification_id)
304 Notifications notifications = GetVisibleNotifications(blockers); local
    [all...]
  /external/chromium_org/chrome/browser/resources/google_now/
background.js 10 * them as Chrome notifications.
17 * 4. Showing the received cards as notifications.
40 * Initial period for polling for Google Now Notifications cards to use when the
46 * Mininal period for polling for Google Now Notifications cards.
51 * Maximal period for polling for Google Now Notifications cards to use when the
116 * Server response with notifications and groups.
121 * notifications: Array.<ReceivedNotification>
186 wrapper.instrumentChromeApiFunction('notifications.clear', 1);
187 wrapper.instrumentChromeApiFunction('notifications.create', 2);
188 wrapper.instrumentChromeApiFunction('notifications.getPermissionLevel', 0)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/notifications/
background.js 6 Displays a notification with the current time. Requires "notifications"
31 // While activated, show notifications at the display frequency.
  /external/chromium_org/win8/metro_driver/
toast_notification_handler.h 8 #include <windows.ui.notifications.h>
45 HRESULT OnActivate(winui::Notifications::IToastNotification* notification,
49 mswr::ComPtr<winui::Notifications::IToastNotifier> notifier_;
50 mswr::ComPtr<winui::Notifications::IToastNotification> notification_;
  /external/chromium_org/ash/system/session_length_limit/
tray_session_length_limit_unittest.cc 46 const message_center::NotificationList::Notifications& notifications = local
48 for (message_center::NotificationList::Notifications::const_iterator iter =
49 notifications.begin(); iter != notifications.end(); ++iter) {
117 // No notifications when no session limit.
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_win_unittest.cc 199 std::vector<ViewHostMsg_AccessibilityNotification_Params> notifications; local
200 notifications.push_back(param);
201 manager->OnAccessibilityNotifications(notifications);
271 std::vector<ViewHostMsg_AccessibilityNotification_Params> notifications; local
272 notifications.push_back(param);
273 manager->OnAccessibilityNotifications(notifications);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
options.js 13 var checkbox = document.getElementById('notifications');
  /external/chromium_org/chrome/renderer/resources/extensions/
notifications_custom_bindings.js 5 // Custom bindings for the notifications API.
6 var binding = require('binding').Binding.create('notifications');
113 var handleCreate = genHandle('notifications.create',
115 var handleUpdate = genHandle('notifications.update',
  /external/chromium_org/ui/message_center/views/
message_center_bubble.cc 117 const NotificationList::Notifications& notifications = local
119 message_center_view_->SetNotifications(notifications);
  /development/samples/AppNavigation/src/com/example/android/appnavigation/app/
NotificationsActivity.java 34 setContentView(R.layout.notifications);
  /external/chromium_org/chrome/browser/notifications/
balloon_notification_ui_manager.h 14 #include "chrome/browser/notifications/balloon.h"
15 #include "chrome/browser/notifications/balloon_collection.h"
16 #include "chrome/browser/notifications/fullscreen_notification_blocker.h"
17 #include "chrome/browser/notifications/notification_prefs_manager.h"
18 #include "chrome/browser/notifications/notification_system_observer.h"
19 #include "chrome/browser/notifications/notification_ui_manager.h"
20 #include "chrome/browser/notifications/screen_lock_notification_blocker.h"
27 // The notification manager manages use of the desktop for notifications.
28 // It maintains a queue of pending notifications when space becomes constrained.
71 std::vector<const Notification*>* notifications);
    [all...]
  /external/chromium_org/chrome/browser/storage_monitor/
volume_mount_watcher_win.h 25 // This class watches the volume mount points and sends notifications to
50 // Set the volume notifications object to be used when new
52 void SetNotifications(StorageMonitor::Receiver* notifications);
112 // The notifications object to use to signal newly attached volumes. Only

Completed in 2874 milliseconds

12 3 4 5 6 7