GetThemeInt       304 third_party/wtl/include/atltheme.h 	HRESULT GetThemeInt(int nPartID, int nStateID, int nPropID, int* pnVal) const
GetThemeInt       307 third_party/wtl/include/atltheme.h 		return ::GetThemeInt(m_hTheme, nPartID, nStateID, nPropID, pnVal);
GetThemeInt       495 third_party/wtl/include/atltheme.h 	if(SUCCEEDED(::GetThemeInt(hTheme, nPartID, nStateID, TMT_SIZINGBORDERWIDTH, &cxBorder)))
GetThemeInt       184 ui/native_theme/native_theme_win.cc   if (GetThemeInt(theme, 0, 0, TMT_BORDERSIZE, &border) == S_OK)
GetThemeInt       282 ui/native_theme/native_theme_win.h   HRESULT GetThemeInt(ThemeName theme,