Home
last modified time | relevance | path

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

/third_party/cef/libcef/renderer/
Dbrowser_impl.cc391 if (last_loading_state_ && in OnLoadingStateChange()
392 last_loading_state_->IsMatch(isLoading, canGoBack, canGoForward)) { in OnLoadingStateChange()
398 last_loading_state_.reset( in OnLoadingStateChange()
Dbrowser_impl.h128 std::unique_ptr<LoadingState> last_loading_state_; variable