OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AppModalDialog
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog.cc
13
AppModalDialog
::
AppModalDialog
(TabContents* tab_contents,
21
AppModalDialog
::~
AppModalDialog
() {
24
void
AppModalDialog
::ShowModalDialog() {
32
Source<
AppModalDialog
>(this),
36
void
AppModalDialog
::CreateAndShowDialog() {
41
bool
AppModalDialog
::IsValid() {
45
void
AppModalDialog
::ActivateModalDialog() {
50
void
AppModalDialog
::CloseModalDialog()
[
all
...]
app_modal_dialog.h
18
class
AppModalDialog
{
23
AppModalDialog
(TabContents* tab_contents, const std::wstring& title);
24
virtual ~
AppModalDialog
();
44
// Methods overridable by
AppModalDialog
subclasses:
50
// expected to delete the
AppModalDialog
associated with it.
77
DISALLOW_COPY_AND_ASSIGN(
AppModalDialog
);
Completed in 176 milliseconds