HomeSort by relevance Sort by last modified time
    Searched full:blocked_contents (Results 1 - 4 of 4) 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/chrome/browser/automation/
testing_automation_provider.cc 3791 std::vector<TabContents*> blocked_contents; local
3831 std::vector<TabContents*> blocked_contents; local
    [all...]

Completed in 289 milliseconds