Home
last modified time | relevance | path

Searched refs:num_popups (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Dwindow_open_apitest.cc72 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/
Dpopup_blocked_infobar_delegate.cc22 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()
Dpopup_blocked_infobar_delegate.h21 static void Create(content::WebContents* web_contents, int num_popups);
26 PopupBlockedInfoBarDelegate(int num_popups,
/external/chromium_org/chrome/browser/android/
Dtab_android.cc363 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()