HomeSort by relevance Sort by last modified time
    Searched refs:active_dialog_ (Results 1 - 2 of 2) sorted by null

  /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

Completed in 4741 milliseconds