WORD               31 base/file_version_info_win.cc   WORD language;
WORD               32 base/file_version_info_win.cc   WORD code_page;
WORD              150 base/file_version_info_win.cc   WORD lang_codepage[8];
WORD              168 base/file_version_info_win.cc     WORD language = lang_codepage[i++];
WORD              169 base/file_version_info_win.cc     WORD code_page = lang_codepage[i++];
WORD               97 base/win/pe_image.cc WORD PEImage::GetNumSections() const {
WORD              158 base/win/pe_image.cc   WORD ordinal = 0;
WORD              190 base/win/pe_image.cc bool PEImage::GetProcOrdinal(LPCSTR function_name, WORD *ordinal) const {
WORD              234 base/win/pe_image.cc     *ordinal = ordinals[lower - names] + static_cast<WORD>(exports->Base);
WORD              322 base/win/pe_image.cc         sizeof(WORD);
WORD              325 base/win/pe_image.cc       WORD type = *reloc >> 12;
WORD              370 base/win/pe_image.cc     WORD ordinal = 0;
WORD              371 base/win/pe_image.cc     WORD hint = 0;
WORD              374 base/win/pe_image.cc       ordinal = static_cast<WORD>(IMAGE_ORDINAL32(name_table->u1.Ordinal));
WORD              463 base/win/pe_image.cc     WORD ordinal = 0;
WORD              464 base/win/pe_image.cc     WORD hint = 0;
WORD              467 base/win/pe_image.cc       ordinal = static_cast<WORD>(IMAGE_ORDINAL32(name_table->u1.Ordinal));
WORD               79 base/win/pe_image.h   typedef bool (*EnumRelocsFunction)(const PEImage &image, WORD type,
WORD               97 base/win/pe_image.h   static WORD ToOrdinal(LPCSTR name);
WORD              106 base/win/pe_image.h   WORD GetNumSections() const;
WORD              153 base/win/pe_image.h   bool GetProcOrdinal(LPCSTR function_name, WORD *ordinal) const;
WORD              247 base/win/pe_image.h inline WORD PEImage::ToOrdinal(LPCSTR name) {
WORD              248 base/win/pe_image.h   return reinterpret_cast<WORD>(name);
WORD               53 base/win/pe_image_unittest.cc                     WORD type,
WORD              257 base/win/pe_image_unittest.cc   WORD ordinal;
WORD               56 base/win/scoped_variant_unittest.cc   STDMETHOD(Invoke)(DISPID, REFIID, LCID, WORD, DISPPARAMS*, VARIANT*,
WORD              285 chrome/browser/printing/printing_layout_browsertest.cc   WORD print_button_id = LOWORD(res);
WORD              207 chrome/browser/safe_browsing/pe_image_reader_win.cc   const WORD* optional_header_magic = NULL;
WORD               15 chrome/browser/safe_browsing/pe_image_reader_win_unittest.cc   WORD machine_identifier;
WORD               16 chrome/browser/safe_browsing/pe_image_reader_win_unittest.cc   WORD optional_header_size;
WORD              123 chrome/installer/test/alternate_version_generator.cc   WORD major() const { return static_cast<WORD>(version_ >> 48); }
WORD              124 chrome/installer/test/alternate_version_generator.cc   WORD minor() const { return static_cast<WORD>(version_ >> 32); }
WORD              125 chrome/installer/test/alternate_version_generator.cc   WORD build() const { return static_cast<WORD>(version_ >> 16); }
WORD              126 chrome/installer/test/alternate_version_generator.cc   WORD patch() const { return static_cast<WORD>(version_); }
WORD              248 chrome/installer/test/alternate_version_generator.cc       pe_file_loader.Load(VS_VERSION_INFO, reinterpret_cast<WORD>(RT_VERSION),
WORD               66 chrome/installer/test/pe_image_resources.cc           scan->NameOffset + sizeof(WORD) +
WORD               27 chrome/installer/test/pe_image_resources.h   explicit EntryId(WORD number) : number_(number) { }
WORD               32 chrome/installer/test/pe_image_resources.h   WORD number() const { return number_; }
WORD               36 chrome/installer/test/pe_image_resources.h   WORD number_;
WORD               81 chrome/installer/test/resource_loader.cc bool ResourceLoader::Load(WORD id,
WORD               82 chrome/installer/test/resource_loader.cc                           WORD type,
WORD               41 chrome/installer/test/resource_loader.h   bool Load(WORD id, WORD type, std::pair<const uint8*, DWORD>* resource_data);
WORD               39 chrome/installer/test/resource_updater.cc                              WORD language_id,
WORD               35 chrome/installer/test/resource_updater.h               WORD language_id, const base::FilePath& input_file);
WORD               17 net/base/winsock_init.cc     WORD winsock_ver = MAKEWORD(2, 2);
WORD               41 printing/backend/print_backend_win.cc                               WORD id,
WORD               77 printing/backend/print_backend_win.cc   std::vector<WORD> ids;
WORD              121 remoting/base/dispatch_win.h                WORD flags,
WORD              165 remoting/base/dispatch_win.h                WORD flags,
WORD              217 remoting/base/dispatch_win.h                WORD flags,
WORD              274 remoting/base/dispatch_win.h                WORD flags,
WORD              336 remoting/base/dispatch_win.h                WORD flags,
WORD              403 remoting/base/dispatch_win.h                WORD flags,
WORD              476 remoting/base/dispatch_win.h                WORD flags,
WORD              554 remoting/base/dispatch_win.h                WORD flags,
WORD               46 remoting/host/host_event_logger_win.cc   void LogString(WORD type, DWORD event_id, const std::string& string);
WORD               47 remoting/host/host_event_logger_win.cc   void Log(WORD type, DWORD event_id, const std::vector<std::string>& strings);
WORD              114 remoting/host/host_event_logger_win.cc void HostEventLoggerWin::Log(WORD type,
WORD              134 remoting/host/host_event_logger_win.cc                     static_cast<WORD>(raw_strings.size()),
WORD              142 remoting/host/host_event_logger_win.cc void HostEventLoggerWin::LogString(WORD type,
WORD               72 third_party/harfbuzz-ng/src/hb-uniscribe.cc   WORD *pwLogClust,
WORD               74 third_party/harfbuzz-ng/src/hb-uniscribe.cc   WORD *pwOutGlyphs,
WORD               89 third_party/harfbuzz-ng/src/hb-uniscribe.cc   WORD *pwLogClust,
WORD               92 third_party/harfbuzz-ng/src/hb-uniscribe.cc   const WORD *pwGlyphs,
WORD              139 third_party/harfbuzz-ng/src/hb-uniscribe.cc   WORD *pwLogClust,
WORD              141 third_party/harfbuzz-ng/src/hb-uniscribe.cc   WORD *pwOutGlyphs,
WORD              170 third_party/harfbuzz-ng/src/hb-uniscribe.cc   WORD *pwLogClust,
WORD              173 third_party/harfbuzz-ng/src/hb-uniscribe.cc   const WORD *pwGlyphs,
WORD              762 third_party/harfbuzz-ng/src/hb-uniscribe.cc   ALLOCATE_ARRAY (WORD, log_clusters, chars_len);
WORD              782 third_party/harfbuzz-ng/src/hb-uniscribe.cc 			   / (sizeof (WORD) +
WORD              788 third_party/harfbuzz-ng/src/hb-uniscribe.cc   ALLOCATE_ARRAY (WORD, glyphs, glyphs_size);
WORD             1614 third_party/libevent/test/regress.c 	WORD wVersionRequested;
WORD              728 third_party/libusb/src/libusb/os/wince_usb.c 			WORD wStatus = 0;
WORD              120 third_party/npapi/npspy/include/xp.h   #ifndef WORD
WORD              252 third_party/wtl/include/atlapp.h   #define MAKEINTATOM(i)  (LPTSTR)((ULONG_PTR)((WORD)(i)))
WORD             1392 third_party/wtl/include/atlapp.h 		WORD wMenu, wClass, wTitle;
WORD             1299 third_party/wtl/include/atlctrls.h 		*(LPWORD)lpszBuffer = (WORD)nMaxLength;
WORD             1646 third_party/wtl/include/atlctrls.h 	LRESULT OnEditClear(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
WORD             1653 third_party/wtl/include/atlctrls.h 	LRESULT OnEditClearAll(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
WORD             1661 third_party/wtl/include/atlctrls.h 	LRESULT OnEditCopy(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
WORD             1668 third_party/wtl/include/atlctrls.h 	LRESULT OnEditCut(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
WORD             1675 third_party/wtl/include/atlctrls.h 	LRESULT OnEditPaste(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
WORD             1682 third_party/wtl/include/atlctrls.h 	LRESULT OnEditSelectAll(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
WORD             1689 third_party/wtl/include/atlctrls.h 	LRESULT OnEditUndo(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
WORD             3574 third_party/wtl/include/atlctrls.h 	BOOL GetNextItemIndex(PLVITEMINDEX pItemIndex, WORD wFlags) const
WORD             5566 third_party/wtl/include/atlctrls.h 	                   int iImage, WORD cx, int iCommand, DWORD_PTR lParam)
WORD             7110 third_party/wtl/include/atlctrls.h 	void GetHotKey(WORD &wVirtualKeyCode, WORD &wModifiers) const
WORD             7118 third_party/wtl/include/atlctrls.h 	void SetHotKey(WORD wVirtualKeyCode, WORD wModifiers)
WORD             7124 third_party/wtl/include/atlctrls.h 	void SetRules(WORD wInvalidComb, WORD wModifiers)
WORD             7293 third_party/wtl/include/atlctrls.h 	DWORD SetOptions(WORD wOperation, DWORD dwOptions)
WORD             7309 third_party/wtl/include/atlctrls.h 		*(LPWORD)lpszBuffer = (WORD)nMaxLength;
WORD             7478 third_party/wtl/include/atlctrls.h 	WORD GetSelectionType() const
WORD             7481 third_party/wtl/include/atlctrls.h 		return (WORD)::SendMessage(m_hWnd, EM_SELECTIONTYPE, 0, 0L);
WORD             7496 third_party/wtl/include/atlctrls.h 	BOOL SetCharFormat(CHARFORMAT& cf, WORD wFlags)
WORD             7610 third_party/wtl/include/atlctrls.h 	BOOL SetCharFormat(CHARFORMAT2& cf, WORD wFlags)
WORD             8109 third_party/wtl/include/atlctrls.h 	LRESULT OnEditRedo(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
WORD             9493 third_party/wtl/include/atlctrls.h 	void SetRange(int nField, WORD wRange)
WORD             9869 third_party/wtl/include/atlctrls.h 	HMENU GetMenu(WORD wButton) const
WORD             9894 third_party/wtl/include/atlctrls.h 	BOOL DrawMenuBar(WORD wButton)
WORD             9930 third_party/wtl/include/atlctrls.h 	HWND InsertComboBox(int nWidth, UINT dwStyle, WORD wComboBoxID, WORD wButton)
WORD             9936 third_party/wtl/include/atlctrls.h 	BOOL InsertMenubar(WORD wMenuID, WORD wButton)
WORD             9942 third_party/wtl/include/atlctrls.h 	BOOL InsertMenubarEx(ATL::_U_STRINGorID menu, WORD wButton)
WORD              222 third_party/wtl/include/atlctrlw.h 		WORD wVersion;
WORD              223 third_party/wtl/include/atlctrlw.h 		WORD wWidth;
WORD              224 third_party/wtl/include/atlctrlw.h 		WORD wHeight;
WORD              225 third_party/wtl/include/atlctrlw.h 		WORD wItemCount;
WORD              228 third_party/wtl/include/atlctrlw.h 		WORD* items()
WORD              229 third_party/wtl/include/atlctrlw.h 			{ return (WORD*)(this+1); }
WORD              254 third_party/wtl/include/atlctrlw.h 	ATL::CSimpleValArray<WORD> m_arrCommand;
WORD              616 third_party/wtl/include/atlctrlw.h 		WORD* pItems = pData->items();
WORD              643 third_party/wtl/include/atlctrlw.h 			bmp.LoadMappedBitmap(nIDImage, (WORD)nFlags, lpColorMap, nMapSize);
WORD              715 third_party/wtl/include/atlctrlw.h 		BOOL bRet = m_arrCommand.Add((WORD)nCommandID);
WORD              750 third_party/wtl/include/atlctrlw.h 		BOOL bRet = m_arrCommand.Add((WORD)nCommandID);
WORD             1270 third_party/wtl/include/atlctrlw.h 				WORD nID = (WORD)menu.GetMenuItemID(i);
WORD             1474 third_party/wtl/include/atlctrlw.h 			WORD wMnem = 0;
WORD             1502 third_party/wtl/include/atlctrlw.h 									wMnem = (WORD)i;
WORD             2129 third_party/wtl/include/atlctrlw.h 			if(LOWORD(lpDrawItemStruct->itemID) == (WORD)-1)
WORD             2263 third_party/wtl/include/atlctrlw.h 			if(LOWORD(lpDrawItemStruct->itemID) == (WORD)-1)
WORD             2822 third_party/wtl/include/atlctrlx.h 	ATL::CSimpleArray<WORD> m_arrColSortType;
WORD             2910 third_party/wtl/include/atlctrlx.h 	void SetColumnSortType(int iCol, WORD wType)
WORD             2917 third_party/wtl/include/atlctrlx.h 	WORD GetColumnSortType(int iCol) const
WORD             2958 third_party/wtl/include/atlctrlx.h 		WORD wType = m_arrColSortType[iCol];
WORD             3509 third_party/wtl/include/atlctrlx.h 		WORD wType = 0;
WORD             2371 third_party/wtl/include/atldlgs.h 	LRESULT OnPrintSetup(WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL& /*bHandled*/)
WORD             2783 third_party/wtl/include/atldlgs.h 	UINT_PTR PreDrawPage(WORD /*wPaper*/, WORD /*wFlags*/, LPPAGESETUPDLG /*pPSD*/)
WORD             2972 third_party/wtl/include/atldlgs.h 	WORD id;
WORD             3033 third_party/wtl/include/atldlgs.h 	            LPCTSTR lpstrFontName = NULL, WORD wFontSize = 0, WORD wWeight = 0, BYTE bItalic = 0, BYTE bCharset = 0, DWORD dwHelpID = 0,
WORD             3060 third_party/wtl/include/atldlgs.h 			WORD menuData = 0;
WORD             3061 third_party/wtl/include/atldlgs.h 			AddData(&menuData, sizeof(WORD));
WORD             3065 third_party/wtl/include/atldlgs.h 			WORD menuData[] = {0xFFFF, (WORD)Menu.m_lpstr};
WORD             3076 third_party/wtl/include/atldlgs.h 		WORD menuData = 0;
WORD             3077 third_party/wtl/include/atldlgs.h 		AddData(&menuData, sizeof(WORD));
WORD             3082 third_party/wtl/include/atldlgs.h 			WORD classData = 0;
WORD             3083 third_party/wtl/include/atldlgs.h 			AddData(&classData, sizeof(WORD));
WORD             3087 third_party/wtl/include/atldlgs.h 			WORD classData[] = {0xFFFF, (WORD)ClassName.m_lpstr};
WORD             3113 third_party/wtl/include/atldlgs.h 	void AddControl(ATL::_U_STRINGorID ClassName, WORD wId, short nX, short nY, short nWidth, short nHeight, DWORD dwStyle, DWORD dwExStyle,
WORD             3114 third_party/wtl/include/atldlgs.h 	                ATL::_U_STRINGorID Text, const WORD* pCreationData = NULL, WORD nCreationData = 0, DWORD dwHelpID = 0)
WORD             3141 third_party/wtl/include/atldlgs.h 			WORD wData[] = {0xFFFF, (WORD)ClassName.m_lpstr};
WORD             3151 third_party/wtl/include/atldlgs.h 			WORD classData = 0;
WORD             3152 third_party/wtl/include/atldlgs.h 			AddData(&classData, sizeof(WORD));
WORD             3156 third_party/wtl/include/atldlgs.h 			WORD wData[] = {0xFFFF, (WORD)Text.m_lpstr};
WORD             3169 third_party/wtl/include/atldlgs.h 			AddData(pCreationData, nCreationData * sizeof(WORD));
WORD             3173 third_party/wtl/include/atldlgs.h 	void AddStdControl(StdCtrlType CtrlType, WORD wId, short nX, short nY, short nWidth, short nHeight,
WORD             3174 third_party/wtl/include/atldlgs.h 	                   DWORD dwStyle, DWORD dwExStyle, ATL::_U_STRINGorID Text, const WORD* pCreationData = NULL, WORD nCreationData = 0, DWORD dwHelpID = 0)
WORD             3241 third_party/wtl/include/atldlgs.h 		WORD wFontSize = 0; \
WORD             3242 third_party/wtl/include/atldlgs.h 		WORD wWeight = 0; \
WORD             3259 third_party/wtl/include/atldlgs.h 		WORD wFontSize = 0; \
WORD             3260 third_party/wtl/include/atldlgs.h 		WORD wWeight = 0; \
WORD             3301 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_STATIC, (WORD)id, x, y, width, height, style | SS_LEFT | WS_GROUP, exStyle, text, NULL, 0);
WORD             3303 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_STATIC, (WORD)id, x, y, width, height, style | SS_CENTER | WS_GROUP, exStyle, text, NULL, 0);
WORD             3305 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_STATIC, (WORD)id, x, y, width, height, style | SS_RIGHT | WS_GROUP, exStyle, text, NULL, 0);
WORD             3307 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_PUSHBUTTON | WS_TABSTOP, exStyle, text, NULL, 0);
WORD             3309 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_DEFPUSHBUTTON | WS_TABSTOP, exStyle, text, NULL, 0);
WORD             3312 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_PUSHBOX | WS_TABSTOP, exStyle, text, NULL, 0);
WORD             3315 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_3STATE | WS_TABSTOP, exStyle, text, NULL, 0);
WORD             3317 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_AUTO3STATE | WS_TABSTOP, exStyle, text, NULL, 0);
WORD             3319 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_CHECKBOX | WS_TABSTOP, exStyle, text, NULL, 0);
WORD             3321 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_AUTOCHECKBOX | WS_TABSTOP, exStyle, text, NULL, 0);
WORD             3323 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_RADIOBUTTON | WS_TABSTOP, exStyle, text, NULL, 0);
WORD             3325 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_AUTORADIOBUTTON | WS_TABSTOP, exStyle, text, NULL, 0);
WORD             3327 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_COMBOBOX, (WORD)id, x, y, width, height, style | CBS_DROPDOWN | WS_TABSTOP, exStyle, (LPCTSTR)NULL, NULL, 0);
WORD             3329 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_EDIT, (WORD)id, x, y, width, height, style | ES_LEFT | WS_BORDER | WS_TABSTOP, exStyle, (LPCTSTR)NULL, NULL, 0);
WORD             3331 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_GROUPBOX, exStyle, text, NULL, 0);
WORD             3333 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_LISTBOX, (WORD)id, x, y, width, height, style | LBS_NOTIFY | WS_BORDER, exStyle, (LPCTSTR)NULL, NULL, 0);
WORD             3335 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_SCROLLBAR, (WORD)id, x, y, width, height, style | SBS_HORZ, exStyle, (LPCTSTR)NULL, NULL, 0);
WORD             3337 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_STATIC, (WORD)id, x, y, width, height, style | SS_ICON, exStyle, text, NULL, 0);
WORD             3339 third_party/wtl/include/atldlgs.h 	m_Template.AddControl(className, (WORD)id, x, y, width, height, style, exStyle, text, NULL, 0);
WORD             4600 third_party/wtl/include/atldlgs.h template <WORD t_wDlgTemplateID>
WORD             4787 third_party/wtl/include/atldlgs.h 					WORD nItems = ATL::_DialogSplitHelper::DlgTemplateItemCount(pDlg);
WORD             4794 third_party/wtl/include/atldlgs.h 					for (WORD nItem = 0; nItem < nItems; nItem++)
WORD             4952 third_party/wtl/include/atldlgs.h template <WORD t_wDlgTemplateID>
WORD             5556 third_party/wtl/include/atldlgs.h template <WORD t_wDlgTemplateID>
WORD             5588 third_party/wtl/include/atldlgs.h template <WORD t_wDlgTemplateID>
WORD              153 third_party/wtl/include/atlfind.h 	LRESULT OnEditFind(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
WORD              161 third_party/wtl/include/atlfind.h 	LRESULT OnEditRepeat(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
WORD              184 third_party/wtl/include/atlfind.h 	LRESULT OnEditReplace(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& bHandled)
WORD              388 third_party/wtl/include/atlframe.h 		WORD wVersion;
WORD              389 third_party/wtl/include/atlframe.h 		WORD wWidth;
WORD              390 third_party/wtl/include/atlframe.h 		WORD wHeight;
WORD              391 third_party/wtl/include/atlframe.h 		WORD wItemCount;
WORD              394 third_party/wtl/include/atlframe.h 		WORD* items()
WORD              395 third_party/wtl/include/atlframe.h 			{ return (WORD*)(this+1); }
WORD              460 third_party/wtl/include/atlframe.h 		WORD* pItems = pData->items();
WORD              526 third_party/wtl/include/atlframe.h 		WORD cyFontHeight = (WORD)abs(lf.lfHeight);
WORD              529 third_party/wtl/include/atlframe.h 		WORD bitsPerPixel = AtlGetBitmapResourceBitsPerPixel(nResourceID);
WORD              744 third_party/wtl/include/atlframe.h 	BOOL CreateSimpleCECommandBar(LPTSTR pszMenu = NULL, WORD iButton = 0, DWORD dwFlags = 0, int nCmdBarID = 1)
WORD              883 third_party/wtl/include/atlframe.h 		WORD wFlags = HIWORD(wParam);
WORD              895 third_party/wtl/include/atlframe.h 				WORD wID = LOWORD(wParam);
WORD              898 third_party/wtl/include/atlframe.h 					wID = (WORD)(((wID - 0xF000) >> 4) + ATL_IDS_SCFIRST);
WORD             2055 third_party/wtl/include/atlframe.h 			{ (WORD)-1, 0 } \
WORD             2091 third_party/wtl/include/atlframe.h 		WORD m_wType;
WORD             2100 third_party/wtl/include/atlframe.h 		WORD m_nID;
WORD             2101 third_party/wtl/include/atlframe.h 		WORD m_wType;
WORD             2110 third_party/wtl/include/atlframe.h 		WORD m_wState;
WORD             2124 third_party/wtl/include/atlframe.h 	WORD m_wDirtyType;                                     // global dirty flag
WORD             2139 third_party/wtl/include/atlframe.h 			while(pUIMap->m_nID != (WORD)-1)
WORD             2220 third_party/wtl/include/atlframe.h 		while(pMap->m_nID != (WORD)-1)
WORD             2253 third_party/wtl/include/atlframe.h 		for( ; pMap->m_nID != (WORD)-1; pMap++, pUIData++)
WORD             2293 third_party/wtl/include/atlframe.h 		for( ; pMap->m_nID != (WORD)-1; pMap++, pUIData++)
WORD             2349 third_party/wtl/include/atlframe.h 		for( ; pMap->m_nID != (WORD)-1; pMap++, pUIData++)
WORD             2391 third_party/wtl/include/atlframe.h 		for( ; pMap->m_nID != (WORD)-1; pMap++, pUIData++)
WORD             2429 third_party/wtl/include/atlframe.h 		for( ; pMap->m_nID != (WORD)-1; pMap++, pUIData++)
WORD             2470 third_party/wtl/include/atlframe.h 		for( ; pMap->m_nID != (WORD)-1; pMap++, pUIData++)
WORD             2474 third_party/wtl/include/atlframe.h 				pUIData->m_wState = (WORD)(dwState | pMap->m_wType);
WORD             2488 third_party/wtl/include/atlframe.h 		for( ; pMap->m_nID != (WORD)-1; pMap++, pUIData++)
WORD             2508 third_party/wtl/include/atlframe.h 		while(pMap->m_nID != (WORD)-1)
WORD             2547 third_party/wtl/include/atlframe.h 		while(pMap->m_nID != (WORD)-1)
WORD             2576 third_party/wtl/include/atlframe.h 		while(pMap->m_nID != (WORD)-1)
WORD             2611 third_party/wtl/include/atlframe.h 		while(pMap->m_nID != (WORD)-1)
WORD             2759 third_party/wtl/include/atlframe.h 		for(nCount = 1; pMap->m_nID != (WORD)-1; nCount++)
WORD             2816 third_party/wtl/include/atlframe.h 			if(pMap->m_nID == (WORD)-1)
WORD             2856 third_party/wtl/include/atlframe.h 	bool UIAddUpdateElement(WORD nID, WORD wType)
WORD             2870 third_party/wtl/include/atlframe.h 		_AtlUpdateUIMap uumEnd = { (WORD)-1, 0 };
WORD             2899 third_party/wtl/include/atlframe.h 	bool UIRemoveUpdateElement(WORD nID)
WORD               93 third_party/wtl/include/atlgdi.h inline WORD AtlGetBitmapResourceBitsPerPixel(HMODULE hModule, ATL::_U_STRINGorID image)
WORD              100 third_party/wtl/include/atlgdi.h inline WORD AtlGetBitmapResourceBitsPerPixel(ATL::_U_STRINGorID image)
WORD              736 third_party/wtl/include/atlgdi.h 		m_hBitmap = ::CreateMappedBitmap(ModuleHelper::GetResourceInstance(), nIDBitmap, (WORD)nFlags, lpColorMap, nMapSize);
WORD              945 third_party/wtl/include/atlgdi.h 		WORD nEntries = 0;
WORD              946 third_party/wtl/include/atlgdi.h 		::GetObject(m_hPalette, sizeof(WORD), &nEntries);
WORD             3009 third_party/wtl/include/atlgdi.h 		WORD grayPattern[8];
WORD             3011 third_party/wtl/include/atlgdi.h 			grayPattern[i] = (WORD)(0x5555 << (i & 1));
WORD             2603 third_party/wtl/include/atlmisc.h 		WORD type;
WORD             2610 third_party/wtl/include/atlmisc.h 		WORD type;
WORD             3707 third_party/wtl/include/atlmisc.h 	WORD wID = (WORD)bitmap.m_lpstr;
WORD             3774 third_party/wtl/include/atlmisc.h inline HBITMAP AtlLoadSysBitmapImage(WORD wBitmapID, UINT fuLoad = LR_DEFAULTCOLOR)
WORD             3785 third_party/wtl/include/atlmisc.h 	WORD wID = (WORD)cursor.m_lpstr;
WORD             3795 third_party/wtl/include/atlmisc.h 	WORD wID = (WORD)icon.m_lpstr;
WORD             3816 third_party/wtl/include/atlmisc.h 		ATLASSERT(s[*((WORD*)s -1) - 1] == L'\0');
WORD              628 third_party/wtl/include/atlscrl.h 	LRESULT OnScrollUp(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
WORD              634 third_party/wtl/include/atlscrl.h 	LRESULT OnScrollDown(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
WORD              640 third_party/wtl/include/atlscrl.h 	LRESULT OnScrollPageUp(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
WORD              646 third_party/wtl/include/atlscrl.h 	LRESULT OnScrollPageDown(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
WORD              652 third_party/wtl/include/atlscrl.h 	LRESULT OnScrollTop(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
WORD              658 third_party/wtl/include/atlscrl.h 	LRESULT OnScrollBottom(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
WORD              664 third_party/wtl/include/atlscrl.h 	LRESULT OnScrollLeft(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
WORD              670 third_party/wtl/include/atlscrl.h 	LRESULT OnScrollRight(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
WORD              676 third_party/wtl/include/atlscrl.h 	LRESULT OnScrollPageLeft(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
WORD              682 third_party/wtl/include/atlscrl.h 	LRESULT OnScrollPageRight(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
WORD              688 third_party/wtl/include/atlscrl.h 	LRESULT OnScrollAllLeft(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
WORD              694 third_party/wtl/include/atlscrl.h 	LRESULT OnScrollAllRight(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
WORD              250 third_party/wtl/include/atltheme.h 	HRESULT HitTestThemeBackground(HDC hDC, int nPartID, int nStateID, DWORD dwOptions, LPCRECT pRect, HRGN hrgn, POINT ptTest, WORD* pwHitTestCode) const
WORD             1110 third_party/wtl/include/atluser.h 	bool LoadEx(ATL::_U_STRINGorID Type, ATL::_U_STRINGorID ID, WORD wLanguage)
WORD              434 third_party/wtl/include/atlwince.h 	void StdCloseDialog(WORD wID)
WORD              463 third_party/wtl/include/atlwince.h 	LRESULT OnMenuClose(WORD /*wNotifyCode*/, WORD wID, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
WORD              466 third_party/wtl/include/atlwince.h 		pT->StdCloseDialog((WORD)(wID - ID_MENU_OK + IDOK));
WORD              471 third_party/wtl/include/atlwince.h 	LRESULT OnCloseCmd(WORD /*wNotifyCode*/, WORD wID, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
WORD              621 third_party/wtl/include/atlwince.h template <WORD t_wDlgTemplateID, UINT t_shidiFlags = WTL_STD_SHIDIF>
WORD              729 third_party/wtl/include/atlwince.h template <class T, WORD t_wDlgTemplateID, UINT t_shidiFlags = WTL_STD_SHIDIF>
WORD              859 third_party/wtl/include/atlwince.h template <WORD t_wDlgTemplateID, WORD t_wDlgLandscapeID, UINT t_shidiFlags = WTL_STD_SHIDIF>
WORD             2497 third_party/wtl/include/atlwince.h 	HWND Create(HWND hWndParent, WORD wId, LPCTSTR pszFolder = NULL, LPCTSTR pstrFilter = NULL,
WORD             2498 third_party/wtl/include/atlwince.h 			WORD wFilterIndex = 0, DWORD dwFlags = DLF_SHOWEXTENSION)
WORD               82 third_party/zlib/contrib/minizip/miniunz.c   DosDateTimeToFileTime((WORD)(dosdate>>16),(WORD)dosdate,&ftLocal);
WORD               26 tools/gn/standard_out.cc WORD default_attributes;
WORD               43 ui/base/l10n/l10n_util_win.cc     memcpy(logfont->lfFaceName, font_family.data(), name_len * sizeof(WORD));
WORD               10 ui/events/keycodes/keyboard_code_conversion_win.cc WORD WindowsKeyCodeForKeyboardCode(KeyboardCode keycode) {
WORD               11 ui/events/keycodes/keyboard_code_conversion_win.cc   return static_cast<WORD>(keycode);
WORD               14 ui/events/keycodes/keyboard_code_conversion_win.cc KeyboardCode KeyboardCodeForWindowsKeyCode(WORD keycode) {
WORD               18 ui/events/keycodes/keyboard_code_conversion_win.cc const char* CodeForWindowsScanCode(WORD scan_code) {
WORD               14 ui/events/keycodes/keyboard_code_conversion_win.h EVENTS_BASE_EXPORT WORD WindowsKeyCodeForKeyboardCode(KeyboardCode keycode);
WORD               15 ui/events/keycodes/keyboard_code_conversion_win.h EVENTS_BASE_EXPORT KeyboardCode KeyboardCodeForWindowsKeyCode(WORD keycode);
WORD               16 ui/events/keycodes/keyboard_code_conversion_win.h EVENTS_BASE_EXPORT const char* CodeForWindowsScanCode(WORD scan_code);
WORD              484 ui/gfx/icon_util.cc   icon_dir->idCount = static_cast<WORD>(image_count);
WORD              155 ui/gfx/icon_util.h     WORD wPlanes;
WORD              156 ui/gfx/icon_util.h     WORD wBitCount;
WORD              164 ui/gfx/icon_util.h     WORD idReserved;
WORD              165 ui/gfx/icon_util.h     WORD idType;
WORD              166 ui/gfx/icon_util.h     WORD idCount;
WORD              177 ui/gfx/icon_util.h     WORD wPlanes;
WORD              178 ui/gfx/icon_util.h     WORD wBitCount;
WORD              180 ui/gfx/icon_util.h     WORD nID;
WORD              186 ui/gfx/icon_util.h     WORD idReserved;
WORD              187 ui/gfx/icon_util.h     WORD idType;
WORD              188 ui/gfx/icon_util.h     WORD idCount;
WORD             1217 ui/gfx/render_text_unittest.cc   WORD* logical_clusters = render_text->runs_[0]->logical_clusters.get();
WORD             1066 ui/gfx/render_text_win.cc   run->logical_clusters.reset(new WORD[run_length]);
WORD             1148 ui/gfx/render_text_win.cc   WORD missing_glyph = 0;
WORD             1149 ui/gfx/render_text_win.cc   WORD space_glyph = 3;
WORD             1197 ui/gfx/render_text_win.cc     run->glyphs.reset(new WORD[max_glyphs]);
WORD               43 ui/gfx/render_text_win.h   scoped_ptr<WORD[]> glyphs;
WORD               44 ui/gfx/render_text_win.h   scoped_ptr<WORD[]> logical_clusters;
WORD             1260 ui/views/win/hwnd_message_handler.cc                                       WORD device,
WORD              398 ui/views/win/hwnd_message_handler.h   BOOL OnAppCommand(HWND window, short command, WORD device, int keystate);
WORD               88 win8/metro_driver/chrome_app_view.cc void SendMnemonic(WORD mnemonic_char, Modifier modifiers, bool extended,
WORD               90 win8/metro_driver/chrome_app_view_ash.cc     WORD mnemonic_char, KeyModifier modifiers) {