Searched refs:num_popups (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/chrome/browser/extensions/ |
D | window_open_apitest.cc | 72 int num_popups, in WaitForTabsAndPopups() argument 76 num_tabs, num_popups, num_panels)); in WaitForTabsAndPopups() 79 size_t num_browsers = static_cast<size_t>(num_popups) + 1; in WaitForTabsAndPopups() 107 EXPECT_EQ(num_popups, num_popups_seen); in WaitForTabsAndPopups() 114 (num_popups == num_popups_seen)); in WaitForTabsAndPopups() 139 const int num_popups = 0; in IN_PROC_BROWSER_TEST_F() local 140 EXPECT_TRUE(WaitForTabsAndPopups(browser(), num_tabs, num_popups, 0)); in IN_PROC_BROWSER_TEST_F() 152 const int num_popups = 0; in IN_PROC_BROWSER_TEST_F() local 153 EXPECT_TRUE(WaitForTabsAndPopups(browser(), num_tabs, num_popups, 0)); in IN_PROC_BROWSER_TEST_F() 163 const int num_popups = 1; in IN_PROC_BROWSER_TEST_F() local [all …]
|
/external/chromium_org/chrome/browser/ui/android/content_settings/ |
D | popup_blocked_infobar_delegate.cc | 22 int num_popups) { in Create() argument 28 num_popups, url, profile->GetHostContentSettingsMap())))); in Create() 60 int num_popups, in PopupBlockedInfoBarDelegate() argument 63 : ConfirmInfoBarDelegate(), num_popups_(num_popups), url_(url), map_(map) { in PopupBlockedInfoBarDelegate()
|
D | popup_blocked_infobar_delegate.h | 21 static void Create(content::WebContents* web_contents, int num_popups); 26 PopupBlockedInfoBarDelegate(int num_popups,
|
/external/chromium_org/chrome/browser/android/ |
D | tab_android.cc | 363 int num_popups = 0; in Observe() local 367 num_popups = popup_blocker_helper->GetBlockedPopupsCount(); in Observe() 369 if (num_popups > 0) in Observe() 370 PopupBlockedInfoBarDelegate::Create(web_contents(), num_popups); in Observe()
|