/third_party/flutter/engine/flutter/shell/platform/windows/client_wrapper/testing/ |
D | stub_flutter_windows_api.h | 60 virtual void SetWindowIcon(uint8_t* pixel_data, int width, int height) {} in SetWindowIcon() function
|
D | stub_flutter_windows_api.cc | 92 s_stub_implementation->SetWindowIcon(pixel_data, width, height); in FlutterDesktopSetWindowIcon()
|
/third_party/flutter/engine/flutter/shell/platform/glfw/client_wrapper/testing/ |
D | stub_flutter_glfw_api.h | 60 virtual void SetWindowIcon(uint8_t* pixel_data, int width, int height) {} in SetWindowIcon() function
|
D | stub_flutter_glfw_api.cc | 92 s_stub_implementation->SetWindowIcon(pixel_data, width, height); in FlutterDesktopWindowSetIcon()
|
/third_party/cef/include/views/ |
D | cef_window.h | 192 virtual void SetWindowIcon(CefRefPtr<CefImage> image) = 0;
|
/third_party/cef/libcef/browser/views/ |
D | window_view.h | 94 void SetWindowIcon(CefRefPtr<CefImage> window_icon);
|
D | window_impl.h | 60 void SetWindowIcon(CefRefPtr<CefImage> image) override;
|
D | window_impl.cc | 271 void CefWindowImpl::SetWindowIcon(CefRefPtr<CefImage> image) { in SetWindowIcon() function in CefWindowImpl 274 root_view()->SetWindowIcon(image); in SetWindowIcon()
|
D | window_view.cc | 514 void CefWindowView::SetWindowIcon(CefRefPtr<CefImage> window_icon) { in SetWindowIcon() function in CefWindowView
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/ |
D | SDL_bvideo.cc | 74 device->SetWindowIcon = BE_SetWindowIcon; in BE_CreateDevice()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/ |
D | SDL_pspvideo.c | 119 device->SetWindowIcon = PSP_SetWindowIcon; in PSP_Create()
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | window_ctocpp.h | 57 void SetWindowIcon(CefRefPtr<CefImage> image) override;
|
D | window_ctocpp.cc | 342 void CefWindowCToCpp::SetWindowIcon(CefRefPtr<CefImage> image) { in SetWindowIcon() function in CefWindowCToCpp
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/raspberry/ |
D | SDL_rpivideo.c | 106 device->SetWindowIcon = RPI_SetWindowIcon; in RPI_Create()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/ |
D | SDL_DirectFB_video.c | 121 device->SetWindowIcon = DirectFB_SetWindowIcon; in DirectFB_CreateDevice()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_sysvideo.h | 206 void (*SetWindowIcon) (_THIS, SDL_Window * window, SDL_Surface * icon); member
|
D | SDL_video.c | 1573 if (_this->SetWindowIcon && window->icon) { in SDL_RecreateWindow() 1574 _this->SetWindowIcon(_this, window, window->icon); in SDL_RecreateWindow() 1660 if (_this->SetWindowIcon) { in SDL_SetWindowIcon() 1661 _this->SetWindowIcon(_this, window, window->icon); in SDL_SetWindowIcon()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/ |
D | SDL_mirvideo.c | 186 device->SetWindowIcon = NULL; in MIR_CreateDevice()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
D | SDL_cocoavideo.m | 86 device->SetWindowIcon = Cocoa_SetWindowIcon;
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsvideo.c | 137 device->SetWindowIcon = WIN_SetWindowIcon; in WIN_CreateDevice()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11video.c | 234 device->SetWindowIcon = X11_SetWindowIcon; in X11_CreateDevice()
|
/third_party/cef/tests/ceftests/views/ |
D | window_unittest.cc | 372 window->SetWindowIcon(image); in RunWindowIcon()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/pandora/ |
D | SDL_pandora.c | 108 device->SetWindowIcon = PND_setwindowicon; in PND_create()
|
/third_party/cef/tests/cefclient/browser/ |
D | views_window.cc | 215 window_->SetWindowIcon(image); in SetFavicon()
|
/third_party/cef/libcef_dll/cpptoc/views/ |
D | window_cpptoc.cc | 364 CefWindowCppToC::Get(self)->SetWindowIcon(CefImageCppToC::Unwrap(image)); in window_set_window_icon()
|