HomeSort by relevance Sort by last modified time
    Searched refs:WPARAM (Results 26 - 50 of 147) sorted by null

12 3 4 5 6

  /external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
WMPrint.cpp 42 ::SendMessage(window, WM_PRINT, reinterpret_cast<WPARAM>(dc), PRF_CLIENT | PRF_CHILDREN);
AltKeyGeneratesWMSysCommand.cpp 42 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM)
  /external/webkit/Source/WebKit2/UIProcess/win/
WebInspectorProxyWin.cpp 72 LRESULT CALLBACK WebInspectorProxy::InspectorViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
77 return inspectorView->wndProc(hWnd, message, wParam, lParam);
87 return ::DefWindowProc(hWnd, message, wParam, lParam);
90 LRESULT WebInspectorProxy::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
97 lResult = onSizeEvent(hWnd, message, wParam, lParam, handled);
100 lResult = onMinMaxInfoEvent(hWnd, message, wParam, lParam, handled);
103 lResult = onSetFocusEvent(hWnd, message, wParam, lParam, handled);
106 lResult = onCloseEvent(hWnd, message, wParam, lParam, handled)
    [all...]
  /external/chromium/base/win/
wrapped_window_proc.h 41 // WPARAM wparam, LPARAM lparam) {
57 WPARAM wparam, LPARAM lparam) {
60 rv = proc(hwnd, message, wparam, lparam);
wrapped_window_proc_unittest.cc 12 WPARAM kCrashMsg = 98765;
16 WPARAM wparam, LPARAM lparam) {
19 return DefWindowProc(hwnd, message, wparam, lparam);
  /external/chromium/chrome/browser/ui/views/bubble/
border_widget_win.h 46 WPARAM w_param,
border_widget_win.cc 45 WPARAM w_param,
  /external/webkit/Source/WebCore/platform/win/
WindowMessageBroadcaster.h 48 static LRESULT CALLBACK SubclassedWndProc(HWND, UINT, WPARAM, LPARAM);
PopupMenuWin.h 110 static LRESULT CALLBACK PopupMenuWndProc(HWND, UINT, WPARAM, LPARAM);
111 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
  /external/webkit/Tools/WebKitAPITest/
TestsController.h 55 static LRESULT CALLBACK wndProc(HWND, UINT uMsg, WPARAM, LPARAM);
  /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/webkit/Source/WebCore/platform/graphics/ca/win/
LayerChangesFlusher.cpp 72 LRESULT LayerChangesFlusher::hookCallback(int code, WPARAM wParam, LPARAM lParam)
74 return shared().hookFired(code, wParam, lParam);
77 LRESULT LayerChangesFlusher::hookFired(int code, WPARAM wParam, LPARAM lParam)
92 LRESULT result = ::CallNextHookEx(m_hook, code, wParam, lParam);
  /external/chromium/base/
event_recorder.cc 25 LRESULT CALLBACK StaticRecordWndProc(int nCode, WPARAM wParam,
28 return EventRecorder::current()->RecordWndProc(nCode, wParam, lParam);
31 LRESULT CALLBACK StaticPlaybackWndProc(int nCode, WPARAM wParam,
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/skia/legacy/include/views/
SkOSWindow_Win.h 36 bool wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
  /external/webkit/Source/JavaScriptCore/wtf/win/
MainThreadWin.cpp 45 LRESULT CALLBACK ThreadingWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
50 return DefWindowProc(hWnd, message, wParam, lParam);
  /external/webkit/Tools/TestWebKitAPI/
PlatformWebView.h 78 static LRESULT CALLBACK wndProc(HWND, UINT message, WPARAM, LPARAM);
  /external/chromium/chrome/browser/
process_singleton.h 137 WPARAM wparam,
142 WPARAM wparam,
146 return msg_wnd->WndProc(hwnd, message, wparam, lparam);
  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_view_win.h 52 WPARAM w_param,
55 WPARAM w_param,
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_lowvideo.h 109 extern LONG (*HandleMessage)(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
141 LRESULT CALLBACK WinMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM 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/chromium/chrome/browser/automation/
ui_controls_win.cc 25 InputDispatcher(Task* task, WPARAM message_waiting_for);
29 void DispatchedMessage(WPARAM mouse_message);
47 const WPARAM message_waiting_for_;
62 LRESULT CALLBACK MouseHook(int n_code, WPARAM w_param, LPARAM l_param) {
72 LRESULT CALLBACK KeyHook(int n_code, WPARAM w_param, LPARAM l_param) {
120 void InputDispatcher::DispatchedMessage(WPARAM message) {
176 WPARAM w_param = ui::WindowsKeyCodeForKeyboardCode(key);
  /external/webkit/Source/WebKit2/Platform/win/
RunLoopWin.cpp 39 LRESULT CALLBACK RunLoop::RunLoopWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
44 return runLoop->wndProc(hWnd, message, wParam, lParam);
54 return ::DefWindowProc(hWnd, message, wParam, lParam);
57 LRESULT RunLoop::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
64 RunLoop::TimerBase::timerFired(this, wParam);
68 return ::DefWindowProc(hWnd, message, wParam, lParam);
160 ::PostMessage(m_runLoopMessageWindow, PerformWorkMessage, reinterpret_cast<WPARAM>(this), 0);
  /external/chromium/chrome/browser/ui/views/status_icons/
status_tray_win.cc 42 WPARAM wparam,
47 return msg_wnd->WndProc(hwnd, message, wparam, lparam);
49 return ::DefWindowProc(hwnd, message, wparam, lparam);
54 WPARAM wparam,
76 if (win_icon->icon_id() == wparam) {
85 return ::DefWindowProc(hwnd, message, wparam, lparam);
  /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) {
115 bool handled = that->OnMessage(uMsg, wParam, lParam, result);
131 return ::DefWindowProc(hwnd, uMsg, wParam, lParam);
  /external/openssl/apps/
winrand.c 66 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
113 return msg.wParam;
116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam)
138 if (RAND_event(iMsg, wParam, lParam) == 1 && seeded == 0)
147 return DefWindowProc(hwnd, iMsg, wParam, lParam);

Completed in 2089 milliseconds

12 3 4 5 6