Lines Matching refs:tab_contents
7 #include "content/browser/tab_contents/tab_contents.h"
14 BlockedContent(TabContents* tab_contents,
18 : tab_contents(tab_contents),
24 TabContents* tab_contents;
36 void BlockedContentContainer::AddTabContents(TabContents* tab_contents,
41 delete tab_contents;
48 BlockedContent(tab_contents, disposition, bounds, user_gesture));
49 tab_contents->set_delegate(this);
50 // Since the new tab_contents will not be showed, call WasHidden to change
52 tab_contents->WasHidden();
57 void BlockedContentContainer::LaunchForContents(TabContents* tab_contents) {
61 if (i->tab_contents == tab_contents) {
67 tab_contents->set_delegate(NULL);
70 owner_->AddOrBlockNewContents(tab_contents,
91 blocked_contents->push_back(i->tab_contents);
97 TabContents* tab_contents = i->tab_contents;
98 tab_contents->set_delegate(NULL);
99 delete tab_contents;
127 TabContents* tab_contents = i->tab_contents;
128 if (tab_contents == source) {
129 tab_contents->set_delegate(NULL);
131 delete tab_contents;
141 if (i->tab_contents == source) {