Searched refs:GetParent (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/test/java/io/File/
H A DGetParent.java32 public class GetParent { class
/openjdk7/jdk/src/windows/native/sun/windows/
H A DMouseInfo.cpp68 componentFromPoint = componentFromPoint->GetParent();
H A Dawt_TextArea.cpp169 DASSERT(::IsWindow(::GetParent(hWnd)));
179 ::SendMessage(::GetParent(hWnd), message, wParam, lParam);
H A Dawt_Cursor.cpp201 AwtComponent *parent = comp->GetParent() ;
H A Dawt_Component.h214 AwtComponent* GetParent();
364 (p = p->GetParent()) != NULL);
H A Dawt_Frame.cpp1210 HWND parent = ::GetParent(f->GetHWnd());
1492 while (::GetParent(fHWnd) != NULL) {
1493 fHWnd = ::GetParent(fHWnd);
H A Dawt_Dialog.cpp516 HWND parentHWnd = ::GetParent(GetHWnd());
H A Dawt_FileDialog.cpp123 HWND parent = ::GetParent(hdlg);
H A Dawt_Component.cpp308 AwtComponent* parent = GetParent();
699 hwnd = ::GetParent(hwnd);
765 hit = ::GetParent(hit);
839 while ((c = c->GetParent()) != NULL) {
856 while ((c = c->GetParent()) != NULL) {
880 AwtComponent* AwtComponent::GetParent() function in class:AwtComponent
882 HWND hwnd = ::GetParent(GetHWnd());
896 comp = comp->GetParent();
946 ::MapWindowPoints(HWND_DESKTOP, ::GetParent(GetHWnd()), (LPPOINT)&rc, 2);
950 AwtComponent* parent = GetParent();
[all...]
H A Dawt_Choice.cpp302 AwtComponent* awtParent = GetParent();
H A Dawt_List.cpp271 HWND parentHWnd = GetParent()->GetHWnd();
H A Dawt_Window.cpp720 HWND javaWindow = ::GetParent(hwnd);
783 HWND javaWindow = ::GetParent(warningWindow);
1662 HWND hwndOwner = ::GetParent(hwndSelf);
H A Dawt_Toolkit.cpp1166 hwnd = ::GetParent(hwnd);

Completed in 83 milliseconds