Home
last modified time | relevance | path

Searched refs:GetWindowAppIcon (Results 1 – 10 of 10) sorted by relevance

/third_party/cef/include/views/
Dcef_window.h213 virtual CefRefPtr<CefImage> GetWindowAppIcon() = 0;
/third_party/cef/libcef/browser/views/
Dwindow_view.h65 ui::ImageModel GetWindowAppIcon() override;
Dwindow_impl.h63 CefRefPtr<CefImage> GetWindowAppIcon() override;
Dwindow_view.cc399 ui::ImageModel CefWindowView::GetWindowAppIcon() { in GetWindowAppIcon() function in CefWindowView
401 return ParentClass::GetWindowAppIcon(); in GetWindowAppIcon()
Dwindow_impl.cc290 CefRefPtr<CefImage> CefWindowImpl::GetWindowAppIcon() { in GetWindowAppIcon() function in CefWindowImpl
/third_party/cef/tests/ceftests/views/
Dtest_window_delegate.cc69 EXPECT_FALSE(window->GetWindowAppIcon().get()); in OnWindowCreated()
Dwindow_unittest.cc375 EXPECT_FALSE(window->GetWindowAppIcon().get()); in RunWindowIcon()
377 EXPECT_TRUE(image->IsSame(window->GetWindowAppIcon())); in RunWindowIcon()
/third_party/cef/libcef_dll/ctocpp/views/
Dwindow_ctocpp.h60 CefRefPtr<CefImage> GetWindowAppIcon() override;
Dwindow_ctocpp.cc396 CefRefPtr<CefImage> CefWindowCToCpp::GetWindowAppIcon() { in GetWindowAppIcon() function in CefWindowCToCpp
/third_party/cef/libcef_dll/cpptoc/views/
Dwindow_cpptoc.cc412 CefRefPtr<CefImage> _retval = CefWindowCppToC::Get(self)->GetWindowAppIcon(); in window_get_window_app_icon()