Home
last modified time | relevance | path

Searched refs:commit_failed_callback_ (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/test/
H A Dtest_render_frame_host.cc501 auto callback_it = commit_failed_callback_.find(navigation_request); in SimulateCommitProcessed()
502 if (callback_it != commit_failed_callback_.end()) { in SimulateCommitProcessed()
571 commit_failed_callback_[navigation_request] = in SendCommitFailedNavigation()
H A Dtest_render_frame_host.h296 commit_failed_callback_; variable