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

  /external/webkit/Source/WebKit2/UIProcess/API/C/win/
WKViewPrivate.cpp 34 void WKViewSetOverrideCursor(WKViewRef viewRef, HCURSOR overrideCursor)
WKViewPrivate.h 36 WK_EXPORT void WKViewSetOverrideCursor(WKViewRef viewRef, HCURSOR overrideCursor);
  /external/chromium/webkit/glue/
webcursor.h 18 typedef HICON HCURSOR;
73 // Returns a HCURSOR representing the current WebCursor instance.
74 // The ownership of the HCURSOR (does not apply to external cursors) remains
76 HCURSOR GetCursor(HINSTANCE module_handle);
79 // the HCURSOR remains valid by not invoking the DestroyCursor/DestroyIcon
81 void InitFromExternalCursor(HCURSOR handle);
148 // An externally generated HCURSOR. We assume that it remains valid, i.e we
149 // don't attempt to copy the HCURSOR.
150 HCURSOR external_cursor_;
152 HCURSOR custom_cursor_
    [all...]
webcursor_unittest.cc 89 reinterpret_cast<HCURSOR>(1000));
93 EXPECT_EQ(reinterpret_cast<HCURSOR>(1000), custom_cursor.GetCursor(NULL));
webcursor_win.cc 113 static WebCursorInfo::Type ToCursorType(HCURSOR cursor) {
115 HCURSOR cursor;
139 HCURSOR WebCursor::GetCursor(HINSTANCE module_handle){
198 void WebCursor::InitFromExternalCursor(HCURSOR cursor) {
214 // HCURSOR being a user object can be marshaled as is.
232 // The custom_cursor_ member will be initialized to a HCURSOR the next time
webkit_glue.h 174 HCURSOR LoadCursor(int cursor_id);
  /external/webkit/Source/WebKit/chromium/public/
WebCursorInfo.h 43 typedef HICON HCURSOR;
102 // defined HCURSOR. If type is TypeCustom and externalHandle is non-
105 HCURSOR externalHandle;
  /external/webkit/Source/WebCore/platform/
Cursor.h 35 typedef HICON HCURSOR;
64 typedef HICON HCURSOR;
78 static PassRefPtr<SharedCursor> create(HCURSOR nativeCursor) { return adoptRef(new SharedCursor(nativeCursor)); }
80 HCURSOR nativeCursor() const { return m_nativeCursor; }
82 SharedCursor(HCURSOR nativeCursor) : m_nativeCursor(nativeCursor) { }
83 HCURSOR m_nativeCursor;
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.h 64 void setOverrideCursor(HCURSOR);
141 HCURSOR cursorToShow() const;
204 HCURSOR m_lastCursorSet;
205 HCURSOR m_webCoreCursor;
206 HCURSOR m_overrideCursor;
WebView.cpp 253 wcex.hCursor = ::LoadCursor(0, IDC_ARROW);
1013 HCURSOR WebView::cursorToShow() const
1019 static HCURSOR arrowCursor = ::LoadCursor(0, IDC_ARROW);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_lowvideo.h 103 extern HCURSOR SDL_hcursor;
SDL_sysmouse.c 37 HCURSOR SDL_hcursor = NULL; /* Exported for SDL_eventloop.c */
45 HCURSOR curs;
  /external/chromium/chrome/browser/ui/views/
content_setting_bubble_contents.cc 54 static HCURSOR g_hand_cursor;
68 HCURSOR ContentSettingBubbleContents::Favicon::g_hand_cursor = NULL;
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc 432 wcex.hCursor = 0;
555 static HCURSOR kCursorArrow = LoadCursor(NULL, IDC_ARROW);
556 static HCURSOR kCursorAppStarting = LoadCursor(NULL, IDC_APPSTARTING);
570 HCURSOR display_cursor = current_cursor_.GetCursor(module_handle);
    [all...]
  /external/openssl/crypto/rand/
rand_win.c 152 HCURSOR hCursor;
  /external/webkit/Source/WebKit/win/
WebView.h     [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 797 HCURSOR platformCursor = cursor.platformCursor()->nativeCursor();

Completed in 346 milliseconds