HomeSort by relevance Sort by last modified time
    Searched refs:hIcon (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/
icon_loader_win.cc 62 file_info.hIcon));
68 DestroyIcon(file_info.hIcon);
  /external/chromium_org/chrome/browser/ui/views/
elevation_icon_setter.cc 46 icon_info.hIcon,
48 DestroyIcon(icon_info.hIcon);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cpl.h 45 HICON hIcon;
56 HICON hIcon;
shellapi.h 67 SHSTDAPI_(INT) ShellAboutA(HWND hWnd,LPCSTR szApp,LPCSTR szOtherStuff,HICON hIcon);
68 SHSTDAPI_(INT) ShellAboutW(HWND hWnd,LPCWSTR szApp,LPCWSTR szOtherStuff,HICON hIcon);
69 SHSTDAPI_(HICON) DuplicateIcon(HINSTANCE hInst,HICON hIcon);
70 SHSTDAPI_(HICON) ExtractAssociatedIconA(HINSTANCE hInst,LPSTR lpIconPath,LPWORD lpiIcon);
71 SHSTDAPI_(HICON) ExtractAssociatedIconW(HINSTANCE hInst,LPWSTR lpIconPath,LPWORD lpiIcon);
73 SHSTDAPI_(HICON) ExtractAssociatedIconExA(HINSTANCE hInst,LPSTR lpIconPath,LPWORD lpiIconIndex,LPWORD lpiIconId)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_icon_win.cc 85 icon_data.hIcon = icon_.Get();
88 if (icon_data.hIcon)
102 icon_data.hIcon = icon_.Get();
142 icon_data.hIcon = balloon_icon_.Get();
  /external/chromium_org/base/win/
wrapped_window_proc.cc 42 HICON large_icon,
43 HICON small_icon,
51 class_out->hIcon = large_icon;
message_window.cc 47 window_class.hIcon = NULL;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
NativeWindowsSubWindow.cpp 33 wc.hIcon = NULL; // predefined app. icon
  /external/chromium_org/third_party/npapi/npspy/windows/
dirpick.cpp 54 static HICON hIconDrives[5];
55 static HICON hIconFolders[3];
300 HICON hIcon;
308 hIcon = hIconDrives[0];
311 hIcon = hIconDrives[1];
314 hIcon = hIconDrives[2];
317 hIcon = hIconDrives[3];
320 hIcon = hIconDrives[4];
331 hIcon = hIconFolders[0]
    [all...]
loggerw.cpp 74 wc.hIcon = LoadIcon(hInst, MAKEINTRESOURCE(IDI_ICON_APP));
  /external/chromium_org/content/test/plugin/
plugin_create_instance_in_paint.cc 34 wcex.hIcon = 0;
plugin_windowed_test.cc 53 wcex.hIcon = 0;
  /external/chromium_org/third_party/angle/tests/angle_tests/win32/
ANGLETest_win32.cpp 33 sWC.hIcon = NULL;
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
SkNativeGLContext_win.cpp 59 wc.hIcon = LoadIcon(NULL, IDI_APPLICATION);
  /external/skia/src/gpu/gl/win/
SkNativeGLContext_win.cpp 59 wc.hIcon = LoadIcon(NULL, IDI_APPLICATION);
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-gdi/
graw_gdi.c 92 wc.hIcon = LoadIcon(NULL, IDI_APPLICATION);
  /external/chromium_org/third_party/openssl/openssl/apps/
winrand.c 91 wndclass.hIcon = LoadIcon(NULL, IDI_APPLICATION);
  /external/mesa3d/src/gallium/targets/graw-gdi/
graw_gdi.c 92 wc.hIcon = LoadIcon(NULL, IDI_APPLICATION);
  /external/openssl/apps/
winrand.c 91 wndclass.hIcon = LoadIcon(NULL, IDI_APPLICATION);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10winmain.cpp 72 wcex.hIcon = 0;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11winmain.cpp 72 wcex.hIcon = 0;
  /external/chromium_org/third_party/skia/src/views/win/
skia_win.cpp 85 wcex.hIcon = NULL;
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_win.cc 157 wcx.hIcon = LoadIcon(NULL, IDI_APPLICATION);
  /external/deqp/framework/platform/win32/
tcuWin32Window.cpp 54 wndClass.hIcon = LoadIcon(NULL, IDI_APPLICATION);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10winmain.cpp 72 wcex.hIcon = 0;

Completed in 6175 milliseconds

1 2 3