Home
last modified time | relevance | path

Searched refs:icon_urls (Results 1 – 9 of 9) sorted by relevance

/third_party/cef/libcef/browser/
Dbrowser_contents_delegate.cc459 std::vector<CefString> icon_urls; in DidUpdateFaviconURL() local
462 icon_urls.push_back(icon->icon_url.spec()); in DidUpdateFaviconURL()
465 if (!icon_urls.empty()) { in DidUpdateFaviconURL()
466 handler->OnFaviconURLChange(browser(), icon_urls); in DidUpdateFaviconURL()
/third_party/cef/libcef_dll/cpptoc/
Ddisplay_handler_cpptoc.cc81 cef_string_list_t icon_urls) { in display_handler_on_favicon_urlchange() argument
97 transfer_string_list_contents(icon_urls, icon_urlsList); in display_handler_on_favicon_urlchange()
/third_party/cef/libcef_dll/ctocpp/
Ddisplay_handler_ctocpp.cc78 const std::vector<CefString>& icon_urls) { in OnFaviconURLChange() argument
97 transfer_string_list_contents(icon_urls, icon_urlsList); in OnFaviconURLChange()
Ddisplay_handler_ctocpp.h45 const std::vector<CefString>& icon_urls) override;
/third_party/cef/include/
Dcef_display_handler.h72 const std::vector<CefString>& icon_urls) {} in OnFaviconURLChange() argument
/third_party/cef/include/capi/
Dcef_display_handler_capi.h81 cef_string_list_t icon_urls);
/third_party/cef/tests/cefclient/browser/
Dclient_handler.cc412 const std::vector<CefString>& icon_urls) { in OnFaviconURLChange() argument
415 if (!icon_urls.empty() && download_favicon_images_) { in OnFaviconURLChange()
416 browser->GetHost()->DownloadImage(icon_urls[0], true, 16, false, in OnFaviconURLChange()
Dclient_handler.h149 const std::vector<CefString>& icon_urls) override;
/third_party/chromium/patch/
D0003-ohos-1115.patch9448 cef_string_list_t icon_urls);
11277 const std::vector<CefString>& icon_urls) {}
33949 const std::vector<CefString>& icon_urls) override;