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

<<111213141516171819

  /external/webkit/Source/WebKit/win/
WebScrollBar.h 103 /* [in] */ UINT msg,
  /external/webkit/Tools/DumpRenderTree/win/
ResourceLoadDelegate.h 82 /* [in] */ UINT length,
  /external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
ResizeViewWhileHidden.cpp 66 static void CALLBACK timerCallback(HWND hwnd, UINT, UINT_PTR timerID, DWORD)
  /external/webkit/Tools/WebKitAPITest/
TestsController.cpp 137 LRESULT TestsController::wndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
  /external/webkit/Tools/WinCELauncher/
main.cpp 34 static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, 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 */
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_syswm.h 139 UINT msg; /**< The type of message */
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_syswm.h 139 UINT msg; /**< The type of message */
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_syswm.h 139 UINT msg; /**< The type of message */
  /external/chromium/chrome/browser/
aeropeek_manager.cc 77 UINT iId;
78 UINT iBitmap;
133 /* [in] */ UINT cButtons,
138 /* [in] */ UINT cButtons,
624 void OnActivate(UINT action, BOOL minimized, HWND window);
638 LRESULT OnDwmSendIconicThumbnail(UINT message,
646 LRESULT OnDwmSendIconicLivePreviewBitmap(UINT message,
654 HICON OnGetIcon(UINT index);
838 void AeroPeekWindow::OnActivate(UINT action,
    [all...]
browser_main_win.cc 147 const UINT flags = MB_OK | MB_ICONWARNING | MB_TOPMOST;
267 const UINT flags = MB_OKCANCEL | MB_ICONWARNING | MB_TOPMOST;
294 const UINT flags = MB_OK | MB_ICONERROR | MB_TOPMOST;
  /external/qemu/distrib/sdl-1.2.15/src/audio/windib/
SDL_dibaudio.c 106 static void CALLBACK FillSound(HWAVEOUT hwo, UINT uMsg, DWORD_PTR dwInstance,
141 waveOutGetErrorText(code, errbuf+len, (UINT)(MAXERRORLENGTH-len));
305 result = waveOutGetDevCaps((UINT)sound, &caps, sizeof(caps));
  /external/webkit/Source/WebKit/win/Interfaces/
IWebUIDelegate.idl 473 HRESULT mouseDidMoveOverElement([in] IWebView* sender, [in] IPropertyBag* elementInformation, [in] UINT modifierFlags);
497 HRESULT validateUserInterfaceItem([in] IWebView* webView, [in] UINT itemCommandID, [in] BOOL defaultValidation, [out, retval] BOOL* isValid);
511 HRESULT shouldPerformAction([in] IWebView* webView, [in] UINT itemCommandID, [in] UINT sender);
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.cpp 75 SOFT_LINK_OPTIONAL(USER32, SetGestureConfig, BOOL, WINAPI, (HWND, DWORD, UINT, PGESTURECONFIG, UINT));
106 LRESULT CALLBACK WebView::WebViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
124 LRESULT WebView::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
389 LRESULT WebView::onMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled)
426 LRESULT WebView::onWheelEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled)
442 LRESULT WebView::onHorizontalScroll(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled)
474 LRESULT WebView::onVerticalScroll(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled)
506 LRESULT WebView::onGestureNotify(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled)
529 LRESULT WebView::onGesture(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled
    [all...]
  /external/aac/libMpegTPEnc/src/
tpenc_asc.cpp 171 UINT i;
222 UINT alignAnchor)
369 UINT alignAnchor
454 UINT extFlag = 0;
459 UINT alignAnchor = FDKgetValidBits(asc);
  /external/webkit/Source/WebKit2/Shared/win/
WebEventFactory.cpp 128 static inline WebEvent::Type keyboardEventTypeForEvent(UINT message)
150 static inline bool isSystemKeyEvent(UINT message)
327 WebMouseEvent WebEventFactory::createWebMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool didActivateWebView)
398 WebWheelEvent WebEventFactory::createWebWheelEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
446 WebKeyboardEvent WebEventFactory::createWebKeyboardEvent(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam)
  /external/webkit/Source/WebCore/platform/win/
ClipboardUtilitiesWin.cpp 168 static UINT cf = RegisterClipboardFormat(L"text/html");
318 static UINT cf = RegisterClipboardFormat(L"UniformResourceLocatorW");
325 static UINT cf = RegisterClipboardFormat(L"UniformResourceLocator");
344 static UINT cf = RegisterClipboardFormat(L"FileNameW");
351 static UINT cf = RegisterClipboardFormat(L"FileName");
359 static UINT cf = RegisterClipboardFormat(L"HTML Format");
366 static UINT cf = RegisterClipboardFormat(L"WebKit Smart Paste Format");
633 typedef HashMap<UINT, ClipboardDataItem*> ClipboardFormatMap;
669 UINT fileCount = DragQueryFileW(hdrop, 0xFFFFFFFF, 0, 0);
670 for (UINT i = 0; i < fileCount; i++)
    [all...]
  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 123 LINKSPEC_CPP AAC_DECODER_ERROR aacDecoder_GetFreeBytes ( const HANDLE_AACDECODER self, UINT *pFreeBytes){
157 const UINT length[] )
161 UINT layer, nrOfLayers = self->nrOfLayers;
553 LINKSPEC_CPP HANDLE_AACDECODER aacDecoder_Open(TRANSPORT_TYPE transportFmt, UINT nrOfLayers)
617 const UINT bufferSize[],
618 UINT *pBytesValid
697 const UINT flags)
rvlc.cpp 231 UINT treeNode;
232 UINT branchValue;
233 UINT branchNode;
236 const UINT* pEscTree;
349 UINT branchValue;
350 UINT branchNode;
352 const UINT *pRvlCodeTree = pRvlc->pHuffTreeRvlCodewds;
355 UINT treeNode = *pRvlCodeTree;
    [all...]
channel.cpp 135 UINT flags,
233 const UINT flags,
234 const UINT frame_length,
  /external/aac/libSBRdec/src/
env_extr.cpp 143 const UINT nrOfChannels,
144 const UINT flags
151 const UINT flags);
168 const UINT flags
271 const UINT flags,
481 const UINT flags,
560 const UINT flags,
762 const UINT flags)
989 const UINT nrOfChannels,
990 const UINT flag
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
win32socketserver.cc 169 virtual bool OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
174 bool OnSocketNotify(UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT& result);
189 bool Win32Socket::EventSink::OnMessage(UINT uMsg, WPARAM wParam,
201 bool Win32Socket::EventSink::OnSocketNotify(UINT uMsg, WPARAM wParam,
691 static UINT s_wm_wakeup_id = 0;
800 bool Win32SocketServer::MessageWindow::OnMessage(UINT wm, WPARAM wp,
  /external/chromium/chrome/browser/automation/
ui_controls_win.cc 110 InputDispatcher::InputDispatcher(Task* task, UINT message_waiting_for)
188 UINT i = 0;
279 UINT last_event;
  /external/aac/libAACenc/src/
qc_data.h 166 UINT maxValueInSfb[MAX_GROUPED_SFB];

Completed in 693 milliseconds

<<111213141516171819