Searched refs:w_param (Results 1 – 8 of 8) sorted by relevance
/external/chromium/chrome/browser/automation/ |
D | ui_controls_win.cc | 62 LRESULT CALLBACK MouseHook(int n_code, WPARAM w_param, LPARAM l_param) { in MouseHook() argument 66 current_dispatcher_->DispatchedMessage(w_param); in MouseHook() 68 return CallNextHookEx(next_hook, n_code, w_param, l_param); in MouseHook() 72 LRESULT CALLBACK KeyHook(int n_code, WPARAM w_param, LPARAM l_param) { in KeyHook() argument 81 return CallNextHookEx(next_hook, n_code, w_param, l_param); in KeyHook() 176 WPARAM w_param = ui::WindowsKeyCodeForKeyboardCode(key); in SendKeyPressImpl() local 178 ::SendMessage(popup_menu, WM_KEYDOWN, w_param, l_param); in SendKeyPressImpl() 179 ::SendMessage(popup_menu, WM_KEYUP, w_param, l_param); in SendKeyPressImpl()
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
D | native_tab_contents_view_win.h | 52 WPARAM w_param, 55 WPARAM w_param, 62 virtual LRESULT OnNCCalcSize(BOOL w_param, LPARAM l_param) OVERRIDE;
|
D | native_tab_contents_view_win.cc | 156 WPARAM w_param, in OnMouseRange() argument 159 return WidgetWin::OnMouseRange(msg, w_param, l_param); in OnMouseRange() 181 WPARAM w_param, in OnReflectedMessage() argument 254 LRESULT NativeTabContentsViewWin::OnNCCalcSize(BOOL w_param, LPARAM l_param) { in OnNCCalcSize() argument
|
/external/chromium/chrome/browser/ui/views/ |
D | native_constrained_window_win.cc | 46 WPARAM w_param, in OnMouseActivate() argument 50 return WindowWin::OnMouseActivate(message, w_param, l_param); in OnMouseActivate()
|
/external/chromium/chrome/browser/ui/views/bubble/ |
D | border_widget_win.h | 46 WPARAM w_param,
|
D | border_widget_win.cc | 45 WPARAM w_param, in OnMouseActivate() argument
|
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_win.h | 194 LRESULT OnNotify(int w_param, NMHDR* header);
|
D | render_widget_host_view_win.cc | 1072 LRESULT RenderWidgetHostViewWin::OnNotify(int w_param, NMHDR* header) { in OnNotify() argument
|