Searched refs:tab_contents_container_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dconstrained_html_delegate_gtk.cc29 return tab_contents_container_.widget();
58 TabContentsContainerGtk tab_contents_container_; member in class:ConstrainedHtmlDelegateGtk
71 tab_contents_container_(NULL),
83 tab_contents_container_.SetTab(&tab_);
87 gtk_widget_set_size_request(GTK_WIDGET(tab_contents_container_.widget()),
H A Dhtml_dialog_gtk.cc151 tab_contents_container_.reset(new TabContentsContainerGtk(NULL));
153 tab_contents_container_->widget(), TRUE, TRUE, 0);
155 tab_contents_container_->SetTab(tab_.get());
160 gtk_widget_set_size_request(GTK_WIDGET(tab_contents_container_->widget()),
H A Dhtml_dialog_gtk.h67 scoped_ptr<TabContentsContainerGtk> tab_contents_container_; member in class:HtmlDialogGtk
/external/chromium/chrome/browser/
H A Dexternal_tab_container_win.cc91 tab_contents_container_(NULL),
236 tab_contents_container_ = NULL;
1064 tab_contents_container_ = new TabContentsContainer;
1088 layout->AddView(tab_contents_container_);
1091 tab_contents_container_->ChangeTabContents(tab_contents());
H A Dexternal_tab_container_win.h275 TabContentsContainer* tab_contents_container_; member in class:ExternalTabContainer

Completed in 117 milliseconds