HomeSort by relevance Sort by last modified time
    Searched defs:active_dialog (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog_queue.h 55 AppModalDialog* active_dialog() { function in class:AppModalDialogQueue
  /external/chromium_org/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog_queue.h 52 AppModalDialog* active_dialog() { return active_dialog_; } function in class:AppModalDialogQueue
javascript_dialog_manager.cc 213 !dialog_queue->active_dialog()->IsJavaScriptModalDialog() ||
214 dialog_queue->active_dialog()->web_contents() != web_contents) {
218 dialog_queue->active_dialog());
275 AppModalDialog* active_dialog = queue->active_dialog(); local
276 if (active_dialog && active_dialog->web_contents() == web_contents)
277 active_dialog->Invalidate();
  /external/chromium_org/chrome/browser/chromeos/options/
network_config_view.cc 60 static chromeos::NetworkConfigView* active_dialog = NULL; local
61 return &active_dialog;
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 2659 AppModalDialog* active_dialog = local
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 1878 AppModalDialog* active_dialog = local
    [all...]

Completed in 104 milliseconds