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/
shell_javascript_dialog_manager.cc 39 if (!dialog_request_callback_.is_null()) {
40 dialog_request_callback_.Run();
42 dialog_request_callback_.Reset();
84 if (!dialog_request_callback_.is_null()) {
85 dialog_request_callback_.Run();
87 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 34 milliseconds