Searched refs:cancel_download_confirmation_state_ (Results 1 – 2 of 2) sorted by relevance
339 cancel_download_confirmation_state_(NOT_PROMPTED), in Browser()627 cancel_download_confirmation_state_ = RESPONSE_RECEIVED; in CallBeforeUnloadHandlers()636 cancel_download_confirmation_state_ = NOT_PROMPTED; in ResetBeforeUnloadHandlers()701 cancel_download_confirmation_state_ = RESPONSE_RECEIVED; in InProgressDownloadResponse()708 cancel_download_confirmation_state_ = NOT_PROMPTED; in InProgressDownloadResponse()2213 if (cancel_download_confirmation_state_ != NOT_PROMPTED) in CanCloseWithInProgressDownloads()2214 return cancel_download_confirmation_state_ != WAITING_FOR_RESPONSE; in CanCloseWithInProgressDownloads()2224 cancel_download_confirmation_state_ = WAITING_FOR_RESPONSE; in CanCloseWithInProgressDownloads()
893 CancelDownloadConfirmationState cancel_download_confirmation_state_; variable