• Home
  • Raw
  • Download

Lines Matching refs:handled

127     bool handled = true;  in wndProc()  local
141 lResult = onPaintEvent(hWnd, message, wParam, lParam, handled); in wndProc()
144 lResult = onPrintClientEvent(hWnd, message, wParam, lParam, handled); in wndProc()
148 handled = false; in wndProc()
161 lResult = onMouseEvent(hWnd, message, wParam, lParam, handled); in wndProc()
165 lResult = onWheelEvent(hWnd, message, wParam, lParam, handled); in wndProc()
168 lResult = onHorizontalScroll(hWnd, message, wParam, lParam, handled); in wndProc()
171 lResult = onVerticalScroll(hWnd, message, wParam, lParam, handled); in wndProc()
174 lResult = onGestureNotify(hWnd, message, wParam, lParam, handled); in wndProc()
177 lResult = onGesture(hWnd, message, wParam, lParam, handled); in wndProc()
185 lResult = onKeyEvent(hWnd, message, wParam, lParam, handled); in wndProc()
188 lResult = onSizeEvent(hWnd, message, wParam, lParam, handled); in wndProc()
191 lResult = onWindowPositionChangedEvent(hWnd, message, wParam, lParam, handled); in wndProc()
194 lResult = onSetFocusEvent(hWnd, message, wParam, lParam, handled); in wndProc()
197 lResult = onKillFocusEvent(hWnd, message, wParam, lParam, handled); in wndProc()
200 lResult = onTimerEvent(hWnd, message, wParam, lParam, handled); in wndProc()
203 lResult = onShowWindowEvent(hWnd, message, wParam, lParam, handled); in wndProc()
206 lResult = onSetCursor(hWnd, message, wParam, lParam, handled); in wndProc()
209 handled = onIMEStartComposition(); in wndProc()
215 handled = onIMEComposition(lParam); in wndProc()
218 handled = onIMEEndComposition(); in wndProc()
221 handled = onIMESelect(wParam, lParam); in wndProc()
224 handled = onIMESetContext(wParam, lParam); in wndProc()
227 handled = false; in wndProc()
231 if (!handled) in wndProc()
389 LRESULT WebView::onMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) in onMouseEvent() argument
422 handled = true; in onMouseEvent()
426 LRESULT WebView::onWheelEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) in onWheelEvent() argument
432 handled = false; in onWheelEvent()
438 handled = true; in onWheelEvent()
442 …T WebView::onHorizontalScroll(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) in onHorizontalScroll() argument
464 handled = false; in onHorizontalScroll()
470 handled = true; in onHorizontalScroll()
474 …ULT WebView::onVerticalScroll(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) in onVerticalScroll() argument
496 handled = false; in onVerticalScroll()
502 handled = true; in onVerticalScroll()
506 …SULT WebView::onGestureNotify(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) in onGestureNotify() argument
529 LRESULT WebView::onGesture(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) in onGesture() argument
538 handled = false; in onGesture()
547 handled = false; in onGesture()
594 handled = true; in onGesture()
605 handled = false; in onGesture()
609 LRESULT WebView::onKeyEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) in onKeyEvent() argument
615 handled = true; in onKeyEvent()
669 LRESULT WebView::onPaintEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled) in onPaintEvent() argument
684 handled = true; in onPaintEvent()
688 LRESULT WebView::onPrintClientEvent(HWND hWnd, UINT, WPARAM wParam, LPARAM, bool& handled) in onPrintClientEvent() argument
710 handled = true; in onPrintClientEvent()
714 LRESULT WebView::onSizeEvent(HWND, UINT, WPARAM, LPARAM lParam, bool& handled) in onSizeEvent() argument
724 handled = true; in onSizeEvent()
728 LRESULT WebView::onWindowPositionChangedEvent(HWND, UINT, WPARAM, LPARAM lParam, bool& handled) in onWindowPositionChangedEvent() argument
733 handled = false; in onWindowPositionChangedEvent()
737 LRESULT WebView::onSetFocusEvent(HWND, UINT, WPARAM, LPARAM lParam, bool& handled) in onSetFocusEvent() argument
740 handled = true; in onSetFocusEvent()
744 LRESULT WebView::onKillFocusEvent(HWND, UINT, WPARAM, LPARAM lParam, bool& handled) in onKillFocusEvent() argument
747 handled = true; in onKillFocusEvent()
751 LRESULT WebView::onTimerEvent(HWND hWnd, UINT, WPARAM wParam, LPARAM, bool& handled) in onTimerEvent() argument
760 handled = true; in onTimerEvent()
764 …LT WebView::onShowWindowEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) in onShowWindowEvent() argument
772 handled = false; in onShowWindowEvent()
776 LRESULT WebView::onSetCursor(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) in onSetCursor() argument
779 handled = false; in onSetCursor()