Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Dclient_handler.cc235 client_handler_->NotifyFavicon(image); in OnDownloadImageFinished()
1117 void ClientHandler::NotifyFavicon(CefRefPtr<CefImage> image) { in NotifyFavicon() function in client::ClientHandler
1121 base::BindOnce(&ClientHandler::NotifyFavicon, this, image)); in NotifyFavicon()
Dclient_handler.h345 void NotifyFavicon(CefRefPtr<CefImage> image);