Searched defs:SetWindowIcon (Results 1 – 6 of 6) sorted by relevance
60 virtual void SetWindowIcon(uint8_t* pixel_data, int width, int height) {} in SetWindowIcon() function
514 void CefWindowView::SetWindowIcon(CefRefPtr<CefImage> window_icon) { in SetWindowIcon() function in CefWindowView
271 void CefWindowImpl::SetWindowIcon(CefRefPtr<CefImage> image) { in SetWindowIcon() function in CefWindowImpl
342 void CefWindowCToCpp::SetWindowIcon(CefRefPtr<CefImage> image) { in SetWindowIcon() function in CefWindowCToCpp
206 void (*SetWindowIcon) (_THIS, SDL_Window * window, SDL_Surface * icon); member