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

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/hang_monitor/
hung_plugin_action.cc 147 UINT message,
  /external/chromium/chrome/browser/ui/views/bubble/
bubble.h 155 virtual void OnActivate(UINT action, BOOL minimized, HWND window);
  /external/chromium/third_party/libjingle/source/talk/base/
win32socketserver.h 128 virtual bool OnMessage(UINT msg, WPARAM wp, LPARAM lp, LRESULT& result);
  /external/opencv/otherlibs/highgui/
grfmt_exr.cpp 61 #undef UINT
62 #define UINT ((Imf::PixelType)0)
67 #undef uint macro
68 #define uint unsigned macro
174 uintcnt += ( m_red->type == UINT );
179 uintcnt += ( m_green->type == UINT );
184 uintcnt += ( m_blue->type == UINT );
186 m_type = (chcnt == uintcnt) ? UINT : FLOAT;
365 uint *ui = (uint *)buffer
    [all...]
  /external/qemu/android/utils/
tempfile.c 63 UINT retval;
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_wingl_c.h 49 UINT nAttributes,
  /external/webkit/Source/WebCore/platform/
DragData.h 91 typedef HashMap<UINT, Vector<String> > DragDataMap;
  /external/webkit/Source/WebCore/platform/win/
WindowMessageBroadcaster.cpp 112 LRESULT CALLBACK WindowMessageBroadcaster::SubclassedWndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
  /external/webkit/Source/WebCore/plugins/win/
PluginMessageThrottlerWin.cpp 71 void PluginMessageThrottlerWin::appendMessage(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
PluginPackageWin.cpp 47 UINT bufferLength;
186 UINT infoSize;
  /external/webkit/Source/WebKit/chromium/src/win/
WebInputEventFactory.cpp 99 WebKeyboardEvent WebInputEventFactory::keyboardEvent(HWND hwnd, UINT message,
179 WebMouseEvent WebInputEventFactory::mouseEvent(HWND hwnd, UINT message,
309 WebMouseWheelEvent WebInputEventFactory::mouseWheelEvent(HWND hwnd, UINT message,
327 UINT keyState;
  /external/chromium/chrome/browser/
external_tab_container_win.h 255 bool ProcessUnhandledKeyStroke(HWND window, UINT message, WPARAM wparam,
359 virtual bool ProcessUnhandledKeyStroke(HWND window, UINT message,
jumplist_win.cc 56 /* [out] */ __RPC__out UINT *pcObjects) = 0;
58 /* [in] */ UINT uiIndex,
76 /* [in] */ UINT uiIndex) = 0;
96 /* [out] */ __RPC__out UINT *pcMaxSlots,
413 UINT max_slots;
platform_util_win.cc 40 UINT cidl,
  /external/quake/quake/src/QW/client/
cd_win.c 41 UINT wDeviceID;
363 LONG CDAudio_MessageHandler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
  /external/quake/quake/src/WinQuake/
cd_win.cpp 41 UINT wDeviceID;
363 LONG CDAudio_MessageHandler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
  /external/webkit/Source/WebKit/win/Interfaces/
IWebUIDelegatePrivate.idl 61 HRESULT webViewGetDlgCode([in] IWebView* sender, [in] UINT keyCode, [out, retval] LONG_PTR* code);
  /external/webkit/Source/WebKit/win/
WebNodeHighlight.cpp 212 LRESULT CALLBACK OverlayWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
266 void WebNodeHighlight::windowReceivedMessage(HWND window, UINT msg, WPARAM wParam, LPARAM lParam)
WebFrame.cpp 1001 /* [retval][out] */ UINT* result)
1024 /* [in] */ UINT from,
1025 /* [in] */ UINT length,
    [all...]
  /external/webkit/Tools/MiniBrowser/win/
BrowserWindow.cpp 46 LRESULT CALLBACK BrowserWindow::BrowserWindowWndProc(HWND window, UINT message, WPARAM wParam, LPARAM lParam)
67 LRESULT BrowserWindow::wndProc(HWND window, UINT message, WPARAM wParam, LPARAM lParam)
  /external/chromium/base/
string_number_conversions.cc 20 template <typename STR, typename INT, typename UINT, bool NEG>
76 UINT res = ToUnsignedT<INT, UINT, NEG>::ToUnsigned(value);
file_version_info_win.cc 20 UINT size;
  /external/webkit/Source/WebKit/wince/
WebView.cpp 59 LRESULT CALLBACK WebView::webViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
279 bool WebView::handleMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
391 LRESULT WebView::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
  /external/webkit/Tools/DumpRenderTree/win/
UIDelegate.cpp 331 /* [in] */ UINT pageIndex,
332 /* [in] */ UINT pageCount)
521 /* [in] */ UINT /*keyCode*/,
  /external/chromium/base/win/
win_util.cc 35 static const UINT SIZEOF_NONCLIENTMETRICS =

Completed in 508 milliseconds

1 2 3 4 5 6 7 891011>>