OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HtmlDialogUI
(Results
1 - 14
of
14
) sorted by null
/external/chromium/chrome/browser/ui/webui/chromeos/
keyboard_overlay_ui.h
16
class KeyboardOverlayUI : public
HtmlDialogUI
{
keyboard_overlay_ui.cc
300
:
HtmlDialogUI
(contents) {
/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
{
bug_report_ui.h
23
class BugReportUI : public
HtmlDialogUI
{
active_downloads_ui.h
19
class ActiveDownloadsUI : public
HtmlDialogUI
{
chrome_web_ui_factory.cc
120
return &NewWebUI<
HtmlDialogUI
>;
active_downloads_ui.cc
378
:
HtmlDialogUI
(contents) {
bug_report_ui.cc
735
BugReportUI::BugReportUI(TabContents* tab) :
HtmlDialogUI
(tab) {
/external/chromium/chrome/browser/printing/
print_dialog_cloud_internal.h
178
HtmlDialogUI
::HtmlDialogParams params_;
/external/chromium/chrome/browser/ui/views/
keyboard_overlay_dialog_view.cc
57
// the comment above
HtmlDialogUI
in its header file for why.
58
HtmlDialogUI
::GetPropertyAccessor().SetProperty(tab_contents_->property_bag(),
html_dialog_view.cc
221
// the comment above
HtmlDialogUI
in its header file for why.
222
HtmlDialogUI
::GetPropertyAccessor().SetProperty(tab_contents_->property_bag(),
select_file_dialog.cc
108
// Overridden from
HtmlDialogUI
::Delegate:
484
// dynamic title change. We hijacked the mechanism between
HTMLDialogUI
488
HtmlDialogUIDelegate** delegate =
HtmlDialogUI
::GetPropertyAccessor().
/external/chromium/chrome/browser/ui/gtk/
html_dialog_gtk.cc
133
//
HtmlDialogUI
.
134
HtmlDialogUI
::GetPropertyAccessor().SetProperty(
Completed in 137 milliseconds