Searched refs:GetBlockedPopupsCount (Results 1 – 5 of 5) sorted by relevance
113 return popup_blocker_helper->GetBlockedPopupsCount(); in GetBlockedContentsCount()187 if (!popup_blocker_helper->GetBlockedPopupsCount()) { in RunCheckTest()193 EXPECT_EQ(1u, popup_blocker_helper->GetBlockedPopupsCount()); in RunCheckTest()
47 size_t GetBlockedPopupsCount() const;
135 size_t PopupBlockerTabHelper::GetBlockedPopupsCount() const { in GetBlockedPopupsCount() function in PopupBlockerTabHelper
660 if (!popup_blocker_tab_helper->GetBlockedPopupsCount()) { in IN_PROC_BROWSER_TEST_F()667 EXPECT_EQ(1u, popup_blocker_tab_helper->GetBlockedPopupsCount()); in IN_PROC_BROWSER_TEST_F()
367 num_popups = popup_blocker_helper->GetBlockedPopupsCount(); in Observe()