Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dblocked_content_container.cc87 std::vector<TabContents*>* blocked_contents) const { in GetBlockedContents()
88 DCHECK(blocked_contents); in GetBlockedContents()
91 blocked_contents->push_back(i->tab_contents); in GetBlockedContents()
Dcontent_setting_bubble_model.cc382 std::vector<TabContents*> blocked_contents; in SetPopups() local
384 &blocked_contents); in SetPopups()
386 i(blocked_contents.begin()); i != blocked_contents.end(); ++i) { in SetPopups()
Dblocked_content_container.h40 void GetBlockedContents(std::vector<TabContents*>* blocked_contents) const;
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc3791 std::vector<TabContents*> blocked_contents; in GetBlockedPopupsInfo() local
3792 popup_container->GetBlockedContents(&blocked_contents); in GetBlockedPopupsInfo()
3794 blocked_contents.begin(); it != blocked_contents.end(); ++it) { in GetBlockedPopupsInfo()
3831 std::vector<TabContents*> blocked_contents; in UnblockAndLaunchBlockedPopup() local
3832 content_container->GetBlockedContents(&blocked_contents); in UnblockAndLaunchBlockedPopup()
3833 content_container->LaunchForContents(blocked_contents[popup_index]); in UnblockAndLaunchBlockedPopup()