/external/chromium_org/ui/message_center/cocoa/ |
D | popup_collection_unittest.mm | 38 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 …]
|
D | popup_collection.mm | 30 // 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.
|
D | popup_collection.h | 86 - (NSArray*)popups;
|
/external/chromium_org/ui/message_center/ |
D | message_center_impl_unittest.cc | 141 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 …]
|
D | notification_list_unittest.cc | 311 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 …]
|
D | message_center_impl.cc | 459 NotificationList::PopupNotifications popups = in OnBlockingStateChanged() local
|
/external/chromium_org/ash/system/chromeos/managed/ |
D | tray_locally_managed_user_unittest.cc | 34 NotificationList::PopupNotifications popups = in GetPopup() local 37 popups.begin(); iter != popups.end(); ++iter) { in GetPopup()
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
D | preferences.txt | 37 "popups": 1,
|
/external/chromium_org/chrome/browser/ui/views/message_center/ |
D | web_notification_tray_browsertest.cc | 214 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/ |
D | message_popup_collection.cc | 171 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/ |
D | PYAUTO_TESTS | 171 # 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/ |
D | web_notification_tray_unittest.cc | 259 NotificationList::PopupNotifications popups = in TEST_F() local 261 EXPECT_EQ(message_center::kMaxVisiblePopupNotifications, popups.size()); in TEST_F()
|
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_mac.mm | 540 // 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/ |
D | extension_popup_controller.mm | 215 // Make absolutely sure that no popups are leaked.
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
D | extension_popup_controller.mm | 282 // Make absolutely sure that no popups are leaked.
|
D | browser_actions_controller.mm | 246 // Do not override other popups and only show in active window.
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
D | content_setting_decoration.mm | 373 // additional popups later. The animator will be cleared when the decoration
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | content_setting_decoration.mm | 383 // additional popups later. The animator will be cleared when the decoration
|
/external/chromium_org/chrome/browser/ui/cocoa/infobars/ |
D | translate_infobar_base.mm | 318 // Set each of the buttons and popups to the NSTexturedRoundedBezelStyle
|
/external/chromium/chrome/browser/ |
D | chrome_browser_application_mac.mm | 227 // (2) Uncommon case: popups are enabled (in Content Settings, i.e., the popup
|
/external/chromium/chrome/browser/ui/cocoa/translate/ |
D | translate_infobar_base.mm | 439 // Set each of the buttons and popups to the NSTexturedRoundedBezelStyle
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | browser_window_cocoa.mm | 633 // In Lion fullscreen mode, convert popups into tabs.
|
/external/chromium_org/net/data/proxy_resolver_perftest/ |
D | no-ads.pac | 598 // Dell login popups 828 // popups/unders
|
/external/chromium/net/data/proxy_resolver_perftest/ |
D | no-ads.pac | 598 // Dell login popups 828 // popups/unders
|
/external/chromium_org/chrome/browser/ |
D | chrome_browser_application_mac.mm | 321 // (2) Uncommon case: popups are enabled (in Content Settings, i.e., the popup
|