OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_dialog_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog_queue.cc
16
if (!
active_dialog_
) {
28
active_dialog_
= NULL;
39
if (
active_dialog_
)
40
active_dialog_
->ActivateModalDialog();
44
return
active_dialog_
!= NULL;
48
:
active_dialog_
(NULL),
56
// Be sure and set the
active_dialog_
field first, otherwise if
59
// would write NULL into |
active_dialog_
| and this function would then undo
61
active_dialog_
= dialog;
app_modal_dialog_queue.h
52
AppModalDialog* active_dialog() { return
active_dialog_
; }
80
AppModalDialog*
active_dialog_
;
member in class:AppModalDialogQueue
/external/chromium/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog_queue.cc
10
if (!
active_dialog_
) {
22
active_dialog_
= NULL;
33
if (
active_dialog_
)
34
active_dialog_
->ActivateModalDialog();
38
:
active_dialog_
(NULL), showing_modal_dialog_(false) {
49
// Be sure and set the
active_dialog_
field first, otherwise if
52
// would write NULL into |
active_dialog_
| and this function would then undo
54
active_dialog_
= dialog;
app_modal_dialog_queue.h
51
return
active_dialog_
!= NULL;
54
// Accessor for |
active_dialog_
|.
56
return
active_dialog_
;
80
AppModalDialog*
active_dialog_
;
member in class:AppModalDialogQueue
/external/chromium_org/chrome/browser/
process_singleton_modal_dialog_lock.cc
32
:
active_dialog_
(NULL),
39
:
active_dialog_
(NULL),
47
active_dialog_
= active_dialog;
59
if (
active_dialog_
!= NULL) {
60
set_foreground_window_handler_.Run(
active_dialog_
);
process_singleton_modal_dialog_lock.h
57
gfx::NativeWindow
active_dialog_
;
member in class:ProcessSingletonModalDialogLock
Completed in 409 milliseconds