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

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_ScrollPane.cpp59 jint parentHeight; member in struct:SetSpansStruct
212 void AwtScrollPane::RecalcSizes(int parentWidth, int parentHeight, argument
225 parentHeight -= (vertBorder * 2);
236 parentHeight -= ::GetSystemMetrics(SM_CYHSCROLL);
240 childHeight > parentHeight));
254 parentHeight -= ::GetSystemMetrics(SM_CYHSCROLL);
274 env->SetIntField(vAdj, AwtScrollPane::blockIncrementID, parentHeight);
275 SetScrollInfo(SB_VERT, childHeight - 1, parentHeight,
516 jint parentHeight = sss->parentHeight; local
790 Java_sun_awt_windows_WScrollPanePeer_setSpans(JNIEnv *env, jobject self, jint parentWidth, jint parentHeight, jint childWidth, jint childHeight) argument
[all...]

Completed in 45 milliseconds