HomeSort by relevance Sort by last modified time
    Searched refs:LRESULT (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/webkit/WebKit/win/WebCoreSupport/
WebInspectorClient.h 82 LRESULT onGetMinMaxInfo(WPARAM, LPARAM);
83 LRESULT onSize(WPARAM, LPARAM);
84 LRESULT onClose(WPARAM, LPARAM);
85 LRESULT onSetFocus();
104 static friend LRESULT CALLBACK WebInspectorWndProc(HWND, UINT, WPARAM, LPARAM);
WebInspectorClient.cpp 397 LRESULT WebInspectorClient::onGetMinMaxInfo(WPARAM, LPARAM lParam)
406 LRESULT WebInspectorClient::onSize(WPARAM, LPARAM)
416 LRESULT WebInspectorClient::onClose(WPARAM, LPARAM)
426 LRESULT WebInspectorClient::onSetFocus()
451 static LRESULT CALLBACK WebInspectorWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
  /external/webkit/WebKitTools/WebKitAPITest/
HostWindow.h 44 static LRESULT CALLBACK wndProc(HWND, UINT uMsg, WPARAM, LPARAM);
TestsController.h 55 static LRESULT CALLBACK wndProc(HWND, UINT uMsg, WPARAM, LPARAM);
HostWindow.cpp 78 LRESULT HostWindow::wndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
TestsController.cpp 136 LRESULT TestsController::wndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
  /external/chromium/base/
event_recorder.h 65 LRESULT RecordWndProc(int nCode, WPARAM wParam, LPARAM lParam);
66 LRESULT PlaybackWndProc(int nCode, WPARAM wParam, LPARAM lParam);
event_recorder.cc 26 LRESULT CALLBACK StaticRecordWndProc(int nCode, WPARAM wParam,
32 LRESULT CALLBACK StaticPlaybackWndProc(int nCode, WPARAM wParam,
165 LRESULT EventRecorder::RecordWndProc(int nCode, WPARAM wParam, LPARAM lParam) {
203 LRESULT EventRecorder::PlaybackWndProc(int nCode, WPARAM wParam,
message_pump_win.h 176 static LRESULT CALLBACK WndProcThunk(
registry.cc 64 LRESULT r = ::RegEnumValue(key_, index_, name_, &ncount, NULL, &type_,
133 LRESULT r = ::RegEnumKeyEx(key_, index_, name_, &ncount, NULL, NULL,
255 LRESULT r = ::RegEnumValue(key_, index, buf, &bufsize, NULL, NULL,
  /external/webkit/WebCore/platform/win/
WindowMessageBroadcaster.h 48 static LRESULT CALLBACK SubclassedWndProc(HWND, UINT, WPARAM, LPARAM);
WindowMessageBroadcaster.cpp 112 LRESULT CALLBACK WindowMessageBroadcaster::SubclassedWndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
SharedTimerWin.cpp 86 LRESULT CALLBACK TimerWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
  /external/webkit/WebKit/win/
WebNodeHighlight.h 71 friend static LRESULT CALLBACK OverlayWndProc(HWND, UINT, WPARAM, LPARAM);
FullscreenVideoController.h 115 virtual LRESULT fullscreenClientWndProc(HWND, UINT message, WPARAM, LPARAM);
137 static LRESULT CALLBACK hudWndProc(HWND, UINT message, WPARAM, LPARAM);
  /external/webkit/WebCore/platform/graphics/win/
QTMovieWin.h 51 virtual LRESULT fullscreenClientWndProc(HWND, UINT message, WPARAM, LPARAM) = 0;
120 static LRESULT fullscreenWndProc(HWND, UINT message, WPARAM, LPARAM);
QTMovieWinTimer.cpp 48 static LRESULT CALLBACK TimerWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
  /external/webkit/JavaScriptCore/wtf/win/
MainThreadWin.cpp 45 LRESULT CALLBACK ThreadingWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
  /external/openssl/apps/
winrand.c 66 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam)
  /external/webkit/WebKitTools/WinLauncher/
WinLauncher.cpp 57 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
59 LRESULT CALLBACK MyEditProc(HWND, UINT, WPARAM, LPARAM);
376 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
418 LRESULT CALLBACK MyEditProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
433 return (LRESULT)CallWindowProc((WNDPROC)DefEditProc,hDlg,message,wParam,lParam);
436 return (LRESULT)CallWindowProc((WNDPROC)DefEditProc,hDlg,message,wParam,lParam);
  /external/webkit/WebCore/platform/
PopupMenu.h 159 static LRESULT CALLBACK PopupMenuWndProc(HWND, UINT, WPARAM, LPARAM);
160 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
  /external/webkit/WebCore/platform/network/
ResourceHandle.h 52 typedef LONG_PTR LRESULT;
170 friend LRESULT __stdcall ResourceHandleWndProc(HWND, unsigned message, WPARAM, LPARAM);
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_lowvideo.h 132 LRESULT CALLBACK WinMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
  /external/webkit/WebCore/platform/wince/
SharedTimerWince.cpp 55 LRESULT CALLBACK TimerWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
PasteboardWince.cpp 54 static LRESULT CALLBACK PasteboardOwnerWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
56 LRESULT lresult = 0; local
72 lresult = DefWindowProc(hWnd, message, wParam, lParam);
75 return lresult;

Completed in 939 milliseconds

1 2 3