Searched refs:m_windowHandle (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/wince/
H A DWebView.cpp83 m_windowHandle = CreateWindow(kWebViewWindowClassName, 0, WS_CHILD,
86 SetWindowLong(m_windowHandle, 0, reinterpret_cast<LONG>(this));
88 MoveWindow(m_windowHandle, 0, 0, rcClient.right, rcClient.bottom, TRUE);
89 ShowWindow(m_windowHandle, SW_SHOW);
124 DestroyWindow(m_windowHandle);
200 GetWindowRect(m_windowHandle, rect);
255 HDC hDC = BeginPaint(m_windowHandle, &ps);
262 GetClientRect(m_windowHandle, &rcClient);
275 EndPaint(m_windowHandle, &ps);
300 SetFocus(m_windowHandle);
[all...]
H A DWebView.h58 HWND windowHandle() const { return m_windowHandle; }
94 HWND m_windowHandle; member in class:WebView

Completed in 62 milliseconds