HomeSort by relevance Sort by last modified time
    Searched defs:popups (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/ash/system/chromeos/managed/
tray_locally_managed_user_unittest.cc 34 NotificationList::PopupNotifications popups = local
37 popups.begin(); iter != popups.end(); ++iter) {
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray_browsertest.cc 214 NotificationList::PopupNotifications popups = local
216 EXPECT_EQ(kMaxVisiblePopupNotifications, popups.size());
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 212 // Now test that we can show multiple popups and then show the message center.
259 NotificationList::PopupNotifications popups = local
261 EXPECT_EQ(message_center::kMaxVisiblePopupNotifications, popups.size());
294 // verifies it doesn't cause crash and popups are still visible. See
315 // openingsystem tray doesn't affect at all the work area of popups.
479 // System tray is created on the primary display. The popups in the secondary
  /external/chromium_org/ui/message_center/
message_center_impl_unittest.cc 141 const NotificationList::PopupNotifications& popups,
144 popups.begin(); iter != popups.end(); ++iter) {
349 // Block all notifications. All popups are gone and message center should be
371 // Unblock both blockers, which recovers the global state, but the popups
395 // Create a notification during blocked. Still no popups.
412 NotificationList::PopupNotifications popups = local
414 EXPECT_EQ(1u, popups.size());
415 EXPECT_TRUE(PopupNotificationsContain(popups, "id2"));
449 NotificationList::PopupNotifications popups local
    [all...]
notification_list_unittest.cc 311 NotificationList::PopupNotifications popups = GetPopups(); local
314 // of |popups| should be the firstly added one, and so on.
315 EXPECT_EQ(kMaxVisiblePopupNotifications, popups.size());
317 popups.rbegin();
323 popups.begin(); iter != popups.end(); ++iter) {
326 popups.clear();
327 popups = GetPopups();
328 EXPECT_EQ(1u, popups.size());
329 EXPECT_EQ(ids[ids.size() - 1], (*popups.begin())->id())
548 NotificationList::PopupNotifications popups = GetPopups(); local
588 NotificationList::PopupNotifications popups = GetPopups(); local
    [all...]
message_center_impl.cc 459 NotificationList::PopupNotifications popups = local
  /external/chromium_org/ui/message_center/views/
message_popup_collection.cc 78 // On Win+Aura, we don't have a parent since the popups currently show up
80 // display the popups on the primary display.
171 NotificationList::PopupNotifications popups = local
174 if (popups.empty()) {
185 popups.rbegin(); iter != popups.rend(); ++iter) {
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 271 milliseconds