GetThemePartSize  221 third_party/wtl/include/atltheme.h 	HRESULT GetThemePartSize(HDC hDC, int nPartID, int nStateID, LPRECT pRect, enum THEMESIZE eSize, LPSIZE pSize) const
GetThemePartSize  224 third_party/wtl/include/atltheme.h 		return ::GetThemePartSize(m_hTheme, hDC, nPartID, nStateID, pRect, eSize, pSize);
GetThemePartSize  261 ui/native_theme/native_theme_win.cc   HRESULT hr = GetThemePartSize(GetThemeName(part), hdc, part_id, state_id,
GetThemePartSize  143 ui/native_theme/native_theme_win.h   HRESULT GetThemePartSize(ThemeName themeName,