Searched refs:HtmlDialogTabContentsDelegate (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
H A Dhtml_dialog_tab_contents_delegate.cc20 HtmlDialogTabContentsDelegate::HtmlDialogTabContentsDelegate(Profile* profile) function in class:HtmlDialogTabContentsDelegate
23 HtmlDialogTabContentsDelegate::~HtmlDialogTabContentsDelegate() {}
25 Profile* HtmlDialogTabContentsDelegate::profile() const { return profile_; }
27 void HtmlDialogTabContentsDelegate::Detach() {
31 void HtmlDialogTabContentsDelegate::OpenURLFromTab(
51 void HtmlDialogTabContentsDelegate::NavigationStateChanged(
57 void HtmlDialogTabContentsDelegate::AddNewContents(
78 void HtmlDialogTabContentsDelegate
[all...]
H A Dhtml_dialog_tab_contents_delegate.h19 class HtmlDialogTabContentsDelegate : public TabContentsDelegate { class in inherits:TabContentsDelegate
22 explicit HtmlDialogTabContentsDelegate(Profile* profile);
24 virtual ~HtmlDialogTabContentsDelegate();
H A Dhtml_dialog_tab_contents_delegate_unittest.cc26 class TestTabContentsDelegate : public HtmlDialogTabContentsDelegate {
29 : HtmlDialogTabContentsDelegate(profile) {}
/external/chromium/chrome/browser/ui/gtk/
H A Dconstrained_html_delegate_gtk.cc19 public HtmlDialogTabContentsDelegate,
48 // HtmlDialogTabContentsDelegate ---------------------------------------------
69 : HtmlDialogTabContentsDelegate(profile),
H A Dhtml_dialog_gtk.h27 class HtmlDialogGtk : public HtmlDialogTabContentsDelegate,
H A Dhtml_dialog_gtk.cc37 : HtmlDialogTabContentsDelegate(profile),
/external/chromium/chrome/browser/ui/views/
H A Dconstrained_html_delegate_gtk.cc22 public HtmlDialogTabContentsDelegate {
52 // HtmlDialogTabContentsDelegate interface.
74 HtmlDialogTabContentsDelegate(profile),
H A Dconstrained_html_delegate_win.cc20 public HtmlDialogTabContentsDelegate {
40 // HtmlDialogTabContentsDelegate interface.
76 : HtmlDialogTabContentsDelegate(profile),
H A Dhtml_dialog_view.cc44 HtmlDialogTabContentsDelegate(profile),
145 HtmlDialogTabContentsDelegate::Detach();
174 return HtmlDialogTabContentsDelegate::HandleContextMenu(params);
H A Dhtml_dialog_view.h32 // TODO(akalin): Make HtmlDialogView contain an HtmlDialogTabContentsDelegate
37 public HtmlDialogTabContentsDelegate,

Completed in 214 milliseconds