OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HtmlDialogTabContentsDelegate
(Results
1 - 10
of
10
) sorted by null
/external/chromium/chrome/browser/ui/webui/
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
...]
html_dialog_tab_contents_delegate.h
19
class
HtmlDialogTabContentsDelegate
: public TabContentsDelegate {
22
explicit
HtmlDialogTabContentsDelegate
(Profile* profile);
24
virtual ~
HtmlDialogTabContentsDelegate
();
html_dialog_tab_contents_delegate_unittest.cc
26
class TestTabContentsDelegate : public
HtmlDialogTabContentsDelegate
{
29
:
HtmlDialogTabContentsDelegate
(profile) {}
/external/chromium/chrome/browser/ui/gtk/
html_dialog_gtk.h
27
class HtmlDialogGtk : public
HtmlDialogTabContentsDelegate
,
constrained_html_delegate_gtk.cc
19
public
HtmlDialogTabContentsDelegate
,
48
//
HtmlDialogTabContentsDelegate
---------------------------------------------
69
:
HtmlDialogTabContentsDelegate
(profile),
html_dialog_gtk.cc
37
:
HtmlDialogTabContentsDelegate
(profile),
/external/chromium/chrome/browser/ui/views/
constrained_html_delegate_gtk.cc
22
public
HtmlDialogTabContentsDelegate
{
52
//
HtmlDialogTabContentsDelegate
interface.
74
HtmlDialogTabContentsDelegate
(profile),
constrained_html_delegate_win.cc
20
public
HtmlDialogTabContentsDelegate
{
40
//
HtmlDialogTabContentsDelegate
interface.
76
:
HtmlDialogTabContentsDelegate
(profile),
html_dialog_view.cc
44
HtmlDialogTabContentsDelegate
(profile),
145
HtmlDialogTabContentsDelegate
::Detach();
174
return
HtmlDialogTabContentsDelegate
::HandleContextMenu(params);
html_dialog_view.h
32
// TODO(akalin): Make HtmlDialogView contain an
HtmlDialogTabContentsDelegate
37
public
HtmlDialogTabContentsDelegate
,
Completed in 926 milliseconds