Searched refs:GetWindowAppIcon (Results 1 – 10 of 10) sorted by relevance
213 virtual CefRefPtr<CefImage> GetWindowAppIcon() = 0;
65 ui::ImageModel GetWindowAppIcon() override;
63 CefRefPtr<CefImage> GetWindowAppIcon() override;
399 ui::ImageModel CefWindowView::GetWindowAppIcon() { in GetWindowAppIcon() function in CefWindowView401 return ParentClass::GetWindowAppIcon(); in GetWindowAppIcon()
290 CefRefPtr<CefImage> CefWindowImpl::GetWindowAppIcon() { in GetWindowAppIcon() function in CefWindowImpl
69 EXPECT_FALSE(window->GetWindowAppIcon().get()); in OnWindowCreated()
375 EXPECT_FALSE(window->GetWindowAppIcon().get()); in RunWindowIcon()377 EXPECT_TRUE(image->IsSame(window->GetWindowAppIcon())); in RunWindowIcon()
60 CefRefPtr<CefImage> GetWindowAppIcon() override;
396 CefRefPtr<CefImage> CefWindowCToCpp::GetWindowAppIcon() { in GetWindowAppIcon() function in CefWindowCToCpp
412 CefRefPtr<CefImage> _retval = CefWindowCppToC::Get(self)->GetWindowAppIcon(); in window_get_window_app_icon()