Searched refs:bEnabled (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Win32GraphicsEnv.cpp109 BOOL bEnabled; local
110 HRESULT res = DwmAPI::DwmIsCompositionEnabled(&bEnabled);
112 bRes = bEnabled;
H A Dawt_PopupMenu.cpp257 BOOL bEnabled = (jboolean)env->GetBooleanField(target, local
260 return !bEnabled;
H A Dawt_Button.cpp227 BOOL bEnabled = isEnabled(); local
233 if (bEnabled) {
H A Dawt_MenuItem.cpp308 BOOL bEnabled = (jboolean)env->GetBooleanField(target, local
311 bEnabled = bEnabled && !menu->IsDisabledAndPopup();
318 crText = ::GetSysColor(bEnabled? COLOR_HIGHLIGHTTEXT : COLOR_GRAYTEXT);
333 crText = ::GetSysColor (bEnabled ? COLOR_MENUTEXT : COLOR_GRAYTEXT);
386 BOOL bEmboss = !bEnabled && !(drawInfo.itemState & ODS_SELECTED);
H A Dawt_Checkbox.cpp264 BOOL bEnabled = isEnabled(); local
269 if (bEnabled) {
H A Dawt_Component.cpp4275 BOOL bEnabled = isEnabled(); local
4285 crText = bEnabled ? GetColor() : ::GetSysColor(COLOR_GRAYTEXT);
4290 crText = bEnabled ? GetColor() : ::GetSysColor(COLOR_GRAYTEXT);

Completed in 58 milliseconds