HomeSort by relevance Sort by last modified time
    Searched full:wparam (Results 1 - 25 of 261) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/openssl/crypto/bn/asm/x86/
div.pl 9 &mov("edx",&wparam(0)); #
10 &mov("eax",&wparam(1)); #
11 &mov("ebx",&wparam(2)); #
sqr.pl 15 &mov($r,&wparam(0)); #
16 &mov($a,&wparam(1)); #
17 &mov($num,&wparam(2)); #
40 &mov($num,&wparam(2)); # get num
add.pl 19 &mov($r,&wparam(0)); # get r
20 &mov($a,&wparam(1)); # get a
21 &mov($b,&wparam(2)); # get b
22 &mov($num,&wparam(3)); # get num
51 &mov($num,&wparam(3)); # get num
mul.pl 20 &mov($r,&wparam(0)); #
21 &mov($a,&wparam(1)); #
22 &mov($num,&wparam(2)); #
23 &mov($w,&wparam(3)); #
52 &mov($num,&wparam(2)); # get num
mul_add.pl 19 &mov($r,&wparam(0)); #
21 &mov("ecx",&wparam(2)); #
22 &mov($a,&wparam(1)); #
25 &mov($w,&wparam(3)); #
58 &mov("ecx",&wparam(2)); # get num
sub.pl 19 &mov($r,&wparam(0)); # get r
20 &mov($a,&wparam(1)); # get a
21 &mov($b,&wparam(2)); # get b
22 &mov($num,&wparam(3)); # get num
51 &mov($num,&wparam(3)); # get num
  /external/chromium/chrome/browser/ui/views/status_icons/
