Home
last modified time | relevance | path

Searched refs:GetWindowIcon (Results 1 – 11 of 11) sorted by relevance

/third_party/cef/include/views/
Dcef_window.h198 virtual CefRefPtr<CefImage> GetWindowIcon() = 0;
/third_party/cef/libcef/browser/views/
Dwindow_view.h64 ui::ImageModel GetWindowIcon() override;
Dwindow_impl.h61 CefRefPtr<CefImage> GetWindowIcon() override;
Dwindow_view.cc390 ui::ImageModel CefWindowView::GetWindowIcon() { in GetWindowIcon() function in CefWindowView
392 return ParentClass::GetWindowIcon(); in GetWindowIcon()
Dwindow_impl.cc277 CefRefPtr<CefImage> CefWindowImpl::GetWindowIcon() { in GetWindowIcon() function in CefWindowImpl
/third_party/cef/tests/ceftests/views/
Dtest_window_delegate.cc68 EXPECT_FALSE(window->GetWindowIcon().get()); in OnWindowCreated()
Dwindow_unittest.cc371 EXPECT_FALSE(window->GetWindowIcon().get()); in RunWindowIcon()
373 EXPECT_TRUE(image->IsSame(window->GetWindowIcon())); in RunWindowIcon()
/third_party/cef/libcef_dll/ctocpp/views/
Dwindow_ctocpp.h58 CefRefPtr<CefImage> GetWindowIcon() override;
Dwindow_ctocpp.cc360 NO_SANITIZE("cfi-icall") CefRefPtr<CefImage> CefWindowCToCpp::GetWindowIcon() { in GetWindowIcon() function in CefWindowCToCpp
/third_party/cef/libcef_dll/cpptoc/views/
Dwindow_cpptoc.cc377 CefRefPtr<CefImage> _retval = CefWindowCppToC::Get(self)->GetWindowIcon(); in window_get_window_icon()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch41760 ui::ImageModel WebAppUninstallDialogDelegateView::GetWindowIcon() {