HomeSort by relevance Sort by last modified time
    Searched defs:wparam (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/tests/
gio-test.c 255 msg.hwnd, msg.message, msg.wParam, msg.lParam);
263 WPARAM wparam,
267 hwnd, message, wparam, lparam);
268 return DefWindowProc (hwnd, message, wparam, lparam);
427 WPARAM wparam = rand (); local
430 msg, wparam, lparam, hwnd);
431 PostMessage (hwnd, msg, wparam, lparam);
  /external/webkit/Tools/DumpRenderTree/win/
EventSender.cpp 111 static MSG makeMsg(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
116 result.wParam = wParam;
147 static WPARAM buildModifierFlags(JSContextRef context, const JSValueRef modifiers)
153 WPARAM flags = 0;
201 WPARAM wparam = 0; local
203 wparam |= buildModifierFlags(context, arguments[1]);
205 MSG msg = makeMsg(webViewWindow, mouseType, wparam, MAKELPARAM(lastMousePosition.x, lastMousePosition.y))
287 WPARAM wparam = 0; local
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc 193 WPARAM wparam, LPARAM lparam) {
195 switch (LOWORD(wparam)) {
199 ::SendMessage(GetParent(window), message, wparam, lparam); local
205 return ::DefWindowProc(window, message, wparam, lparam);
613 WPARAM wparam = rect->x() << 16 | rect->y(); local
619 SendNotifyMessage(hwnd, msg, wparam, lparam);
    [all...]

Completed in 248 milliseconds