OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_dialog_
(Results
1 - 4
of
4
) 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_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
56
gfx::NativeWindow
active_dialog_
;
member in class:ProcessSingletonModalDialogLock
Completed in 160 milliseconds