Home
last modified time | relevance | path

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

/third_party/cef/include/views/
Dcef_window.h207 virtual void SetWindowAppIcon(CefRefPtr<CefImage> image) = 0;
/third_party/cef/libcef/browser/views/
Dwindow_view.h101 void SetWindowAppIcon(CefRefPtr<CefImage> window_app_icon);
Dwindow_impl.h62 void SetWindowAppIcon(CefRefPtr<CefImage> image) override;
Dwindow_impl.cc284 void CefWindowImpl::SetWindowAppIcon(CefRefPtr<CefImage> image) { in SetWindowAppIcon() function in CefWindowImpl
287 root_view()->SetWindowAppIcon(image); in SetWindowAppIcon()
Dwindow_view.cc526 void CefWindowView::SetWindowAppIcon(CefRefPtr<CefImage> window_app_icon) { in SetWindowAppIcon() function in CefWindowView
/third_party/cef/libcef_dll/ctocpp/views/
Dwindow_ctocpp.h59 void SetWindowAppIcon(CefRefPtr<CefImage> image) override;
Dwindow_ctocpp.cc377 void CefWindowCToCpp::SetWindowAppIcon(CefRefPtr<CefImage> image) { in SetWindowAppIcon() function in CefWindowCToCpp
/third_party/cef/tests/ceftests/views/
Dwindow_unittest.cc376 window->SetWindowAppIcon(image); in RunWindowIcon()
/third_party/cef/libcef_dll/cpptoc/views/
Dwindow_cpptoc.cc398 CefWindowCppToC::Get(self)->SetWindowAppIcon(CefImageCppToC::Unwrap(image)); in window_set_window_app_icon()