Searched refs:dialog_request_callback_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/shell/browser/
H A Dshell_javascript_dialog_manager.cc38 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();
H A Dshell_javascript_dialog_manager.h49 dialog_request_callback_ = callback;
60 base::Closure dialog_request_callback_; member in class:content::ShellJavaScriptDialogManager

Completed in 71 milliseconds