HICON              63 base/win/scoped_gdi_object.h void inline ScopedGDIObject<HICON>::Close() {
HICON              72 base/win/scoped_gdi_object.h typedef ScopedGDIObject<HICON> ScopedHICON;
HICON              42 base/win/wrapped_window_proc.cc     HICON large_icon,
HICON              43 base/win/wrapped_window_proc.cc     HICON small_icon,
HICON              49 base/win/wrapped_window_proc.h     HICON large_icon,
HICON              50 base/win/wrapped_window_proc.h     HICON small_icon,
HICON              30 chrome/browser/app_icon_win.cc HICON GetAppIcon() {
HICON              14 chrome/browser/app_icon_win.h HICON GetAppIcon();
HICON              40 chrome/browser/task_manager/browser_process_resource_provider.cc     HICON icon = GetAppIcon();
HICON             159 chrome/browser/ui/views/chrome_views_delegate.cc HICON ChromeViewsDelegate::GetDefaultWindowIcon() const {
HICON              38 chrome/browser/ui/views/chrome_views_delegate.h   virtual HICON GetDefaultWindowIcon() const OVERRIDE;
HICON              38 chrome/browser/ui/views/frame/glass_browser_frame_view.cc HICON GlassBrowserFrameView::throbber_icons_[
HICON             529 chrome/browser/ui/views/frame/glass_browser_frame_view.cc     HICON frame_icon = NULL;
HICON             540 chrome/browser/ui/views/frame/glass_browser_frame_view.cc       frame_icon = reinterpret_cast<HICON>(GetClassLongPtr(
HICON             108 chrome/browser/ui/views/frame/glass_browser_frame_view.h   static HICON throbber_icons_[kThrobberIconCount];
HICON              44 chrome/browser/ui/views/frame/taskbar_decorator_win.cc   base::win::ScopedGDIObject<HICON> icon;
HICON             165 chrome/browser/ui/views/panels/panel_view.cc   HICON app_icon = reinterpret_cast<HICON>(
HICON              39 chrome/browser/ui/views/tab_icon_view.cc     HICON app_icon = GetAppIcon();
HICON             171 chrome/installer/util/html_dialog_impl.cc   HICON ico = ::LoadIcon(NULL, IDI_INFORMATION);
HICON              24 content/common/cursors/webcursor.h typedef struct HICON__* HICON;
HICON              25 content/common/cursors/webcursor.h typedef HICON HCURSOR;
HICON              54 third_party/npapi/npspy/windows/dirpick.cpp static HICON hIconDrives[5];
HICON              55 third_party/npapi/npspy/windows/dirpick.cpp static HICON hIconFolders[3];
HICON             300 third_party/npapi/npspy/windows/dirpick.cpp     HICON hIcon;
HICON            1570 third_party/wtl/include/atlcrack.h 		lResult = (LRESULT)func((UINT)wParam, (HICON)lParam); \
HICON             141 third_party/wtl/include/atlctrls.h 	HICON GetIcon() const
HICON             144 third_party/wtl/include/atlctrls.h 		return (HICON)::SendMessage(m_hWnd, STM_GETICON, 0, 0L);
HICON             147 third_party/wtl/include/atlctrls.h 	HICON SetIcon(HICON hIcon)
HICON             150 third_party/wtl/include/atlctrls.h 		return (HICON)::SendMessage(m_hWnd, STM_SETICON, (WPARAM)hIcon, 0L);
HICON             165 third_party/wtl/include/atlctrls.h 	HICON GetIcon() const
HICON             168 third_party/wtl/include/atlctrls.h 		return (HICON)::SendMessage(m_hWnd, STM_GETIMAGE, IMAGE_ICON, 0L);
HICON             171 third_party/wtl/include/atlctrls.h 	HICON SetIcon(HICON hIcon)
HICON             174 third_party/wtl/include/atlctrls.h 		return (HICON)::SendMessage(m_hWnd, STM_SETIMAGE, IMAGE_ICON, (LPARAM)hIcon);
HICON             273 third_party/wtl/include/atlctrls.h 	HICON GetIcon() const
HICON             276 third_party/wtl/include/atlctrls.h 		return (HICON)::SendMessage(m_hWnd, BM_GETIMAGE, IMAGE_ICON, 0L);
HICON             279 third_party/wtl/include/atlctrls.h 	HICON SetIcon(HICON hIcon)
HICON             282 third_party/wtl/include/atlctrls.h 		return (HICON)::SendMessage(m_hWnd, BM_SETIMAGE, IMAGE_ICON, (LPARAM)hIcon);
HICON            1916 third_party/wtl/include/atlctrls.h 	HICON GetIcon(int nIndex, UINT uFlags = ILD_NORMAL) const
HICON            2038 third_party/wtl/include/atlctrls.h 	int AddIcon(HICON hIcon)
HICON            2044 third_party/wtl/include/atlctrls.h 	int ReplaceIcon(int nImage, HICON hIcon)
HICON            2050 third_party/wtl/include/atlctrls.h 	HICON ExtractIcon(int nImage)
HICON            6201 third_party/wtl/include/atlctrls.h 	HICON GetIcon(int nPane) const
HICON            6205 third_party/wtl/include/atlctrls.h 		return (HICON)::SendMessage(m_hWnd, SB_GETICON, nPane, 0L);
HICON            6208 third_party/wtl/include/atlctrls.h 	BOOL SetIcon(int nPane, HICON hIcon)
HICON             730 third_party/wtl/include/atlctrlw.h 		HICON hIcon = ::LoadIcon(ModuleHelper::GetResourceInstance(), icon.m_lpstr);
HICON             736 third_party/wtl/include/atlctrlw.h 	BOOL AddIcon(HICON hIcon, UINT nCommandID)
HICON             804 third_party/wtl/include/atlctrlw.h 		HICON hIcon = ::LoadIcon(ModuleHelper::GetResourceInstance(), icon.m_lpstr);
HICON             810 third_party/wtl/include/atlctrlw.h 	BOOL ReplaceIcon(HICON hIcon, UINT nCommandID)
HICON            3276 third_party/wtl/include/atlctrlw.h 	HICON m_hIconChildMaximized;
HICON            3869 third_party/wtl/include/atlctrlw.h 		HICON hIconOld = m_hIconChildMaximized;
HICON            3885 third_party/wtl/include/atlctrlw.h 						m_hIconChildMaximized = (HICON)::GetClassLongPtr(wnd, GCLP_HICONSM);
HICON            3887 third_party/wtl/include/atlctrlw.h 						m_hIconChildMaximized = (HICON)LongToHandle(::GetClassLongPtr(wnd, GCLP_HICONSM));
HICON            2102 third_party/wtl/include/atlctrlx.h 	BOOL GetPaneIcon(int nPaneID, HICON& hIcon) const
HICON            2113 third_party/wtl/include/atlctrlx.h 	BOOL SetPaneIcon(int nPaneID, HICON hIcon)
HICON            5691 third_party/wtl/include/atldlgs.h 	void SetMainIcon(HICON hIcon)
HICON            5804 third_party/wtl/include/atldlgs.h 	void SetFooterIcon(HICON hIcon)
HICON            5903 third_party/wtl/include/atldlgs.h 	void SetMainIcon(HICON hIcon)
HICON            5950 third_party/wtl/include/atldlgs.h 	void SetFooterIcon(HICON hIcon)
HICON            6167 third_party/wtl/include/atldlgs.h 	void UpdateIcon(TASKDIALOG_ICON_ELEMENTS element, HICON hIcon)
HICON             133 third_party/wtl/include/atlframe.h 						m_wc.hIcon = (HICON)::LoadImage(ModuleHelper::GetResourceInstance(), MAKEINTRESOURCE(m_uCommonResourceID), IMAGE_ICON, 32, 32, LR_DEFAULTCOLOR);
HICON             134 third_party/wtl/include/atlframe.h 						m_wc.hIconSm = (HICON)::LoadImage(ModuleHelper::GetResourceInstance(), MAKEINTRESOURCE(m_uCommonResourceID), IMAGE_ICON, 16, 16, LR_DEFAULTCOLOR);
HICON             213 third_party/wtl/include/atlframe.h 						m_wc.hIcon = (HICON)::LoadImage(ModuleHelper::GetResourceInstance(), MAKEINTRESOURCE(m_uCommonResourceID), IMAGE_ICON, 32, 32, LR_DEFAULTCOLOR);
HICON            2073 third_party/wtl/include/atlgdi.h 	BOOL DrawIcon(int x, int y, HICON hIcon)
HICON            2083 third_party/wtl/include/atlgdi.h 	BOOL DrawIcon(POINT point, HICON hIcon)
HICON            2093 third_party/wtl/include/atlgdi.h 	BOOL DrawIconEx(int x, int y, HICON hIcon, int cxWidth, int cyWidth, UINT uStepIfAniCur = 0, HBRUSH hbrFlickerFreeDraw = NULL, UINT uFlags = DI_NORMAL)
HICON            2099 third_party/wtl/include/atlgdi.h 	BOOL DrawIconEx(POINT point, HICON hIcon, SIZE size, UINT uStepIfAniCur = 0, HBRUSH hbrFlickerFreeDraw = NULL, UINT uFlags = DI_NORMAL)
HICON            2112 third_party/wtl/include/atlgdi.h 	BOOL DrawState(POINT pt, SIZE size, HICON hIcon, UINT nFlags, HBRUSH hBrush = NULL)
HICON            3738 third_party/wtl/include/atlmisc.h inline HICON AtlLoadIcon(ATL::_U_STRINGorID icon)
HICON            3744 third_party/wtl/include/atlmisc.h inline HICON AtlLoadSysIcon(LPCTSTR lpIconName)
HICON            3768 third_party/wtl/include/atlmisc.h inline HICON AtlLoadIconImage(ATL::_U_STRINGorID icon, UINT fuLoad = LR_DEFAULTCOLOR | LR_DEFAULTSIZE, int cxDesired = 0, int cyDesired = 0)
HICON            3770 third_party/wtl/include/atlmisc.h 	return (HICON)::LoadImage(ModuleHelper::GetResourceInstance(), icon.m_lpstr, IMAGE_ICON, cxDesired, cyDesired, fuLoad);
HICON            3792 third_party/wtl/include/atlmisc.h inline HICON AtlLoadSysIconImage(ATL::_U_STRINGorID icon, UINT fuLoad = LR_DEFAULTCOLOR | LR_DEFAULTSIZE, int cxDesired = 0, int cyDesired = 0)
HICON            3799 third_party/wtl/include/atlmisc.h 	return (HICON)::LoadImage(NULL, icon.m_lpstr, IMAGE_ICON, cxDesired, cyDesired, fuLoad);
HICON             665 third_party/wtl/include/atluser.h 	HICON m_hIcon;
HICON             668 third_party/wtl/include/atluser.h 	CIconT(HICON hIcon = NULL) : m_hIcon(hIcon)
HICON             677 third_party/wtl/include/atluser.h 	CIconT<t_bManaged>& operator =(HICON hIcon)
HICON             683 third_party/wtl/include/atluser.h 	void Attach(HICON hIcon)
HICON             690 third_party/wtl/include/atluser.h 	HICON Detach()
HICON             692 third_party/wtl/include/atluser.h 		HICON hIcon = m_hIcon;
HICON             697 third_party/wtl/include/atluser.h 	operator HICON() const { return m_hIcon; }
HICON             702 third_party/wtl/include/atluser.h 	HICON LoadIcon(ATL::_U_STRINGorID icon)
HICON             709 third_party/wtl/include/atluser.h 	HICON LoadIcon(ATL::_U_STRINGorID icon, int cxDesired, int cyDesired, UINT fuLoad = 0)
HICON             712 third_party/wtl/include/atluser.h 		m_hIcon = (HICON) ::LoadImage(ModuleHelper::GetResourceInstance(), icon.m_lpstr, IMAGE_ICON, cxDesired, cyDesired, fuLoad);
HICON             717 third_party/wtl/include/atluser.h 	HICON LoadOEMIcon(LPCTSTR lpstrIconName)
HICON             725 third_party/wtl/include/atluser.h 	HICON CreateIcon(int nWidth, int nHeight, BYTE cPlanes, BYTE cBitsPixel, CONST BYTE* lpbANDbits, CONST BYTE *lpbXORbits)
HICON             734 third_party/wtl/include/atluser.h 	HICON CreateIconFromResource(PBYTE pBits, DWORD dwResSize, DWORD dwVersion = 0x00030000)
HICON             742 third_party/wtl/include/atluser.h 	HICON CreateIconFromResourceEx(PBYTE pbBits, DWORD cbBits, DWORD dwVersion = 0x00030000, int cxDesired = 0, int cyDesired = 0, UINT uFlags = LR_DEFAULTCOLOR)
HICON             752 third_party/wtl/include/atluser.h 	HICON CreateIconIndirect(PICONINFO pIconInfo)
HICON             761 third_party/wtl/include/atluser.h 	HICON ExtractIcon(LPCTSTR lpszExeFileName, UINT nIconIndex)
HICON             769 third_party/wtl/include/atluser.h 	HICON ExtractAssociatedIcon(HINSTANCE hInst, LPTSTR lpIconPath, LPWORD lpiIcon)
HICON             790 third_party/wtl/include/atluser.h 	HICON CopyIcon()
HICON             796 third_party/wtl/include/atluser.h 	HICON DuplicateIcon()
HICON            1051 third_party/wtl/include/atluser.h 		return (HCURSOR)::CopyIcon((HICON)m_hCursor);
HICON              18 ui/base/cursor/cursor.h typedef struct HICON__* HICON;
HICON              19 ui/base/cursor/cursor.h typedef HICON HCURSOR;
HICON             100 ui/base/resource/resource_bundle_win.cc HICON LoadThemeIconFromResourcesDataDLL(int icon_id) {
HICON              22 ui/base/resource/resource_bundle_win.h UI_BASE_EXPORT HICON LoadThemeIconFromResourcesDataDLL(int icon_id);
HICON             165 ui/gfx/icon_util.cc HICON IconUtil::CreateHICONFromSkBitmap(const SkBitmap& bitmap) {
HICON             224 ui/gfx/icon_util.cc   HICON icon = ::CreateIconIndirect(&icon_info);
HICON             230 ui/gfx/icon_util.cc SkBitmap* IconUtil::CreateSkBitmapFromHICON(HICON icon, const gfx::Size& s) {
HICON             249 ui/gfx/icon_util.cc     HICON icon_handle =
HICON             250 ui/gfx/icon_util.cc         static_cast<HICON>(LoadImage(module, MAKEINTRESOURCE(resource_id),
HICON             298 ui/gfx/icon_util.cc SkBitmap* IconUtil::CreateSkBitmapFromHICON(HICON icon) {
HICON             316 ui/gfx/icon_util.cc HICON IconUtil::CreateCursorFromDIB(const gfx::Size& icon_size,
HICON             366 ui/gfx/icon_util.cc SkBitmap IconUtil::CreateSkBitmapFromHICONHelper(HICON icon,
HICON              85 ui/gfx/icon_util.h   static HICON CreateHICONFromSkBitmap(const SkBitmap& bitmap);
HICON              96 ui/gfx/icon_util.h   static SkBitmap* CreateSkBitmapFromHICON(HICON icon, const gfx::Size& s);
HICON             113 ui/gfx/icon_util.h   static SkBitmap* CreateSkBitmapFromHICON(HICON icon);
HICON             134 ui/gfx/icon_util.h   static HICON CreateCursorFromDIB(const gfx::Size& icon_size,
HICON             265 ui/gfx/icon_util.h   static SkBitmap CreateSkBitmapFromHICONHelper(HICON icon,
HICON              41 ui/gfx/icon_util_unittest.cc   HICON LoadIconFromFile(const base::FilePath& filename,
HICON              43 ui/gfx/icon_util_unittest.cc     HICON icon = static_cast<HICON>(LoadImage(NULL,
HICON              87 ui/gfx/icon_util_unittest.cc   HICON icon = LoadIconFromFile(icon_filename, kSmallIconWidth,
HICON              89 ui/gfx/icon_util_unittest.cc   EXPECT_NE(static_cast<HICON>(NULL), icon);
HICON             145 ui/gfx/icon_util_unittest.cc   HICON icon = LoadIconFromFile(icon_filename,
HICON             169 ui/gfx/icon_util_unittest.cc   HICON icon = NULL;
HICON             177 ui/gfx/icon_util_unittest.cc   EXPECT_EQ(icon, static_cast<HICON>(NULL));
HICON             184 ui/gfx/icon_util_unittest.cc   EXPECT_EQ(icon, static_cast<HICON>(NULL));
HICON             277 ui/gfx/icon_util_unittest.cc   HICON small_icon = LoadIconFromFile(small_icon_filename,
HICON             280 ui/gfx/icon_util_unittest.cc   ASSERT_NE(small_icon, static_cast<HICON>(NULL));
HICON             291 ui/gfx/icon_util_unittest.cc   HICON large_icon = LoadIconFromFile(large_icon_filename,
HICON             294 ui/gfx/icon_util_unittest.cc   ASSERT_NE(large_icon, static_cast<HICON>(NULL));
HICON             308 ui/gfx/icon_util_unittest.cc   HICON icon = IconUtil::CreateHICONFromSkBitmap(bitmap);
HICON             309 ui/gfx/icon_util_unittest.cc   EXPECT_NE(icon, static_cast<HICON>(NULL));
HICON            1497 ui/gfx/win/msg_util.h     lResult = (LRESULT)func((UINT)wParam, (HICON)lParam); \
HICON              34 ui/gfx/win/window_impl.cc   HICON icon;
HICON              36 ui/gfx/win/window_impl.cc   ClassInfo(int style, HICON icon)
HICON             222 ui/gfx/win/window_impl.cc HICON WindowImpl::GetDefaultWindowIcon() const {
HICON             271 ui/gfx/win/window_impl.cc   HICON icon = GetDefaultWindowIcon();
HICON              48 ui/gfx/win/window_impl.h   virtual HICON GetDefaultWindowIcon() const;
HICON              54 ui/views/test/test_views_delegate.h   virtual HICON GetDefaultWindowIcon() const OVERRIDE {
HICON              91 ui/views/views_delegate.h   virtual HICON GetDefaultWindowIcon() const = 0;
HICON             850 ui/views/win/hwnd_message_handler.cc     HICON windows_icon = IconUtil::CreateHICONFromSkBitmap(
HICON             854 ui/views/win/hwnd_message_handler.cc     HICON old_icon = reinterpret_cast<HICON>(
HICON             861 ui/views/win/hwnd_message_handler.cc     HICON windows_icon = IconUtil::CreateHICONFromSkBitmap(*app_icon.bitmap());
HICON             862 ui/views/win/hwnd_message_handler.cc     HICON old_icon = reinterpret_cast<HICON>(
HICON             880 ui/views/win/hwnd_message_handler.cc HICON HWNDMessageHandler::GetDefaultWindowIcon() const {
HICON            1985 ui/views/win/hwnd_message_handler.cc LRESULT HWNDMessageHandler::OnSetIcon(UINT size_type, HICON new_icon) {
HICON             208 ui/views/win/hwnd_message_handler.h   virtual HICON GetDefaultWindowIcon() const OVERRIDE;
HICON             436 ui/views/win/hwnd_message_handler.h   LRESULT OnSetIcon(UINT size_type, HICON new_icon);