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

  /external/chromium/chrome/browser/ui/views/
constrained_html_delegate_gtk.cc 41 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_);
constrained_html_delegate_win.cc 56 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 68 milliseconds