Lines Matching refs:m_window
283 …m_window = ::CreateWindowExW(0, kWebKit2WebViewWindowClassName, 0, WS_CHILD | WS_CLIPSIBLINGS | WS… in WebView()
285 ASSERT(::IsWindow(m_window)); in WebView()
289 ASSERT(m_isVisible == static_cast<bool>(::GetWindowLong(m_window, GWL_STYLE) & WS_VISIBLE)); in WebView()
313 ::RegisterDragDrop(m_window, this); in initialize()
320 …KETRACKPOINTHSCROLLBAR"), WS_CHILD | WS_VISIBLE | SBS_HORZ, 0, 0, 0, 0, m_window, 0, instanceHandl… in initialize()
321 …KETRACKPOINTVSCROLLBAR"), WS_CHILD | WS_VISIBLE | SBS_VERT, 0, 0, 0, 0, m_window, 0, instanceHandl… in initialize()
332 if (m_window) { in setParentWindow()
334 if (::GetParent(m_window) == parentWindow) in setParentWindow()
337 ::SetParent(m_window, parentWindow); in setParentWindow()
343 ::SetParent(m_window, HWND_MESSAGE); in setParentWindow()
367 if (m_window) in windowAncestryDidChange()
368 newTopLevelParentWindow = findTopLevelParentWindow(m_window); in windowAncestryDidChange()
398 ::SetFocus(m_window); in onMouseEvent()
399 ::SetCapture(m_window); in onMouseEvent()
514 ::ScreenToClient(m_window, &localPoint); in onGestureNotify()
526 return SetGestureConfigPtr()(m_window, 0, 1, &gc, sizeof(gc)); in onGestureNotify()
578 BeginPanningFeedbackPtr()(m_window); in onGesture()
582 EndPanningFeedbackPtr()(m_window, true); in onGesture()
590 UpdatePanningFeedbackPtr()(m_window, 0, m_overPanY, gi.dwFlags & GF_INERTIA); in onGesture()
672 HDC hdc = ::BeginPaint(m_window, &paintStruct); in onPaintEvent()
682 ::EndPaint(m_window, &paintStruct); in onPaintEvent()
801 ::SetTimer(m_window, UpdateActiveStateTimer, 0, 0); in updateActiveStateSoon()
824 m_window, 0, 0, 0); in initializeToolTipWindow()
831 info.uId = reinterpret_cast<UINT_PTR>(m_window); in initializeToolTipWindow()
847 trackMouseEvent.hwndTrack = m_window; in startTrackingMouseLeave()
861 trackMouseEvent.hwndTrack = m_window; in stopTrackingMouseLeave()
899 ::RevokeDragDrop(m_window); in close()
900 if (m_window) { in close()
904 DestroyWindow(m_window); in close()
907 m_window = 0; in close()
926 ::InvalidateRect(m_window, &r, false); in setViewNeedsDisplay()
931 ::UpdateWindow(m_window); in displayView()
943 HDC dc = ::GetDC(m_window); in flashBackingStoreUpdates()
945 ::ReleaseDC(m_window, dc); in flashBackingStoreUpdates()
951 GetClientRect(m_window, &clientRect); in viewSize()
964 return ::GetFocus() == m_window; in isViewFocused()
984 ::InvalidateRect(m_window, 0, TRUE); in processDidCrash()
990 ::InvalidateRect(m_window, 0, TRUE); in didRelaunchProcess()
1005 info.uId = reinterpret_cast<UINT_PTR>(m_window); in toolTipChanged()
1117 return Ime::ImmGetContext(m_window); in getIMMContext()
1141 Ime::ImmReleaseContext(m_window, hInputContext); in resetIME()
1146 Ime::ImmAssociateContextEx(m_window, 0, enabled ? IACE_DEFAULT : 0); in setInputMethodState()
1164 Ime::ImmReleaseContext(m_window, hInputContext); in onIMEStartComposition()
1318 ::ClientToScreen(m_window, &charPos->pt); in onIMERequestCharPosition()
1320 ::GetWindowRect(m_window, &charPos->rcDocument); in onIMERequestCharPosition()
1387 return WebContextMenuProxyWin::create(m_window, page); in createContextMenuProxy()
1507 return m_window; in nativeWindow()
1591 m_dropTargetHelper->DragEnter(m_window, pDataObject, (POINT*)&pt, *pdwEffect); in DragEnter()
1594 ::ScreenToClient(m_window, (LPPOINT)&localpt); in DragEnter()
1612 ::ScreenToClient(m_window, (LPPOINT)&localpt); in DragOver()
1645 ::ScreenToClient(m_window, (LPPOINT)&localpt); in Drop()