Home
last modified time | relevance | path

Searched refs:w_param (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/automation/
Dui_controls_win.cc62 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/
Dnative_tab_contents_view_win.h52 WPARAM w_param,
55 WPARAM w_param,
62 virtual LRESULT OnNCCalcSize(BOOL w_param, LPARAM l_param) OVERRIDE;
Dnative_tab_contents_view_win.cc156 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/
Dnative_constrained_window_win.cc46 WPARAM w_param, in OnMouseActivate() argument
50 return WindowWin::OnMouseActivate(message, w_param, l_param); in OnMouseActivate()
/external/chromium/chrome/browser/ui/views/bubble/
Dborder_widget_win.h46 WPARAM w_param,
Dborder_widget_win.cc45 WPARAM w_param, in OnMouseActivate() argument
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_win.h194 LRESULT OnNotify(int w_param, NMHDR* header);
Drender_widget_host_view_win.cc1072 LRESULT RenderWidgetHostViewWin::OnNotify(int w_param, NMHDR* header) { in OnNotify() argument