HomeSort by relevance Sort by last modified time
    Searched refs:UINT (Results 251 - 275 of 333) sorted by null

<<11121314

  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp 484 static LRESULT CALLBACK WebInspectorWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
506 void WebInspectorFrontendClient::windowReceivedMessage(HWND, UINT msg, WPARAM wParam, LPARAM lParam)
  /external/webkit/Source/WebKit/win/
WebPreferences.h 396 /* [in] */ UINT allowedRunTime);
399 /* [retval][out] */ UINT* allowedRunTime);
DefaultDownloadDelegate.cpp 121 BSTR full = SysAllocStringLen(0, (UINT)fullLength);
WebScrollBar.cpp 223 UINT msg,
FullscreenVideoController.cpp 379 LRESULT FullscreenVideoController::fullscreenClientWndProc(HWND wnd, UINT message, WPARAM wParam, LPARAM lParam)
559 LRESULT FullscreenVideoController::hudWndProc(HWND wnd, UINT message, WPARAM wParam, LPARAM lParam)
  /prebuilt/sdk/11/renderscript/clang-include/
stdint.h 219 #define __uintn_t(n) __stdint_join3(uint, n, _t)
616 #define __UINTN_MAX(n) __stdint_join3(UINT, n, _MAX)
648 #define __UINTN_C(n, v) __stdint_join3(UINT, n, _C(v))
  /prebuilt/sdk/12/renderscript/clang-include/
stdint.h 219 #define __uintn_t(n) __stdint_join3(uint, n, _t)
616 #define __UINTN_MAX(n) __stdint_join3(UINT, n, _MAX)
648 #define __UINTN_C(n, v) __stdint_join3(UINT, n, _C(v))
  /prebuilt/sdk/13/renderscript/clang-include/
stdint.h 219 #define __uintn_t(n) __stdint_join3(uint, n, _t)
616 #define __UINTN_MAX(n) __stdint_join3(UINT, n, _MAX)
648 #define __UINTN_C(n, v) __stdint_join3(UINT, n, _C(v))
  /prebuilt/sdk/14/renderscript/clang-include/
stdint.h 219 #define __uintn_t(n) __stdint_join3(uint, n, _t)
615 #define __UINTN_MAX(n) __stdint_join3(UINT, n, _MAX)
617 #define __UINTN_C(n, v) __stdint_join3(UINT, n, _C(v))
  /prebuilt/sdk/15/renderscript/clang-include/
stdint.h 219 #define __uintn_t(n) __stdint_join3(uint, n, _t)
615 #define __UINTN_MAX(n) __stdint_join3(UINT, n, _MAX)
617 #define __UINTN_C(n, v) __stdint_join3(UINT, n, _C(v))
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 162 static LRESULT CALLBACK wndProc(HWND wnd, UINT message,
  /external/chromium/chrome/browser/
process_singleton_win.cc 303 LRESULT CALLBACK ProcessSingleton::WndProc(HWND hwnd, UINT message,
  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.cc 728 UINT msg;
752 UINT msg;
    [all...]
location_bar_view.h 317 void OnMouseEvent(const views::MouseEvent& event, UINT msg);
  /external/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc 167 UINT_PTR CALLBACK SaveAsDialogHook(HWND dialog, UINT message,
169 static const UINT kPrivateMessage = 0x2F3F;
631 static int CALLBACK BrowseCallbackProc(HWND window, UINT message,
766 UINT message,
    [all...]
  /external/libpng/contrib/visupng/
VisualPng.c 40 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
41 BOOL CALLBACK AboutDlgProc (HWND, UINT, WPARAM, LPARAM) ;
145 LRESULT CALLBACK WndProc (HWND hwnd, UINT message, WPARAM wParam,
429 BOOL CALLBACK AboutDlgProc (HWND hDlg, UINT message,
  /external/opencv/otherlibs/highgui/
highgui.h 245 typedef int (CV_CDECL * CvWin32WindowCallback)(HWND, UINT, WPARAM, LPARAM, int*);
  /external/qemu/distrib/sdl-1.2.12/src/audio/mme/
SDL_mmeaudio.c 107 UINT uMsg,
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5events.c 60 static SDL_keysym *TranslateKey(UINT scancode, SDL_keysym *keysym, int pressed);
479 LRESULT DX5_HandleMessage(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
823 static SDL_keysym *TranslateKey(UINT scancode, SDL_keysym *keysym, int pressed)
831 UINT vkey;
  /external/skia/include/views/
SkEvent.h 228 static bool WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
  /external/webkit/Source/WebKit/win/Interfaces/
DOMHTML.idl 56 HRESULT length([out, retval] UINT* result);
61 HRESULT item([in] UINT index, [out, retval] IDOMNode** node);
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Display.cpp 65 typedef IDirect3D9* (WINAPI *Direct3DCreate9Func)(UINT);
74 typedef HRESULT (WINAPI *Direct3DCreate9ExFunc)(UINT, IDirect3D9Ex**);
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCacheWin.cpp 127 static const UINT CJKCodePages[] = {
142 UINT defaultCodePage;
  /external/bluetooth/glib/tests/
gio-test.c 262 UINT message,
  /external/chromium/base/
message_pump_win.cc 164 HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam) {

Completed in 707 milliseconds

<<11121314