Home
last modified time | relevance | path

Searched defs:icon_urls (Results 1 – 5 of 5) sorted by relevance

/third_party/cef/include/
Dcef_display_handler.h72 const std::vector<CefString>& icon_urls) {} in OnFaviconURLChange()
/third_party/cef/libcef_dll/ctocpp/
Ddisplay_handler_ctocpp.cc78 const std::vector<CefString>& icon_urls) { in OnFaviconURLChange()
/third_party/cef/libcef_dll/cpptoc/
Ddisplay_handler_cpptoc.cc81 cef_string_list_t icon_urls) { in display_handler_on_favicon_urlchange()
/third_party/cef/libcef/browser/
Dbrowser_contents_delegate.cc459 std::vector<CefString> icon_urls; in DidUpdateFaviconURL() local
/third_party/cef/tests/cefclient/browser/
Dclient_handler.cc412 const std::vector<CefString>& icon_urls) { in OnFaviconURLChange()