HomeSort by relevance Sort by last modified time
    Searched refs:HICON (Results 26 - 50 of 76) sorted by null

12 3 4

  /external/chromium_org/chrome/browser/ui/views/frame/
glass_browser_frame_view.h 108 static HICON throbber_icons_[kThrobberIconCount];
taskbar_decorator_win.cc 41 base::win::ScopedGDIObject<HICON> icon;
glass_browser_frame_view.cc 39 HICON GlassBrowserFrameView::throbber_icons_[
534 HICON frame_icon = NULL;
545 frame_icon = reinterpret_cast<HICON>(GetClassLongPtr(
  /external/chromium_org/ui/views/
views_delegate.h 97 virtual HICON GetDefaultWindowIcon() const;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mobsync.h 113 HICON hIcon;
330 HICON hIcon;
507 HICON hIKeepBoth;
508 HICON hIKeepLocal;
509 HICON hIKeepNetwork;
523 HICON hIKeepBoth;
524 HICON hIKeepLocal;
525 HICON hIKeepNetwork
    [all...]
windef.h 207 DECLARE_HANDLE(HICON);
225 typedef HICON HCURSOR;
prsht.h 95 HICON hIcon; LPCSTR pszIcon; \
110 HICON hIcon; LPCWSTR pszIcon; \
241 HICON hIcon;
274 HICON hIcon;
dsclient.h 154 STDMETHOD_(HICON,GetIcon)(THIS_ LPCWSTR pszObjectClass,DWORD dwFlags,INT cxIcon,INT cyIcon) PURE;
271 STDAPI_(HICON) DsGetIcon(DWORD dwFlags,LPWSTR pszObjectClass,INT cxImage,INT cyImage);
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...]
cmnquery.h 25 HICON hIcon;
dsadmin.h 48 HICON hObjClassIcon;
compstui.h 901 HICON hIcon;
    [all...]
olectl.h 108 HICON hicon; member in struct:tagPICTDESC::__anon50194::__anon50197
280 WINOLECTLAPI_(HCURSOR) OleIconToCursor(HINSTANCE hinstExe,HICON hIcon);
winscard.h 268 HICON hIcon;
289 HICON hIcon;
  /external/chromium_org/chrome/browser/ui/views/
tab_icon_view.cc 39 HICON app_icon = GetAppIcon();
  /external/chromium_org/chrome/installer/util/
html_dialog_impl.cc 171 HICON ico = ::LoadIcon(NULL, IDI_INFORMATION);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 77 HICON = HANDLE
173 'HGDIOBJ', 'HGLOBAL', 'HHOOK', 'HICON', 'HINSTANCE', 'HKEY',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 77 HICON = HANDLE
173 'HGDIOBJ', 'HGLOBAL', 'HHOOK', 'HICON', 'HINSTANCE', 'HKEY',
  /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...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusBitmap.h 726 IN HICON hicon
731 lastResult = DllExports::GdipCreateBitmapFromHICON(hicon, &bitmap);
803 IN HICON hicon
806 return new Bitmap(hicon);
831 OUT HICON* hiconReturn
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h 165 static Bitmap* FromHICON(HICON icon);
181 Bitmap(HICON hicon);
220 Status GetHICON(HICON *icon) const;
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 213 virtual HICON GetDefaultWindowIcon() const OVERRIDE;
443 LRESULT OnSetIcon(UINT size_type, HICON new_icon);
hwnd_message_handler.cc 861 HICON windows_icon = IconUtil::CreateHICONFromSkBitmap(
865 HICON old_icon = reinterpret_cast<HICON>(
872 HICON windows_icon = IconUtil::CreateHICONFromSkBitmap(*app_icon.bitmap());
873 HICON old_icon = reinterpret_cast<HICON>(
891 HICON HWNDMessageHandler::GetDefaultWindowIcon() const {
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
WinTestDlg.h 136 HICON m_hIcon;
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_syswm.c 42 HICON screen_icn = NULL;

Completed in 1751 milliseconds

12 3 4