Searched refs:SetWindowIcon (Results 1 – 10 of 10) sorted by relevance
192 virtual void SetWindowIcon(CefRefPtr<CefImage> image) = 0;
94 void SetWindowIcon(CefRefPtr<CefImage> window_icon);
60 void SetWindowIcon(CefRefPtr<CefImage> image) override;
271 void CefWindowImpl::SetWindowIcon(CefRefPtr<CefImage> image) { in SetWindowIcon() function in CefWindowImpl274 root_view()->SetWindowIcon(image); in SetWindowIcon()
514 void CefWindowView::SetWindowIcon(CefRefPtr<CefImage> window_icon) { in SetWindowIcon() function in CefWindowView
57 void SetWindowIcon(CefRefPtr<CefImage> image) override;
342 void CefWindowCToCpp::SetWindowIcon(CefRefPtr<CefImage> image) { in SetWindowIcon() function in CefWindowCToCpp
372 window->SetWindowIcon(image); in RunWindowIcon()
215 window_->SetWindowIcon(image); in SetFavicon()
364 CefWindowCppToC::Get(self)->SetWindowIcon(CefImageCppToC::Unwrap(image)); in window_set_window_icon()