HomeSort by relevance Sort by last modified time
    Searched refs:UINT (Results 376 - 400 of 469) sorted by null

<<111213141516171819

  /external/chromium/chrome/browser/ui/views/location_bar/
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...]
about_ipc_dialog.cc 155 INT_PTR CALLBACK DialogProc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) {
  /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.15/src/audio/mme/
SDL_mmeaudio.c 107 UINT uMsg,
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5events.c 60 static SDL_keysym *TranslateKey(UINT scancode, SDL_keysym *keysym, int pressed);
554 LRESULT DX5_HandleMessage(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
899 static SDL_keysym *TranslateKey(UINT scancode, SDL_keysym *keysym, int pressed)
907 UINT vkey;
  /external/webkit/Source/WebKit/win/
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)
  /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/aac/libAACdec/src/
aacdecoder.cpp 346 UINT alignmentAnchor )
349 UINT dataStart;
405 UINT channelConfig,
406 UINT alignAnchor )
    [all...]
  /external/aac/libSBRenc/src/
ton_corr.cpp 341 UINT sbrSyntaxFlags
670 UINT useSpeechConfig) /*!< Speech or music tuning. */
    [all...]
resampler.cpp 310 UINT i;
  /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/aac/libSBRdec/src/
sbrdec_drc.cpp 208 UINT numBands = 0;
  /external/chromium/base/
message_pump_win.cc 164 HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam) {
  /external/chromium/base/win/
scoped_variant.cc 24 ScopedVariant::ScopedVariant(const wchar_t* str, UINT length) {
  /external/chromium/chrome/browser/printing/
printing_layout_uitest.cc 123 UINT smoothing = 0;
  /external/chromium/chrome/browser/ui/views/bubble/
bubble.cc 306 void Bubble::OnActivate(UINT action, BOOL minimized, HWND window) {
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_view.cc 134 typedef HRESULT (STDAPICALLTYPE *GetStockIconInfo)(SHSTOCKICONID, UINT,
  /external/clang/bindings/python/tests/cindex/
test_cursor.py 161 assert enum_type.kind == TypeKind.UINT
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/win32/
SDL_syscdrom.c 112 static int SDL_SYS_CDioctl(int id, UINT msg, DWORD flags, void *arg)
  /external/webkit/Tools/DumpRenderTree/win/
FrameLoadDelegate.cpp 218 static void CALLBACK processWorkTimer(HWND hwnd, UINT, UINT_PTR id, DWORD)

Completed in 540 milliseconds

<<111213141516171819