Home
last modified time | relevance | path

Searched refs:nativeCursor (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/
DCursor.h78 …tatic PassRefPtr<SharedCursor> create(HCURSOR nativeCursor) { return adoptRef(new SharedCursor(nat… in create() argument
80 HCURSOR nativeCursor() const { return m_nativeCursor; } in nativeCursor() function
82 SharedCursor(HCURSOR nativeCursor) : m_nativeCursor(nativeCursor) { } in SharedCursor() argument
/external/webkit/Source/WebKit2/UIProcess/win/
DWebView.cpp1036 if (!cursor.platformCursor()->nativeCursor()) in setCursor()
1038 m_webCoreCursor = cursor.platformCursor()->nativeCursor(); in setCursor()
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebChromeClient.cpp797 HCURSOR platformCursor = cursor.platformCursor()->nativeCursor(); in setCursor()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-147547 (WebCore::SharedCursor::nativeCursor):