/external/chromium_org/base/win/ |
scoped_gdi_object.h | 60 // An explicit specialization for HICON because we have to call DestroyIcon() 61 // instead of DeleteObject() for HICON. 63 void inline ScopedGDIObject<HICON>::Close() { 72 typedef ScopedGDIObject<HICON> ScopedHICON;
|
wrapped_window_proc.cc | 42 HICON large_icon, 43 HICON small_icon, 51 class_out->hIcon = large_icon;
|
wrapped_window_proc.h | 49 HICON large_icon, 50 HICON small_icon,
|
/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...] |
prsht.h | 95 HICON hIcon; LPCSTR pszIcon; \ 110 HICON hIcon; LPCWSTR pszIcon; \ 241 HICON hIcon; 274 HICON hIcon;
|
commoncontrols.h | 64 virtual HRESULT WINAPI ReplaceIcon(int i,HICON hicon,int *pi) = 0; 70 virtual HRESULT WINAPI GetIcon(int i,UINT flags,HICON *picon) = 0; 100 HRESULT (WINAPI *ReplaceIcon)(IImageList *This,int i,HICON hicon,int *pi); 106 HRESULT (WINAPI *GetIcon)(IImageList *This,int i,UINT flags,HICON *picon); 138 #define IImageList_ReplaceIcon(This,i,hicon,pi) (This)->lpVtbl->ReplaceIcon(This,i,hicon,pi) 170 HRESULT WINAPI IImageList_ReplaceIcon_Proxy(IImageList *This,int i,HICON hicon,int *pi) [all...] |
wiadevd.h | 36 STDMETHOD(GetDeviceIcon)(THIS_ BSTR bstrDeviceId,HICON *phIcon,ULONG nSize) PURE;
|
cmnquery.h | 25 HICON hIcon;
|
/external/chromium_org/chrome/browser/ |
app_icon_win.h | 14 HICON GetAppIcon();
|
app_icon_win.cc | 30 HICON GetAppIcon() {
|
icon_loader_win.cc | 62 file_info.hIcon)); 68 DestroyIcon(file_info.hIcon);
|
/external/chromium_org/ui/base/resource/ |
resource_bundle_win.h | 22 UI_BASE_EXPORT HICON LoadThemeIconFromResourcesDataDLL(int icon_id);
|
/external/chromium_org/ui/gfx/ |
icon_util_unittest.cc | 40 // function loads the icon and returns an HICON handle. 41 HICON LoadIconFromFile(const base::FilePath& filename, 43 HICON icon = static_cast<HICON>(LoadImage(NULL, 87 HICON icon = LoadIconFromFile(icon_filename, kSmallIconWidth, 89 EXPECT_NE(static_cast<HICON>(NULL), icon); 145 HICON icon = LoadIconFromFile(icon_filename, 169 HICON icon = NULL; 177 EXPECT_EQ(icon, static_cast<HICON>(NULL)); 184 EXPECT_EQ(icon, static_cast<HICON>(NULL)) [all...] |
icon_util.h | 32 // The class interface contains methods for converting an HICON handle into an 45 // // Convert the bitmap into a Windows HICON 46 // HICON icon = IconUtil::CreateHICONFromSkBitmap(bitmap); 80 // icon and returns the corresponding HICON handle. If the function cannot 85 static HICON CreateHICONFromSkBitmap(const SkBitmap& bitmap); 87 // Given a valid HICON handle representing an icon, this function converts 96 static SkBitmap* CreateSkBitmapFromHICON(HICON icon, const gfx::Size& s); 106 // Given a valid HICON handle representing an icon, this function converts 108 // dimensions of HICON. If the function cannot convert the icon to a bitmap 113 static SkBitmap* CreateSkBitmapFromHICON(HICON icon) [all...] |
/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...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_funcptr.py | 52 HICON = c_int 62 ("hIcon", HICON),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_funcptr.py | 52 HICON = c_int 62 ("hIcon", HICON),
|
/external/chromium_org/chrome/browser/ui/views/ |
elevation_icon_setter.cc | 46 icon_info.hIcon, 48 DestroyIcon(icon_info.hIcon);
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebCursorInfo.h | 42 typedef struct HICON__* HICON; 43 typedef HICON HCURSOR;
|
/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/third_party/angle/tests/angle_tests/win32/ |
ANGLETest_win32.cpp | 33 sWC.hIcon = NULL;
|
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
SDL_syswm_c.h | 27 extern HICON screen_icn;
|
/external/chromium_org/ui/base/cursor/ |
cursor.h | 18 typedef struct HICON__* HICON; 19 typedef HICON HCURSOR;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/ |
wintypes.py | 77 HICON = HANDLE 173 'HGDIOBJ', 'HGLOBAL', 'HHOOK', 'HICON', 'HINSTANCE', 'HKEY',
|