Searched defs:Enable (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DMaskCache.cpp66 HRESULT D3DMaskCache::Enable() function in class:D3DMaskCache
70 J2dTraceLn(J2D_TRACE_INFO, "D3DMaskCache::Enable");
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Label.cpp181 void AwtLabel::Enable(BOOL bEnable) function in class:AwtLabel
H A Dawt_PopupMenu.cpp214 item->Enable(FALSE);
219 void AwtPopupMenu::Enable(BOOL isEnabled) function in class:AwtPopupMenu
223 AwtMenu::Enable(isEnabled);
240 item->Enable(bItemEnabled);
H A Dawt_MenuItem.cpp648 void AwtMenuItem::Enable(BOOL isEnabled) function in class:AwtMenuItem
699 this->Enable(isEnabled);
H A Dawt_TextComponent.cpp661 void AwtTextComponent::Enable(BOOL bEnable) function in class:AwtTextComponent
663 AwtComponent::Enable(bEnable);
H A Dawt_Component.cpp5326 void AwtComponent::Enable(BOOL bEnable) function in class:AwtComponent
5421 p->Enable(TRUE);
5440 p->Enable(FALSE);
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/
H A DOption.java222 public static class Enable extends Option { class in class:Option
227 public Enable(Group parent, String nodeName, String description, method in class:Option.Enable

Completed in 89 milliseconds