Searched refs:SetWindowAppIcon (Results 1 – 9 of 9) sorted by relevance
207 virtual void SetWindowAppIcon(CefRefPtr<CefImage> image) = 0;
101 void SetWindowAppIcon(CefRefPtr<CefImage> window_app_icon);
62 void SetWindowAppIcon(CefRefPtr<CefImage> image) override;
284 void CefWindowImpl::SetWindowAppIcon(CefRefPtr<CefImage> image) { in SetWindowAppIcon() function in CefWindowImpl287 root_view()->SetWindowAppIcon(image); in SetWindowAppIcon()
526 void CefWindowView::SetWindowAppIcon(CefRefPtr<CefImage> window_app_icon) { in SetWindowAppIcon() function in CefWindowView
59 void SetWindowAppIcon(CefRefPtr<CefImage> image) override;
377 void CefWindowCToCpp::SetWindowAppIcon(CefRefPtr<CefImage> image) { in SetWindowAppIcon() function in CefWindowCToCpp
376 window->SetWindowAppIcon(image); in RunWindowIcon()
398 CefWindowCppToC::Get(self)->SetWindowAppIcon(CefImageCppToC::Unwrap(image)); in window_set_window_app_icon()