/external/chromium_org/third_party/npapi/npspy/windows/ |
gui_general.cpp | 68 static BOOL onInitDialog(HWND hWnd, HWND hWndFocus, LPARAM lParam) 72 if(lParam) 74 logger = (Logger *)(((PROPSHEETPAGE *)lParam)->lParam); 86 BOOL CALLBACK GeneralPageProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) 91 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog); 93 HANDLE_WM_NOTIFY(hWnd, wParam, lParam, onNotify);
|
gui_pause.cpp | 58 static BOOL onInitDialog(HWND hWnd, HWND hWndFocus, LPARAM lParam) 64 BOOL CALLBACK PauseDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) 69 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog); 71 HANDLE_WM_COMMAND(hWnd, wParam, lParam, onCommand);
|
gui_main.cpp | 49 BOOL CALLBACK GeneralPageProc(HWND, UINT, WPARAM, LPARAM); 50 BOOL CALLBACK LogPageProc(HWND, UINT, WPARAM, LPARAM); 51 BOOL CALLBACK FilterPageProc(HWND, UINT, WPARAM, LPARAM); 52 BOOL CALLBACK AdvancedPageProc(HWND, UINT, WPARAM, LPARAM); 68 psp[0].lParam = (LPARAM)logger; 78 psp[1].lParam = (LPARAM)logger; 88 psp[2].lParam = (LPARAM)logger [all...] |
gui_log.cpp | 126 static BOOL onInitDialog(HWND hWnd, HWND hWndFocus, LPARAM lParam) 130 if(lParam) 132 logger = (Logger *)(((PROPSHEETPAGE *)lParam)->lParam); 150 BOOL CALLBACK LogPageProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) 155 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog); 157 HANDLE_WM_COMMAND(hWnd, wParam, lParam, onCommand); 160 HANDLE_WM_NOTIFY(hWnd, wParam, lParam, onNotify) [all...] |
/external/chromium_org/content/shell/browser/ |
shell_javascript_dialog_win.cc | 19 LPARAM lparam) { 22 SetWindowLongPtr(dialog, DWLP_USER, static_cast<LONG_PTR>(lparam)); 24 reinterpret_cast<ShellJavaScriptDialog*>(lparam); 73 return DefWindowProc(dialog, message, wparam, lparam); 100 reinterpret_cast<LPARAM>(this));
|
/external/chromium/base/ |
event_recorder.cc | 26 LPARAM lParam) { 28 return EventRecorder::current()->RecordWndProc(nCode, wParam, lParam); 32 LPARAM lParam) { 34 return EventRecorder::current()->PlaybackWndProc(nCode, wParam, lParam); 164 LRESULT EventRecorder::RecordWndProc(int nCode, WPARAM wParam, LPARAM lParam) { 171 return ::CallNextHookEx(journal_hook_, nCode, wParam, lParam); 176 return ::CallNextHookEx(journal_hook_, nCode, wParam, lParam); [all...] |
/external/chromium_org/base/ |
event_recorder_win.cc | 26 LPARAM lParam) { 28 return EventRecorder::current()->RecordWndProc(nCode, wParam, lParam); 32 LPARAM lParam) { 34 return EventRecorder::current()->PlaybackWndProc(nCode, wParam, lParam); 164 LRESULT EventRecorder::RecordWndProc(int nCode, WPARAM wParam, LPARAM lParam) { 171 return ::CallNextHookEx(journal_hook_, nCode, wParam, lParam); 176 return ::CallNextHookEx(journal_hook_, nCode, wParam, lParam); [all...] |
/external/chromium_org/tools/memory_watcher/ |
hotkey.h | 42 LPARAM /*lParam*/, BOOL& bHandled) = 0;
|
/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/chromium_org/base/win/ |
message_window.h | 31 LPARAM lparam, 61 LPARAM lparam);
|
text_services_message_filter.cc | 60 HRESULT hr = keystroke_mgr_->TestKeyDown(msg.wParam, msg.lParam, &eaten); 64 hr = keystroke_mgr_->KeyDown(msg.wParam, msg.lParam, &eaten); 70 HRESULT hr = keystroke_mgr_->TestKeyUp(msg.wParam, msg.lParam, &eaten); 74 hr = keystroke_mgr_->KeyUp(msg.wParam, msg.lParam, &eaten);
|
wrapped_window_proc.h | 57 // WPARAM wparam, LPARAM lparam) { 73 WPARAM wparam, LPARAM lparam) { 76 rv = proc(hwnd, message, wparam, lparam);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
win32window.h | 56 virtual bool OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, 64 LPARAM lParam);
|
win32window.cc | 94 bool Win32Window::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, 108 WPARAM wParam, LPARAM lParam) { 112 CREATESTRUCT* cs = reinterpret_cast<CREATESTRUCT*>(lParam); 119 bool handled = that->OnMessage(uMsg, wParam, lParam, result); 135 return ::DefWindowProc(hwnd, uMsg, wParam, lParam);
|
/external/chromium_org/content/browser/renderer_host/ |
web_input_event_aurawin.cc | 21 native_event.lParam); 29 native_event.lParam); 37 native_event.lParam);
|
/external/chromium_org/ui/gfx/win/ |
singleton_hwnd.cc | 30 LPARAM lparam, 35 OnWndProc(window, message, wparam, lparam));
|
/external/dropbear/libtomcrypt/src/pk/katja/ |
katja_decrypt_key.c | 26 @param lparam The system "lparam" value 27 @param lparamlen The length of the lparam value (octets) 35 const unsigned char *lparam, unsigned long lparamlen, 90 err = pkcs_1_oaep_decode(tmp, x, lparam, lparamlen, modulus_bitlen, hash_idx,
|
katja_encrypt_key.c | 26 @param lparam The system "lparam" for the encryption 27 @param lparamlen The length of lparam (octets) 36 const unsigned char *lparam, unsigned long lparamlen, 73 if ((err = pkcs_1_oaep_encode(in, inlen, lparam,
|
/external/dropbear/libtomcrypt/src/pk/rsa/ |
rsa_decrypt_key.c | 26 @param lparam The system "lparam" value 27 @param lparamlen The length of the lparam value (octets) 36 const unsigned char *lparam, unsigned long lparamlen, 90 err = pkcs_1_oaep_decode(tmp, x, lparam, lparamlen, modulus_bitlen, hash_idx,
|
rsa_encrypt_key.c | 26 @param lparam The system "lparam" for the encryption 27 @param lparamlen The length of lparam (octets) 37 const unsigned char *lparam, unsigned long lparamlen, 79 if ((err = pkcs_1_oaep_encode(in, inlen, lparam,
|
/external/chromium_org/third_party/skia/src/views/win/ |
skia_win.cpp | 23 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 24 INT_PTR CALLBACK About(HWND, UINT, WPARAM, LPARAM); 162 // FUNCTION: WndProc(HWND, UINT, WPARAM, LPARAM) 171 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) 175 return DefWindowProc(hWnd, message, wParam, lParam); 180 if (gSkWind->wndProc(hWnd, message, wParam, lParam)) { 183 return DefWindowProc(hWnd, message, wParam, lParam); 190 INT_PTR CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) [all...] |
/external/skia/src/views/win/ |
skia_win.cpp | 23 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 24 INT_PTR CALLBACK About(HWND, UINT, WPARAM, LPARAM); 162 // FUNCTION: WndProc(HWND, UINT, WPARAM, LPARAM) 171 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) 175 return DefWindowProc(hWnd, message, wParam, lParam); 180 if (gSkWind->wndProc(hWnd, message, wParam, lParam)) { 183 return DefWindowProc(hWnd, message, wParam, lParam); 190 INT_PTR CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
win32window.cc | 90 bool Win32Window::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, 104 WPARAM wParam, LPARAM lParam) { 108 CREATESTRUCT* cs = reinterpret_cast<CREATESTRUCT*>(lParam); 115 bool handled = that->OnMessage(uMsg, wParam, lParam, result); 131 return ::DefWindowProc(hwnd, uMsg, wParam, lParam);
|
/external/chromium_org/chrome_frame/infobars/internal/ |
host_window_manager.cc | 56 // lparam must point to an HWND that is either NULL or the HWND of the displaced 58 // it, and update lparam to point to the new displaced window if it is found. 59 static BOOL CALLBACK FindDisplacedWindowProc(HWND hwnd, LPARAM lparam) { 60 DCHECK(lparam != NULL); 61 HWND* window_handle = reinterpret_cast<HWND*>(lparam); 103 reinterpret_cast<LPARAM>(&displaced_window));
|
/external/chromium_org/chrome/browser/extensions/ |
global_shortcut_listener_win.cc | 57 LPARAM lparam) { 61 int key_code = HIWORD(lparam); 63 modifiers |= (LOWORD(lparam) & MOD_SHIFT) ? ui::EF_SHIFT_DOWN : 0; 64 modifiers |= (LOWORD(lparam) & MOD_ALT) ? ui::EF_ALT_DOWN : 0; 65 modifiers |= (LOWORD(lparam) & MOD_CONTROL) ? ui::EF_CONTROL_DOWN : 0;
|