Home
last modified time | relevance | path

Searched refs:popups (Results 1 – 25 of 32) sorted by relevance

12

/external/chromium_org/ui/message_center/cocoa/
Dpopup_collection_unittest.mm38 collection_.reset(); // Close all popups.
119 EXPECT_EQ(0u, [[collection_ popups] count]);
121 EXPECT_EQ(3u, [[collection_ popups] count]);
125 EXPECT_EQ(2u, [[collection_ popups] count]);
131 EXPECT_EQ(0u, [[collection_ popups] count]);
133 EXPECT_EQ(2u, [[collection_ popups] count]); // "3" does not fit on screen.
153 ASSERT_EQ(2u, [[collection_ popups] count]);
155 EXPECT_EQ("2", [[[collection_ popups] objectAtIndex:0] notificationID]);
156 EXPECT_EQ("3", [[[collection_ popups] objectAtIndex:1] notificationID]);
161 ASSERT_EQ(2u, [[collection_ popups] count]);
[all …]
Dpopup_collection.mm30 // Closes all the popups.
135 - (NSArray*)popups { method
262 // fit on screen, close it and any other on-screen popups that come after it.
272 // and subsequent popups.
288 // Remove any popups that are on screen but no longer fit.
306 // Display any new popups that can now fit on screen, starting from the
395 // all updated popups and any popups that come below them.
Dpopup_collection.h86 - (NSArray*)popups;
/external/chromium_org/ui/message_center/
Dmessage_center_impl_unittest.cc141 const NotificationList::PopupNotifications& popups, in PopupNotificationsContain() argument
144 popups.begin(); iter != popups.end(); ++iter) { in PopupNotificationsContain()
412 NotificationList::PopupNotifications popups = in TEST_F() local
414 EXPECT_EQ(1u, popups.size()); in TEST_F()
415 EXPECT_TRUE(PopupNotificationsContain(popups, "id2")); in TEST_F()
449 NotificationList::PopupNotifications popups = in TEST_F() local
451 EXPECT_EQ(1u, popups.size()); in TEST_F()
452 EXPECT_TRUE(PopupNotificationsContain(popups, "id2")); in TEST_F()
475 popups = message_center()->GetPopupNotifications(); in TEST_F()
476 EXPECT_EQ(2u, popups.size()); in TEST_F()
[all …]
Dnotification_list_unittest.cc311 NotificationList::PopupNotifications popups = GetPopups(); in TEST_F() local
315 EXPECT_EQ(kMaxVisiblePopupNotifications, popups.size()); in TEST_F()
317 popups.rbegin(); in TEST_F()
323 popups.begin(); iter != popups.end(); ++iter) { in TEST_F()
326 popups.clear(); in TEST_F()
327 popups = GetPopups(); in TEST_F()
328 EXPECT_EQ(1u, popups.size()); in TEST_F()
329 EXPECT_EQ(ids[ids.size() - 1], (*popups.begin())->id()); in TEST_F()
548 NotificationList::PopupNotifications popups = GetPopups(); in TEST_F() local
549 EXPECT_EQ(3u, popups.size()); in TEST_F()
[all …]
Dmessage_center_impl.cc459 NotificationList::PopupNotifications popups = in OnBlockingStateChanged() local
/external/chromium_org/ash/system/chromeos/managed/
Dtray_locally_managed_user_unittest.cc34 NotificationList::PopupNotifications popups = in GetPopup() local
37 popups.begin(); iter != popups.end(); ++iter) { in GetPopup()
/external/chromium_org/chrome/test/chromedriver/chrome/
Dpreferences.txt37 "popups": 1,
/external/chromium_org/chrome/browser/ui/views/message_center/
Dweb_notification_tray_browsertest.cc214 NotificationList::PopupNotifications popups = in IN_PROC_BROWSER_TEST_F() local
216 EXPECT_EQ(kMaxVisiblePopupNotifications, popups.size()); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/ui/message_center/views/
Dmessage_popup_collection.cc171 NotificationList::PopupNotifications popups = in UpdateWidgets() local
174 if (popups.empty()) { in UpdateWidgets()
185 popups.rbegin(); iter != popups.rend(); ++iter) { in UpdateWidgets()
/external/chromium_org/chrome/test/functional/
DPYAUTO_TESTS171 # Keychain popups make autofill/password tests difficult: crbug.com/49378
189 # Keychain popups make autofill/password tests difficult: crbug.com/49378
266 # onunload popups get created in the same window on chromeos
/external/chromium_org/ash/system/web_notification/
Dweb_notification_tray_unittest.cc259 NotificationList::PopupNotifications popups = in TEST_F() local
261 EXPECT_EQ(message_center::kMaxVisiblePopupNotifications, popups.size()); in TEST_F()
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_mac.mm540 // On Windows, popups are implemented with a popup window style, so that when
544 // then the event causing the destroy had also cancelled any popups by the
545 // time Destroy() was called. On the Mac we have to destroy all the popups
548 // Depth-first destroy all popups. Use ShutdownHost() to enforce
1094 // Don't cancel child popups; killing them on a mouse click would prevent the
1181 // Don't cancel child popups; the key events are probably what's triggering
1377 // events. On the Mac we must kill popups on outside events, thus this lovely
1381 // any children, they are popups that need to be canceled.
2313 // do this for real browser views, not popups.
/external/chromium/chrome/browser/ui/cocoa/extensions/
Dextension_popup_controller.mm215 // Make absolutely sure that no popups are leaked.
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dextension_popup_controller.mm282 // Make absolutely sure that no popups are leaked.
Dbrowser_actions_controller.mm246 // Do not override other popups and only show in active window.
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dcontent_setting_decoration.mm373 // additional popups later. The animator will be cleared when the decoration
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dcontent_setting_decoration.mm383 // additional popups later. The animator will be cleared when the decoration
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
Dtranslate_infobar_base.mm318 // Set each of the buttons and popups to the NSTexturedRoundedBezelStyle
/external/chromium/chrome/browser/
Dchrome_browser_application_mac.mm227 // (2) Uncommon case: popups are enabled (in Content Settings, i.e., the popup
/external/chromium/chrome/browser/ui/cocoa/translate/
Dtranslate_infobar_base.mm439 // Set each of the buttons and popups to the NSTexturedRoundedBezelStyle
/external/chromium_org/chrome/browser/ui/cocoa/
Dbrowser_window_cocoa.mm633 // In Lion fullscreen mode, convert popups into tabs.
/external/chromium_org/net/data/proxy_resolver_perftest/
Dno-ads.pac598 // Dell login popups
828 // popups/unders
/external/chromium/net/data/proxy_resolver_perftest/
Dno-ads.pac598 // Dell login popups
828 // popups/unders
/external/chromium_org/chrome/browser/
Dchrome_browser_application_mac.mm321 // (2) Uncommon case: popups are enabled (in Content Settings, i.e., the popup

12