OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HtmlDialogUI
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/webui/
html_dialog_ui.cc
17
HtmlDialogUI
::
HtmlDialogUI
(TabContents* tab_contents) : WebUI(tab_contents) {
20
HtmlDialogUI
::~
HtmlDialogUI
() {
32
PropertyAccessor<HtmlDialogUIDelegate*>&
HtmlDialogUI
::GetPropertyAccessor() {
39
void
HtmlDialogUI
::RenderViewCreated(RenderViewHost* render_view_host) {
43
NewCallback(this, &
HtmlDialogUI
::OnDialogClosed));
64
void
HtmlDialogUI
::OnDialogClosed(const ListValue* args) {
77
:
HtmlDialogUI
(tab_contents) {
html_dialog_ui.h
83
class
HtmlDialogUI
: public WebUI {
97
explicit
HtmlDialogUI
(TabContents* tab_contents);
98
virtual ~
HtmlDialogUI
();
111
DISALLOW_COPY_AND_ASSIGN(
HtmlDialogUI
);
119
class ExternalHtmlDialogUI : public
HtmlDialogUI
{
Completed in 28 milliseconds