Searched refs:visible (Results 76 - 86 of 86) sorted by relevance

1234

/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp1181 // _external_suspend field change either not made yet or not visible
1478 // JavaThread is only safepoint visible when it is in Threads' thread list,
1479 // it is not visible until it is added to the list and becomes invisible
1483 void set_safepoint_visible(bool visible) { _safepoint_visible = visible; } argument
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES3396 from pngpriv.h to png.h because they must be visible to applications
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTabbedPaneUI.java1332 // selected tab is not visible (SCROLL_TAB_LAYOUT)
1361 // selected tab is not visible (SCROLL_TAB_LAYOUT)
1387 // selected tab is not visible (SCROLL_TAB_LAYOUT)
1420 // selected tab is not visible (SCROLL_TAB_LAYOUT)
2427 // the visible compnent if the currently selected tab
2939 // the visible compnent if the currently selected tab
3071 boolean visible = false;
3078 visible = true;
3092 visible = true;
3099 child.setVisible(visible);
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneCopyFromBasicUI.java1240 // selected tab is not visible (SCROLL_TAB_LAYOUT)
1263 // selected tab is not visible (SCROLL_TAB_LAYOUT)
1283 // selected tab is not visible (SCROLL_TAB_LAYOUT)
1311 // selected tab is not visible (SCROLL_TAB_LAYOUT)
2270 // the visible compnent if the currently selected tab
2768 // the visible compnent if the currently selected tab
2889 boolean visible = false;
2896 visible = true;
2908 visible = true;
2913 child.setVisible(visible);
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DCommands.java335 List<Field> visible = cls.visibleFields();
339 if (!visible.contains(field)) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DClassReader.java1497 * @param visible <tt>true</tt> if the annotations to be read are visible
1505 final boolean visible,
1529 av = mv.visitParameterAnnotation(i, readUTF8(v, buf), visible);
1501 readParameterAnnotations( int v, final String desc, final char[] buf, final boolean visible, final MethodVisitor mv) argument
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDecoratedPeer.java94 // The super method maps the window if it's visible on the shared level
510 insLog.fine("- not reparented({0}) or not visible({1}), default reshape",
511 Boolean.valueOf(isReparented()), Boolean.valueOf(visible));
665 * When there is a WM we receive some CN before being visible and after.
666 * We should skip all CN which are before being visible, because we assume
669 * When there is no WM we receive CN only _before_ being visible.
673 insLog.fine(" - not visible, skipping");
686 insLog.fine("reparented={0}, visible={1}, WM={2}, decorations={3}",
692 insLog.fine("- visible but not reparented, skipping");
957 log.finer("Setting {0} to visible {
[all...]
H A DXWindow.java1307 return visible;
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec1300 "First code index at which the variable is visible (unsigned). "
1393 "First code index at which the variable is visible (unsigned). "
2155 "The visible class list has useful properties with respect to "
2166 (Repeat classes "The number of visible classes. "
2171 "A class visible to this class loader.")
2443 "given frame. Each variable must be visible at the frame's code index. "
2476 "Each variable must be visible at the current frame code index. "
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.c2225 jdouble min, jdouble max, jdouble visible)
2235 adj->page_size = (gdouble)visible;
2224 gtk2_set_range_value(WidgetType widget_type, jdouble value, jdouble min, jdouble max, jdouble visible) argument
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.cpp498 jboolean visible = env->GetBooleanField(target, AwtComponent::visibleID); local
499 m_visible = visible;
501 if (visible) {
3878 the visible position within the current composed text. See details at
6329 AwtComponent::visibleID = env->GetFieldID(cls, "visible", "Z");
7019 // See if visible state matches
7071 (targetVisible) ? "visible" : "hidden");

Completed in 119 milliseconds

1234