HomeSort by relevance Sort by last modified time
    Searched refs:UINT (Results 101 - 125 of 222) sorted by null

1 2 3 45 6 7 8 9

  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysevents.c 86 LONG (*HandleMessage)(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)=NULL;
98 static int WINAPI ToUnicode9xME(UINT vkey, UINT scancode, BYTE *keystate, LPWSTR wchars, int wsize, UINT flags);
259 TrackMouseTimerProc(HWND hWnd, UINT uMsg, UINT idEvent, DWORD dwTime)
334 LRESULT CALLBACK WinMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
914 static int WINAPI ToUnicode9xME(UINT vkey, UINT scancode, PBYTE keystate, LPWSTR wchars, int wsize, UINT flags
    [all...]
SDL_wingl.c 122 UINT matches = 0;
149 BOOL (WINAPI *wglChoosePixelFormatARB)(HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
151 (BOOL (WINAPI *)(HDC, const int *, const FLOAT *, UINT, int *, UINT *))
336 (BOOL (WINAPI *)(HDC, int, int, UINT, const int *, int *))
  /external/chromium/base/test/
test_suite.h 167 UINT new_flags = SEM_FAILCRITICALERRORS |
173 UINT existing_flags = SetErrorMode(new_flags);
  /external/webkit/WebCore/platform/
PlatformMouseEvent.h 45 typedef unsigned UINT;
139 PlatformMouseEvent(HWND, UINT, WPARAM, LPARAM, bool activatedWebView = false);
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/graphics/win/
FontPlatformDataCGWin.cpp 67 UINT stringsOffset = readBigEndianWord(buffer + 4);
74 UINT offset = 6;
  /external/webkit/WebKit/win/
FullscreenVideoController.h 115 virtual LRESULT fullscreenClientWndProc(HWND, UINT message, WPARAM, LPARAM);
137 static LRESULT CALLBACK hudWndProc(HWND, UINT message, WPARAM, LPARAM);
WebScrollBar.h 108 /* [in] */ UINT msg,
  /external/webkit/WebKit/win/Interfaces/
IWebResourceLoadDelegate.idl 143 HRESULT didReceiveContentLength([in] IWebView* webView, [in] unsigned long identifier, [in] UINT length, [in] IWebDataSource* dataSource);
IWebScrollBarPrivate.idl 69 HRESULT handleMouseEvent([in] OLE_HANDLE hwnd, [in] UINT msg, [in] WPARAM wParam, [in] LPARAM lParam);
  /external/webkit/WebKitTools/WinLauncher/
PrintWebUIDelegate.cpp 166 /* [in] */ UINT pageIndex,
167 /* [in] */ UINT pageCount)
  /external/chromium/base/
message_pump_win.h 177 HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam);
scoped_variant_win.h 37 explicit ScopedVariant(const wchar_t* str, UINT length);
scoped_variant_win_unittest.cc 41 STDMETHOD(GetTypeInfoCount)(UINT*) {
45 STDMETHOD(GetTypeInfo)(UINT, LCID, ITypeInfo**) {
49 STDMETHOD(GetIDsOfNames)(REFIID, LPOLESTR*, UINT, LCID, DISPID*) {
54 EXCEPINFO*, UINT*) {
  /external/protobuf/src/google/protobuf/
message.h 133 UINT wMsgFilterMin, UINT wMsgFilterMax) {
139 UINT wMsgFilterMin, UINT wMsgFilterMax) {
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_syswm.h 130 UINT msg; /* The type of message */
  /external/webkit/WebCore/platform/graphics/wince/
FontCacheWince.cpp 79 UINT unicodeRanges;
139 static const UINT CJKCodePages[] = {
158 UINT defaultCodePage;
245 UINT codePage = 0;
  /external/webkit/WebCore/platform/win/
PasteboardWin.cpp 47 static UINT HTMLClipboardFormat = 0;
48 static UINT BookmarkClipboardFormat = 0;
49 static UINT WebSmartPasteFormat = 0;
51 static LRESULT CALLBACK PasteboardOwnerWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
  /external/webkit/WebCore/plugins/win/
PluginMessageThrottlerWin.cpp 61 void PluginMessageThrottlerWin::appendMessage(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
  /external/webkit/WebKit/chromium/src/win/
WebInputEventFactory.cpp 89 WebKeyboardEvent WebInputEventFactory::keyboardEvent(HWND hwnd, UINT message,
168 WebMouseEvent WebInputEventFactory::mouseEvent(HWND hwnd, UINT message,
297 WebMouseWheelEvent WebInputEventFactory::mouseWheelEvent(HWND hwnd, UINT message,
315 UINT keyState;
  /external/webkit/WebKitTools/WebKitAPITest/
TestsController.cpp 136 LRESULT TestsController::wndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
  /hardware/ti/omap3/dspbridge/inc/
dbtype.h 117 typedef unsigned int UINT; /* u */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h 117 typedef unsigned int UINT; /* u */
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_syswm.h 130 UINT msg; /* The type of message */
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_syswm.h 130 UINT msg; /* The type of message */

Completed in 1560 milliseconds

1 2 3 45 6 7 8 9