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
481 void CefWindowView::SetWindowIcon(CefRefPtr<CefImage> window_icon) { in SetWindowIcon() function in CefWindowView
254 void CefWindowImpl::SetWindowIcon(CefRefPtr<CefImage> image) { in SetWindowIcon() function in CefWindowImpl
341 void CefWindowCToCpp::SetWindowIcon(CefRefPtr<CefImage> image) { in SetWindowIcon() function in CefWindowCToCpp
206 void (*SetWindowIcon) (_THIS, SDL_Window * window, SDL_Surface * icon); member