Home
last modified time | relevance | path

Searched defs:SetWindowIcon (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/windows/client_wrapper/testing/
Dstub_flutter_windows_api.h60 virtual void SetWindowIcon(uint8_t* pixel_data, int width, int height) {} in SetWindowIcon() function
/third_party/flutter/engine/flutter/shell/platform/glfw/client_wrapper/testing/
Dstub_flutter_glfw_api.h60 virtual void SetWindowIcon(uint8_t* pixel_data, int width, int height) {} in SetWindowIcon() function
/third_party/cef/libcef/browser/views/
Dwindow_view.cc514 void CefWindowView::SetWindowIcon(CefRefPtr<CefImage> window_icon) { in SetWindowIcon() function in CefWindowView
Dwindow_impl.cc271 void CefWindowImpl::SetWindowIcon(CefRefPtr<CefImage> image) { in SetWindowIcon() function in CefWindowImpl
/third_party/cef/libcef_dll/ctocpp/views/
Dwindow_ctocpp.cc342 void CefWindowCToCpp::SetWindowIcon(CefRefPtr<CefImage> image) { in SetWindowIcon() function in CefWindowCToCpp
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h206 void (*SetWindowIcon) (_THIS, SDL_Window * window, SDL_Surface * icon); member