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

  /external/chromium_org/content/shell/browser/
shell_javascript_dialog_manager.cc 38 if (!dialog_request_callback_.is_null()) {
39 dialog_request_callback_.Run();
41 dialog_request_callback_.Reset();
82 if (!dialog_request_callback_.is_null()) {
83 dialog_request_callback_.Run();
85 dialog_request_callback_.Reset();
shell_javascript_dialog_manager.h 49 dialog_request_callback_ = callback;
60 base::Closure dialog_request_callback_; member in class:content::ShellJavaScriptDialogManager

Completed in 142 milliseconds