HomeSort by relevance Sort by last modified time
    Searched refs:lParam (Results 101 - 110 of 110) sorted by null

1 2 3 45

  /external/webkit/Source/WebCore/plugins/
PluginView.h 246 static LRESULT CALLBACK PluginViewWndProc(HWND, UINT, WPARAM, LPARAM);
247 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 79 virtual bool OnMessage(UINT msg, WPARAM wp, LPARAM lp, LRESULT& result);
593 bool DeviceWatcher::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
599 reinterpret_cast<DEV_BROADCAST_DEVICEINTERFACE*>(lParam);
  /external/webkit/Source/WebKit/win/
WebView.h 830 bool handleMouseEvent(UINT, WPARAM, LPARAM);
832 bool handleContextMenuEvent(WPARAM, LPARAM);
833 bool onMeasureItem(WPARAM, LPARAM);
834 bool onDrawItem(WPARAM, LPARAM);
835 bool onInitMenuPopup(WPARAM, LPARAM);
836 bool onUninitMenuPopup(WPARAM, LPARAM);
837 void performContextMenuAction(WPARAM, LPARAM, bool byPosition);
838 bool mouseWheel(WPARAM, LPARAM, bool isMouseHWheel);
839 bool verticalScroll(WPARAM, LPARAM);
840 bool horizontalScroll(WPARAM, LPARAM);
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 211 static LRESULT CALLBACK DumpRenderTreeWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
225 return DefWindowProc(hWnd, msg, wParam, lParam);
    [all...]
  /external/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc 168 WPARAM wparam, LPARAM lparam) {
632 LPARAM parameter,
633 LPARAM data);
767 LPARAM parameter,
768 LPARAM data) {
771 // data lParam member of the BROWSEINFO structure.
772 SendMessage(window, BFFM_SETSELECTION, TRUE, (LPARAM)data);
793 browse_info.lParam = (LPARAM)path->value().c_str()
    [all...]
  /external/quake/quake/src/QW/client/
gl_vidnt.c 123 LONG WINAPI MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
277 SendMessage (mainwindow, WM_SETICON, (WPARAM)TRUE, (LPARAM)hIcon);
278 SendMessage (mainwindow, WM_SETICON, (WPARAM)FALSE, (LPARAM)hIcon);
366 SendMessage (mainwindow, WM_SETICON, (WPARAM)TRUE, (LPARAM)hIcon);
367 SendMessage (mainwindow, WM_SETICON, (WPARAM)FALSE, (LPARAM)hIcon);
1020 LPARAM lParam)
1040 window_x = (int) LOWORD(lParam);
1041 window_y = (int) HIWORD(lParam);
    [all...]
  /external/quake/quake/src/WinQuake/
gl_vidnt.cpp 123 LONG WINAPI MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
277 SendMessage (mainwindow, WM_SETICON, (WPARAM)TRUE, (LPARAM)hIcon);
278 SendMessage (mainwindow, WM_SETICON, (WPARAM)FALSE, (LPARAM)hIcon);
366 SendMessage (mainwindow, WM_SETICON, (WPARAM)TRUE, (LPARAM)hIcon);
367 SendMessage (mainwindow, WM_SETICON, (WPARAM)FALSE, (LPARAM)hIcon);
1020 LPARAM lParam)
1040 window_x = (int) LOWORD(lParam);
1041 window_y = (int) HIWORD(lParam);
    [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc     [all...]

Completed in 1302 milliseconds

1 2 3 45