HomeSort by relevance Sort by last modified time
    Searched refs:m_windowHandle (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/wince/
WebView.cpp 83 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...]
WebView.h 58 HWND windowHandle() const { return m_windowHandle; }
94 HWND m_windowHandle;

Completed in 74 milliseconds