Searched defs:html_tab_contents_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Dconstrained_html_delegate_gtk.cc41 return html_tab_contents_.GetContentNativeView();
61 TabContents html_tab_contents_; member in class:ConstrainedHtmlDelegateGtk
75 html_tab_contents_(profile, NULL, MSG_ROUTING_NONE, NULL, NULL),
80 html_tab_contents_.set_delegate(this);
84 html_tab_contents_.property_bag(), this);
85 html_tab_contents_.controller().LoadURL(delegate->GetDialogContentURL(),
93 tab_container_->ChangeTabContents(&html_tab_contents_);
H A Dconstrained_html_delegate_win.cc56 ChangeTabContents(&html_tab_contents_);
65 TabContents html_tab_contents_; member in class:ConstrainedHtmlDelegateWin
77 html_tab_contents_(profile, NULL, MSG_ROUTING_NONE, NULL, NULL),
81 html_tab_contents_.set_delegate(this);
85 html_tab_contents_.property_bag(), this);
86 html_tab_contents_.controller().LoadURL(delegate->GetDialogContentURL(),

Completed in 45 milliseconds