HomeSort by relevance Sort by last modified time
    Searched refs:blocked_contents (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/
blocked_content_container.cc 87 std::vector<TabContents*>* blocked_contents) const {
88 DCHECK(blocked_contents);
91 blocked_contents->push_back(i->tab_contents);
blocked_content_container.h 38 // Returns the contained TabContents pointers. |blocked_contents| must be
40 void GetBlockedContents(std::vector<TabContents*>* blocked_contents) const;
content_setting_bubble_model.cc 382 std::vector<TabContents*> blocked_contents;
384 &blocked_contents);
386 i(blocked_contents.begin()); i != blocked_contents.end(); ++i) {
  /external/chromium_org/chrome/browser/ui/blocked_content/
blocked_content_container.cc 105 std::vector<WebContents*>* blocked_contents) const {
106 DCHECK(blocked_contents);
109 blocked_contents->push_back(i->web_contents);
blocked_content_tab_helper.cc 150 std::vector<content::WebContents*>* blocked_contents) const {
151 blocked_contents_->GetBlockedContents(blocked_contents);
blocked_content_container.h 45 // Returns the contained WebContents pointers. |blocked_contents| must
48 std::vector<content::WebContents*>* blocked_contents) const;
blocked_content_tab_helper.h 54 // Returns the blocked WebContentses. |blocked_contents| must be non-NULL.
56 std::vector<content::WebContents*>* blocked_contents) const;
popup_blocker_browsertest.cc 97 std::vector<WebContents*> blocked_contents; local
98 blocked_content_tab_helper->GetBlockedContents(&blocked_contents);
99 return blocked_contents;
112 std::vector<WebContents*> blocked_contents = GetBlockedContents(browser); local
113 ASSERT_TRUE(blocked_contents.empty());
129 std::vector<WebContents*> blocked_contents = GetBlockedContents(browser); local
130 ASSERT_EQ(1u, blocked_contents.size());
138 blocked_content_tab_helper->LaunchForContents(blocked_contents[0]);
165 std::vector<WebContents*> blocked_contents = GetBlockedContents(browser()); local
166 ASSERT_EQ(2u, blocked_contents.size())
    [all...]
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model.cc 570 std::vector<WebContents*> blocked_contents; local
572 GetBlockedContents(&blocked_contents);
574 i = blocked_contents.begin(); i != blocked_contents.end(); ++i) {
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 3791 std::vector<TabContents*> blocked_contents; local
3831 std::vector<TabContents*> blocked_contents; local
    [all...]

Completed in 85 milliseconds