Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Dclient_handler.cc675 NotifyLoadingState(isLoading, canGoBack, canGoForward); in OnLoadingStateChange()
1153 void ClientHandler::NotifyLoadingState(bool isLoading, in NotifyLoadingState() function in client::ClientHandler
1158 MAIN_POST_CLOSURE(base::BindOnce(&ClientHandler::NotifyLoadingState, this, in NotifyLoadingState()
Dclient_handler.h348 void NotifyLoadingState(bool isLoading, bool canGoBack, bool canGoForward);