/external/chromium/chrome/browser/hang_monitor/ |
hung_window_detector.h | 74 static BOOL CALLBACK ChildWndEnumProc(HWND child_window, LPARAM param);
|
/external/chromium/chrome/browser/ |
plugin_download_helper.cc | 178 reinterpret_cast<LPARAM>(&download_file_data));
|
external_tab_container_win.cc | 268 msg.lParam); 669 event.os_event.wParam, event.os_event.lParam); 849 LPARAM lparam) { 867 msg.lParam = lparam; [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
win32socketserver.h | 128 virtual bool OnMessage(UINT msg, WPARAM wp, LPARAM lp, LRESULT& result);
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_pk.h | 63 const unsigned char *lparam, unsigned long lparamlen, 68 const unsigned char *lparam, unsigned long lparamlen, 131 const unsigned char *lparam, unsigned long lparamlen, 136 const unsigned char *lparam, unsigned long lparamlen,
|
/external/webkit/Source/WebCore/platform/win/ |
WindowsTouch.h | 97 * - The WM_GESTURENOTIFY message lParam contains a pointer to this structure.
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/ |
WindowlessPaintRectCoordinates.cpp | 68 RECT* paintRect = reinterpret_cast<RECT*>(event->lParam);
|
/external/openssl/crypto/rand/ |
rand_win.c | 634 int RAND_event(UINT iMsg, WPARAM wParam, LPARAM lParam) 653 x=LOWORD(lParam); 654 y=HIWORD(lParam); 668 RAND_add(&lParam, sizeof(lParam), 0);
|
rand.h | 118 int RAND_event(UINT, WPARAM, LPARAM);
|
/external/quake/quake/src/QW/client/ |
vid_win.c | 149 LONG WINAPI MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
[all...] |
/external/quake/quake/src/WinQuake/ |
vid_win.cpp | 145 LONG WINAPI MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
1363 SendMessage (mainwindow, WM_SETICON, (WPARAM)TRUE, (LPARAM)hIcon); [all...] |
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglWindowsApi.cpp | 175 LRESULT CALLBACK dummyWndProc(HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam) 177 return DefWindowProc(hwnd, uMsg, wParam, lParam);
|
/external/skia/include/views/ |
SkEvent.h | 260 static bool WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_win.h | 282 LRESULT OnGetObject(UINT uMsg, WPARAM wparam, LPARAM lparam); 283 LRESULT OnImeComposition(UINT message, WPARAM wparam, LPARAM lparam);
|
autocomplete_edit_view_win.cc | 449 reinterpret_cast<LPARAM>(&WordBreakProc)); [all...] |
/external/chromium/chrome/browser/ui/views/ |
html_dialog_view.cc | 194 event.os_event.wParam, event.os_event.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/openssl/include/openssl/ |
rand.h | 118 int RAND_event(UINT, WPARAM, LPARAM);
|
/external/chromium/base/ |
message_pump_win.h | 179 HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam);
|
message_pump_win.cc | 164 HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam) { 173 return DefWindowProc(hwnd, message, wparam, lparam);
|
/external/skia/legacy/include/views/ |
SkEvent.h | 263 static bool WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
|
/external/webkit/Source/WebKit/chromium/src/ |
WebViewImpl.h | 262 // wParam, LPARAM lParam) in webkit\webkit\win\WebView.cpp. The only
|
/external/chromium/chrome/browser/ui/views/frame/ |
glass_browser_frame_view.cc | 563 reinterpret_cast<LPARAM>(throbber_icons_[throbber_frame_])); 591 reinterpret_cast<LPARAM>(frame_icon)); 599 reinterpret_cast<LPARAM>(throbber_icons_[throbber_frame_]));
|
/external/chromium/chrome/browser/printing/ |
printing_layout_uitest.cc | 238 reinterpret_cast<LPARAM>(GetDlgItem(dialog_window, print_button_id)));
|
/external/opencv/otherlibs/highgui/ |
highgui.h | 245 typedef int (CV_CDECL * CvWin32WindowCallback)(HWND, UINT, WPARAM, LPARAM, int*);
|