HomeSort by relevance Sort by last modified time
    Searched refs:Notifications (Results 26 - 41 of 41) sorted by null

12

  /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);
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.h 374 lldb_private::Process::Notifications m_notification_callbacks;
  /external/chromium_org/ash/system/chromeos/
tray_display_unittest.cc 163 const message_center::NotificationList::Notifications notifications = local
165 for (message_center::NotificationList::Notifications::const_iterator iter =
166 notifications.begin(); iter != notifications.end(); ++iter) {
  /external/chromium_org/chrome/browser/resources/sync_internals/
data.js 20 data += 'Notifications\n';
22 data += JSON.stringify(chrome.sync.notifications, null, 2);
  /external/chromium_org/components/policy/core/common/
schema_registry_unittest.cc 62 TEST(SchemaRegistryTest, Notifications) {
80 // Re-register also triggers notifications, because the Schema might have
153 // Starting to track a registry issues notifications when it comes with new
159 // Adding a new empty registry does not trigger notifications.
165 // notifications.
171 // Adding components to the sub-registries triggers notifications.
271 // No notifications expected for these calls.
300 // No notifications are expected in this case either.
  /external/lldb/include/lldb/Target/
Process.h 1411 /// @see RegisterNotificationCallbacks (const Notifications&)
1412 /// @see UnregisterNotificationCallbacks (const Notifications&)
    [all...]
  /external/chromium_org/chrome/browser/background/
background_contents_service_unittest.cc 34 #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/password_manager/
password_store_x_unittest.cc 282 TEST_P(PasswordStoreXTest, Notifications) {
  /external/chromium_org/chrome/browser/resources/google_now/
background.js 10 * them as Chrome notifications.
16 * 3. Showing the received cards as notifications.
37 * Initial period for polling for Google Now Notifications cards to use when the
43 * Mininal period for polling for Google Now Notifications cards.
48 * Maximal period for polling for Google Now Notifications cards to use when the
124 * Server response with notifications and groups.
129 * notifications: Array.<ReceivedNotification>
193 wrapper.instrumentChromeApiFunction('notifications.clear', 1);
194 wrapper.instrumentChromeApiFunction('notifications.create', 2);
195 wrapper.instrumentChromeApiFunction('notifications.getPermissionLevel', 0)
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/background/js/
progress_center.js 38 * Notifications created by progress center.
46 * ID set of notifications that is progressing now.
66 chrome.notifications.onButtonClicked.addListener(
68 chrome.notifications.onClosed.addListener(this.onClosed_.bind(this));
109 // Clear notifications for complete or canceled items.
114 chrome.notifications.clear(item.id, proceed);
134 chrome.notifications.create(item.id, params, proceed);
136 chrome.notifications.update(item.id, params, proceed);
184 // Update notifications.
229 // If there is no panel, show the notifications
    [all...]
  /frameworks/base/docs/html/design/
design_toc.cs 72 <li><a href="<?cs var:toroot ?>design/patterns/notifications.html">Notifications</a></li>
  /external/lldb/source/Target/
Process.cpp     [all...]
  /development/build/
sdk.atree 295 developers/build/prebuilts/gradle/LNotifications samples/${PLATFORM_NAME}/ui/notifications/LNotifications
315 development/samples/wearable/Notifications samples/${PLATFORM_NAME}/wearable/Notifications
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 739 <a href="<?cs var:toroot ?>training/wearables/notifications/index.html"
740 description="How to build handheld notifications that are synced to
742 >Adding Wearable Features to Notifications</a>
746 <a href="<?cs var:toroot ?>training/wearables/notifications/creating.html">Creating a Notification</a>
749 <a href="<?cs var:toroot ?>training/wearables/notifications/voice-input.html">Receiving Voice Input in a Notification</a>
752 <a href="<?cs var:toroot ?>training/wearables/notifications/pages.html">Adding Pages to a Notification</a>
755 <a href="<?cs var:toroot ?>training/wearables/notifications/stacks.html">Stacking Notifications</a>
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 273 <li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/notifications.html">
274 <span class="en">Notifications</span>
  /frameworks/base/docs/html/
gms_navtree_data.js     [all...]

Completed in 459 milliseconds

12