status_tray_win.h 21 WPARAM wparam,
31 WPARAM wparam,
status_tray_win.cc 42 WPARAM wparam,
47 return msg_wnd->WndProc(hwnd, message, wparam, lparam);
49 return ::DefWindowProc(hwnd, message, wparam, lparam);
54 WPARAM wparam,
76 if (win_icon->icon_id() == wparam) {
85 return ::DefWindowProc(hwnd, message, wparam, lparam);
  /external/openssl/crypto/des/asm/
desboth.pl 12 &mov("ebx",&wparam(0));
34 &mov("eax",&wparam(1));
36 &mov("edi",&wparam(2));
37 &mov("esi",&wparam(3));
42 &mov("esi",&wparam(1));
44 &mov("edi",&wparam(2));
45 &mov("eax",&wparam(3));
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibevents.c 46 static SDL_keysym *TranslateKey(WPARAM vkey, UINT scancode, SDL_keysym *keysym, int pressed);
64 WPARAM rotateKey(WPARAM key,SDL_ScreenOrientation direction)
87 LRESULT DIB_HandleMessage(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
98 if (wParam == 0x84 || wParam == 0x5B)
103 wParam = rotateKey(wParam, this->hidden->orientation);
109 switch (wParam) {
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.h 94 static LRESULT CALLBACK WebViewWndProc(HWND, UINT, WPARAM, LPARAM);
95 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
97 LRESULT onMouseEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
98 LRESULT onWheelEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
99 LRESULT onHorizontalScroll(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
100 LRESULT onVerticalScroll(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
101 LRESULT onGestureNotify(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
102 LRESULT onGesture(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
103 LRESULT onKeyEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled)
    [all...]
WebInspectorProxyWin.cpp 72 LRESULT CALLBACK WebInspectorProxy::InspectorViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
77 return inspectorView->wndProc(hWnd, message, wParam, lParam);
87 return ::DefWindowProc(hWnd, message, wParam, lParam);
90 LRESULT WebInspectorProxy::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
97 lResult = onSizeEvent(hWnd, message, wParam, lParam, handled);
100 lResult = onMinMaxInfoEvent(hWnd, message, wParam, lParam, handled);
103 lResult = onSetFocusEvent(hWnd, message, wParam, lParam, handled);
106 lResult = onCloseEvent(hWnd, message, wParam, lParam, handled)
    [all...]
WebPopupMenuProxyWin.h 78 static LRESULT CALLBACK WebPopupMenuProxyWndProc(HWND, UINT, WPARAM, LPARAM);
79 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
82 LRESULT onMouseActivate(HWND, UINT message, WPARAM, LPARAM, bool& handled);
83 LRESULT onSize(HWND, UINT message, WPARAM, LPARAM, bool& handled);
84 LRESULT onKeyDown(HWND, UINT message, WPARAM, LPARAM, bool& handled);
85 LRESULT onChar(HWND, UINT message, WPARAM, LPARAM, bool& handled);
86 LRESULT onMouseMove(HWND, UINT message, WPARAM, LPARAM, bool& handled);
87 LRESULT onLButtonDown(HWND, UINT message, WPARAM, LPARAM, bool& handled);
88 LRESULT onLButtonUp(HWND, UINT message, WPARAM, LPARAM, bool& handled)
    [all...]
WebPopupMenuProxyWin.cpp 74 LRESULT CALLBACK WebPopupMenuProxyWin::WebPopupMenuProxyWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
79 return popupMenuProxy->wndProc(hWnd, message, wParam, lParam);
89 return ::DefWindowProc(hWnd, message, wParam, lParam);
92 LRESULT WebPopupMenuProxyWin::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
99 lResult = onMouseActivate(hWnd, message, wParam, lParam, handled);
102 lResult = onSize(hWnd, message, wParam, lParam, handled);
105 lResult = onKeyDown(hWnd, message, wParam, lParam, handled);
108 lResult = onChar(hWnd, message, wParam, lParam, handled)
    [all...]
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
DrawsGradient.cpp 40 LRESULT onPaint(WPARAM, LPARAM, bool& handled);
41 LRESULT onPrintClient(WPARAM, LPARAM, bool& handled);
43 virtual LRESULT wndProc(UINT message, WPARAM, LPARAM, bool& handled);
53 LRESULT DrawsGradient::wndProc(UINT message, WPARAM wParam, LPARAM lParam, bool& handled)
59 result = onPaint(wParam, lParam, handled);
62 result = onPrintClient(wParam, lParam, handled);
71 LRESULT DrawsGradient::onPaint(WPARAM, LPARAM, bool& handled)
85 LRESULT DrawsGradient::onPrintClient(WPARAM wParam, LPARAM, bool& handled
    [all...]
  /external/webkit/Source/WebKit/wince/
WebView.h 79 static LRESULT CALLBACK webViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
80 LRESULT wndProc(HWND, UINT, WPARAM, LPARAM);
83 bool handleMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
84 bool handleMouseWheel(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isHorizontal);
85 bool handleKeyDown(WPARAM virtualKeyCode, LPARAM keyData, bool systemKeyDown);
86 bool handleKeyPress(WPARAM charCode, LPARAM keyData, bool systemKeyDown);
87 bool handleKeyUp(WPARAM virtualKeyCode, LPARAM keyData, bool systemKeyDown)
    [all...]
  /external/chromium/base/win/
wrapped_window_proc.h 41 // WPARAM wparam, LPARAM lparam) {
57 WPARAM wparam, LPARAM lparam) {
60 rv = proc(hwnd, message, wparam, lparam);
wrapped_window_proc_unittest.cc 12 WPARAM kCrashMsg = 98765;
16 WPARAM wparam, LPARAM lparam) {
19 return DefWindowProc(hwnd, message, wparam, lparam);
  /external/webkit/Source/WebKit2/Shared/win/
NativeWebKeyboardEventWin.cpp 33 NativeWebKeyboardEvent::NativeWebKeyboardEvent(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
34 : WebKeyboardEvent(WebEventFactory::createWebKeyboardEvent(hwnd, message, wParam, lParam))
39 m_nativeEvent.wParam = wParam;
NativeWebMouseEventWin.cpp 33 NativeWebMouseEvent::NativeWebMouseEvent(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam, bool didActivateWebView)
34 : WebMouseEvent(WebEventFactory::createWebMouseEvent(hwnd, message, wParam, lParam, didActivateWebView))
39 m_nativeEvent.wParam = wParam;
WebEventFactory.cpp 104 static inline WebEvent::Modifiers modifiersForEvent(WPARAM wparam)
107 if (wparam & MK_CONTROL)
109 if (wparam & MK_SHIFT)
162 static bool isKeypadEvent(WPARAM wParam, LPARAM lParam, WebEvent::Type type)
167 switch (wParam) {
204 static String textFromEvent(WPARAM wparam, WebEvent::Type type)
209 UChar c = static_cast<UChar>(wparam);
    [all...]
  /external/webkit/Tools/WinLauncher/
WinLauncher.cpp 57 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
58 INT_PTR CALLBACK About(HWND, UINT, WPARAM, LPARAM);
59 LRESULT CALLBACK MyEditProc(HWND, UINT, WPARAM, LPARAM);
256 return static_cast<int>(msg.wParam);
326 void PrintView(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
376 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
382 wmId = LOWORD(wParam);
383 wmEvent = HIWORD(wParam);
    [all...]
  /external/webkit/Source/WebCore/platform/win/
PlatformMouseEventWin.cpp 80 PlatformMouseEvent::PlatformMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool didActivateWebView)
84 , m_shiftKey(wParam & MK_SHIFT)
85 , m_ctrlKey(wParam & MK_CONTROL)
90 , m_modifierFlags(wParam)
114 if (wParam & MK_LBUTTON)
116 else if (wParam & MK_MBUTTON)
118 else if (wParam & MK_RBUTTON)
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.h 196 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
198 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
200 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
202 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
204 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebInspectorProxy.h 121 static LRESULT CALLBACK InspectorViewWndProc(HWND, UINT, WPARAM, LPARAM);
122 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
124 LRESULT onSizeEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
125 LRESULT onMinMaxInfoEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
126 LRESULT onSetFocusEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
127 LRESULT onCloseEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);

Completed in 1354 milliseconds

1 2 3 4 5 6 7 8 91011