HomeSort by relevance Sort by last modified time
    Searched refs:HCURSOR (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
cursor.h 20 // Converts an HCURSOR into a |MouseCursor| instance.
21 MouseCursor* CreateMouseCursorFromHCursor(HDC dc, HCURSOR cursor);
cursor_unittest.cc 31 win::ScopedCursor cursor(reinterpret_cast<HCURSOR>(
44 cursor.Set(reinterpret_cast<HCURSOR>(
scoped_gdi_object.h 80 static void Close(HCURSOR handle) {
90 typedef ScopedGDIObject<HCURSOR, DestroyCursorTraits> ScopedCursor;
cursor.cc 114 MouseCursor* CreateMouseCursorFromHCursor(HDC dc, HCURSOR cursor) {
  /external/chromium_org/content/common/cursors/
webcursor.h 25 typedef HICON HCURSOR;
67 HCURSOR external_handle;
101 // the HCURSOR remains valid by not invoking the DestroyCursor/DestroyIcon
103 void InitFromExternalCursor(HCURSOR handle);
113 // Returns a HCURSOR representing the current WebCursor instance.
114 // The ownership of the HCURSOR (does not apply to external cursors) remains
116 HCURSOR GetCursor(HINSTANCE module_handle);
166 // An externally generated HCURSOR. We assume that it remains valid, i.e we
167 // don't attempt to copy the HCURSOR.
168 HCURSOR external_cursor_
    [all...]
webcursor.cc 172 static WebCursorInfo::Type ToCursorType(HCURSOR cursor) {
174 HCURSOR cursor;
198 void WebCursor::InitFromExternalCursor(HCURSOR cursor) {
  /external/chromium_org/third_party/WebKit/public/platform/
WebCursorInfo.h 43 typedef HICON HCURSOR;
103 // defined HCURSOR. If type is TypeCustom and externalHandle is non-
106 HCURSOR externalHandle;
  /external/chromium_org/base/win/
wrapped_window_proc.h 46 HCURSOR cursor,
wrapped_window_proc.cc 39 HCURSOR cursor,
52 class_out->hCursor = cursor;
  /external/chromium_org/ui/base/cursor/
cursor.h 19 typedef HICON HCURSOR;
25 typedef ::HCURSOR PlatformCursor;
35 // Equivalent to a NULL HCURSOR on Windows.
  /external/chromium_org/ui/views/corewm/
cursor_height_provider_win.cc 17 typedef std::map<HCURSOR, int> HeightStorage;
80 int CalculateCursorHeight(HCURSOR cursor_handle) {
135 cached_heights->find(cursor.hCursor);
139 const int height = CalculateCursorHeight(cursor.hCursor);
140 (*cached_heights)[cursor.hCursor] = height;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_funcptr.py 53 HCURSOR = c_int
63 ("hCursor", HCURSOR),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_funcptr.py 53 HCURSOR = c_int
63 ("hCursor", HCURSOR),
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_lowvideo.h 112 extern HCURSOR SDL_hcursor;
SDL_sysmouse.c 37 HCURSOR SDL_hcursor = NULL; /* Exported for SDL_eventloop.c */
45 HCURSOR curs;
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 188 void SetCursor(HCURSOR cursor);
497 HCURSOR current_cursor_;
501 HCURSOR previous_cursor_;
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
mouse_cursor_monitor_win.cc 46 HCURSOR last_cursor_;
93 if (last_cursor_ != cursor_info.hCursor) {
94 last_cursor_ = cursor_info.hCursor;
95 // Note that |cursor_info.hCursor| does not need to be freed.
97 CreateMouseCursorFromHCursor(desktop_dc_, cursor_info.hCursor));
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl.h 348 static HCURSOR WINAPI SetCursorPatch(HCURSOR cursor);
webplugin_delegate_impl_win.cc 883 wcex.hCursor = 0;
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
WinTestDlg.h 142 afx_msg HCURSOR OnQueryDragIcon();
  /external/chromium_org/win8/metro_driver/
chrome_app_view_ash.h 76 void OnSetCursor(HCURSOR cursor);
chrome_app_view_ash.cc 212 reinterpret_cast<HCURSOR>(cursor)));
817 void ChromeAppViewAsh::OnSetCursor(HCURSOR cursor) {
818 ::SetCursor(HCURSOR(cursor));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
textserv.h 104 virtual void TxSetCursor(HCURSOR hcur,WINBOOL fText) = 0;
windef.h 225 typedef HICON HCURSOR;
winuser.h 764 HCURSOR hCursor;
779 HCURSOR hCursor;
799 HCURSOR hCursor;
812 HCURSOR hCursor;
    [all...]

Completed in 1046 milliseconds

1 2