OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HtmlDialogTabContentsDelegate
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/webui/
html_dialog_tab_contents_delegate.h
19
class
HtmlDialogTabContentsDelegate
: public TabContentsDelegate {
22
explicit
HtmlDialogTabContentsDelegate
(Profile* profile);
24
virtual ~
HtmlDialogTabContentsDelegate
();
html_dialog_tab_contents_delegate.cc
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)
[
all
...]
Completed in 122 milliseconds