Home | History | Annotate | Download | only in webui

Lines Matching defs:HtmlDialogTabContentsDelegate

20 HtmlDialogTabContentsDelegate::HtmlDialogTabContentsDelegate(Profile* profile)
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::ActivateContents(TabContents* contents) {
83 void HtmlDialogTabContentsDelegate::DeactivateContents(TabContents* contents) {
88 void HtmlDialogTabContentsDelegate::LoadingStateChanged(TabContents* source) {
92 void HtmlDialogTabContentsDelegate::CloseContents(TabContents* source) {
97 bool HtmlDialogTabContentsDelegate::IsPopup(const TabContents* source) const {
103 void HtmlDialogTabContentsDelegate::UpdateTargetURL(TabContents* source,
108 bool HtmlDialogTabContentsDelegate::ShouldAddNavigationToHistory(