Searched refs:hwnd (Results 26 - 34 of 34) sorted by relevance

12

/openjdk7/jdk/test/java/awt/regtesthelpers/
H A DUtil.java102 Field hwnd_field = comp_peer_class.getDeclaredField("hwnd");
105 long hwnd = hwnd_field.getLong(frame_peer);
106 System.out.println("hwnd = " + hwnd);
110 return (Frame) constructor.newInstance (new Object[] {hwnd});
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Window.h91 static BOOL CALLBACK UpdateOwnedIconCallback(HWND hwnd, LPARAM param);
319 HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
H A Dawt_TrayIcon.cpp225 LRESULT CALLBACK AwtTrayIcon::TrayWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) argument
238 if (hwnd == AwtTrayIcon::sm_msgWindow) {
247 if (hwnd == AwtTrayIcon::sm_msgWindow) {
255 retValue = ::DefWindowProc(hwnd, uMsg, wParam, lParam);
H A Dawt_Dialog.cpp246 HWND hWnd = mhs->hwnd;
342 HWND hWnd = mhs->hwnd;
H A Dawt_TextComponent.cpp380 HWND hwnd = ImmGetHWnd(); local
381 HIMC hIMC = ImmGetContext(hwnd);
393 ImmReleaseContext(hwnd, hIMC);
H A Dawt_Toolkit.h295 static void DestroyComponentHWND(HWND hwnd);
H A DThemeReader.cpp86 typedef HTHEME(__stdcall *PFNOPENTHEMEDATA)(HWND hwnd, LPCWSTR pszClassList);
120 typedef HRESULT(__stdcall *PFNSETWINDOWTHEME)(HWND hwnd, LPCWSTR pszSubAppName,
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWComponentPeer.java70 protected volatile long hwnd; field in class:WComponentPeer
111 return hwnd;
771 if ((hwnd == 0) || (pData == 0))
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DPipelineManager.cpp283 HWND hwnd = GetCurrentFocusWindow(); local
284 if (hwnd != defaultFocusWindow) {
289 ::GetWindowPlacement(hwnd, &wp);
862 J2dTraceLn2(J2D_TRACE_INFO,"D3DPPLM::SetFSFocusWindow hwnd=0x%x adapter=%d",

Completed in 278 milliseconds

12