HomeSort by relevance Sort by last modified time
    Searched refs:notifications (Results 76 - 100 of 233) sorted by null

1 2 34 5 6 7 8 910

  /external/chromium_org/components/storage_monitor/
storage_monitor.cc 25 explicit ReceiverImpl(StorageMonitor* notifications)
26 : notifications_(notifications) {}
portable_device_watcher_win.h 27 // This class watches the portable device mount points and sends notifications
65 // TODO(gbillock): Change to take the device notifications object as
91 // Set the volume notifications object to be used when new
93 void SetNotifications(StorageMonitor::Receiver* notifications);
122 // The portable device notifications handle.
138 // The notifications object to use to signal newly attached devices.
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/notifications/
WearableListItemLayout.java 17 package com.example.android.notifications;
MainActivity.java 17 package com.example.android.notifications;
  /development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
NotificationsActivity.java 36 setContentView(R.layout.notifications);
  /development/samples/wearable/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
WearableListItemLayout.java 17 package com.example.android.support.wearable.notifications;
MainActivity.java 17 package com.example.android.support.wearable.notifications;
  /external/chromium_org/ui/message_center/
message_center_tray_unittest.cc 290 // The first item is to disable notifications from the notifier id. It also
291 // removes all notifications from the same notifier, i.e. id1 and id3.
293 NotificationList::Notifications notifications = local
295 EXPECT_EQ(1u, notifications.size());
296 EXPECT_EQ(id2, (*notifications.begin())->id());
302 // disabling notifications.
message_center_impl.cc 405 const NotificationList::Notifications& notifications) {
406 visible_notifications = notifications;
412 for (NotificationList::Notifications::const_iterator iter =
550 const NotificationList::Notifications&
597 // We will allow notifications that are progress types (and stay progress
605 // This shouldn't be an issue in practice since only W3C notifications
606 // change the ID on update, and they don't have progress type notifications.
613 // Updates are allowed only for progress notifications.
665 NotificationList::Notifications notifications local
690 const NotificationList::Notifications notifications = local
    [all...]
  /external/chromium_org/ui/message_center/views/
message_center_view_unittest.cc 143 NotificationList::Notifications notifications; local
144 notifications.insert(&notification);
150 message_center_view_->SetNotifications(notifications);
message_center_view.cc 104 // Displays a list of messages for rich notifications. Functions as an array of
139 // Animates all notifications below target upwards to align with the top of
142 // Animates all notifications above target downwards to align with the top of
438 // Find first notification below target (or all notifications if no
450 // Animate notifications below target upwards.
465 // Find first notification above target (or all notifications if no
478 // Animate notifications above target downwards.
612 const NotificationList::Notifications& notifications) {
619 for (NotificationList::Notifications::const_iterator iter
827 const NotificationList::Notifications& notifications = local
884 const NotificationList::Notifications& notifications = local
    [all...]
message_center_view.h 55 void SetNotifications(const NotificationList::Notifications& notifications);
message_popup_collection.cc 282 // load and such notifications should disappear. Do not call
284 // don't want to mark such notifications as shown. See crbug.com/233424
342 // If the taskbar is at the top, render notifications top down. Some platforms
348 // If the taskbar is on the left show the notifications on the left. Otherwise
447 NotificationList::PopupNotifications notifications =
452 notifications.begin(); iter != notifications.end(); ++iter) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
NotificationListenerVerifierActivity.java 17 package com.android.cts.verifier.notifications;
19 import static com.android.cts.verifier.notifications.MockListener.JSON_FLAGS;
20 import static com.android.cts.verifier.notifications.MockListener.JSON_ICON;
21 import static com.android.cts.verifier.notifications.MockListener.JSON_ID;
22 import static com.android.cts.verifier.notifications.MockListener.JSON_PACKAGE;
23 import static com.android.cts.verifier.notifications.MockListener.JSON_TAG;
24 import static com.android.cts.verifier.notifications.MockListener.JSON_WHEN;
67 "com.android.cts.verifier.notifications.MockListener";
466 // wait for notifications to move through the system
  /external/chromium_org/ui/file_manager/file_manager/background/js/
device_handler.js 20 * List of ID of notifications that have a button.
30 chrome.notifications.onButtonClicked.addListener(
164 chrome.notifications.create(
194 chrome.notifications.clear(this.makeId_(devicePath), callback);
220 * Handles notifications from C++ sides.
284 * Handles mount completed events to show notifications for removable devices.
378 chrome.notifications.clear(id, function() {});
  /external/chromium_org/chrome/browser/
pepper_flash_settings_manager.cc 167 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) {
    [all...]
  /external/chromium_org/content/browser/frame_host/
render_frame_host_manager_unittest.cc 781 TestNotificationTracker notifications; local
787 notifications.ListenFor(NOTIFICATION_RENDER_VIEW_HOST_CHANGED,
868 TestNotificationTracker notifications; local
1418 TestNotificationTracker notifications; local
1476 TestNotificationTracker notifications; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
NetworkItemView.js 105 WebInspector.notifications.dispatchEventToListeners(WebInspector.UserMetrics.UserAction, {
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/
MobiCoreDevice.h 83 CSemaphore mcpSessionNotification; /**< Semaphore to synchronize incoming notifications for the MCP session */
92 * exit function before waiting for any notifications from NWD then the daemon
98 * This queue holds notifications received between the time the daemon
102 std::queue<notification_t> notifications; /**< Notifications queue for open session notification */ member in class:MobiCoreDevice
  /external/chromium_org/chrome/browser/ui/views/message_center/
message_center_widget_delegate.cc 161 const NotificationList::Notifications& notifications = local
163 SetNotifications(notifications);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/contentSettings/
popup.js 29 'notifications'];
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/inspectedWindow/chrome-preprocessor/Panel/
InspectedWindowLoadMonitor.js 5 /** @fileoverview The chrome.devtools API does not support notifications from
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_service.cc 5 #include "chrome/browser/notifications/desktop_notification_service.h"
18 #include "chrome/browser/notifications/desktop_notification_service_factory.h"
19 #include "chrome/browser/notifications/notification.h"
20 #include "chrome/browser/notifications/notification_object_proxy.h"
21 #include "chrome/browser/notifications/notification_ui_manager.h"
22 #include "chrome/browser/notifications/sync_notifier/chrome_notifier_service.h"
23 #include "chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.h"
53 #include "chrome/browser/extensions/api/notifications/notifications_api.h"
509 // notifications is "ask", show an infobar.
627 // We do not disable system component notifications
    [all...]
  /external/chromium_org/ash/display/
resolution_notification_controller_unittest.cc 99 const message_center::NotificationList::Notifications& notifications = local
101 for (message_center::NotificationList::Notifications::const_iterator iter =
102 notifications.begin(); iter != notifications.end(); ++iter) {
  /external/chromium_org/testing/gtest/test/
gtest_output_test_.cc 483 static void ThreadRoutine(SpawnThreadNotifications* notifications) {
485 notifications->spawn_thread_started.Notify();
488 notifications->spawn_thread_ok_to_terminate.WaitForNotification();

Completed in 1191 milliseconds

1 2 34 5 6 7 8 910