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

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_PrintDialog.h39 static jfieldID AwtPrintDialog::parentID; member in class:AwtPrintDialog::AwtPrintDialog
H A Dawt_FileDialog.h46 static jfieldID parentID; member in class:AwtFileDialog
H A Dawt_FileDialog.cpp41 jfieldID AwtFileDialog::parentID; member in class:AwtFileDialog
138 jobject awtParent = env->GetObjectField(peer, AwtFileDialog::parentID);
262 parent = env->GetObjectField(peer, AwtFileDialog::parentID);
499 AwtFileDialog::parentID =
524 DASSERT(AwtFileDialog::parentID != NULL);
H A Dawt_PrintDialog.cpp36 jfieldID AwtPrintDialog::parentID; member in class:AwtPrintDialog
94 jobject awtParent = env->GetObjectField(peer, AwtPrintDialog::parentID);
184 AwtPrintDialog::parentID = member in class:AwtPrintDialog
189 DASSERT(AwtPrintDialog::parentID != NULL);
207 jobject parent = env->GetObjectField(peerGlobalRef, AwtPrintDialog::parentID);
H A Dawt_Component.h108 static jfieldID parentID; member in class:AwtComponent
H A Dawt_Component.cpp172 jfieldID AwtComponent::parentID; member in class:AwtComponent
6335 AwtComponent::parentID = env->GetFieldID(cls, "parent", "Ljava/awt/Container;"); member in class:AwtComponent
6372 DASSERT(AwtComponent::parentID);
6977 jobject parent = env->GetObjectField(target, AwtComponent::parentID);
6987 jobject parent2 = env->GetObjectField(parent, AwtComponent::parentID);

Completed in 121 milliseconds