Home
last modified time | relevance | path

Searched defs:Cursor (Results 1 – 15 of 15) sorted by relevance

/external/webkit/WebCore/platform/android/
DCursorAndroid.cpp36 Cursor::Cursor(Image*, const IntPoint&) in Cursor() function in WebCore::Cursor
41 Cursor::Cursor(const Cursor&) in Cursor() argument
51 Cursor& Cursor::operator=(const Cursor&) in operator =()
/external/webkit/WebCore/platform/brew/
DCursorBrew.cpp38 Cursor::Cursor(Image*, const IntPoint&) in Cursor() function in WebCore::Cursor
43 Cursor::Cursor(const Cursor&) in Cursor() argument
53 Cursor& Cursor::operator=(const Cursor&) in operator =()
/external/webkit/WebCore/platform/haiku/
DCursorHaiku.cpp38 Cursor::Cursor(PlatformCursor cursor) in Cursor() function in WebCore::Cursor
43 Cursor::Cursor(const Cursor& other) in Cursor() function in WebCore::Cursor
52 Cursor::Cursor(Image*, const IntPoint&) in Cursor() function in WebCore::Cursor
/external/webkit/WebCore/platform/wince/
DCursorWince.cpp40 Cursor::Cursor(const Cursor& other) in Cursor() function in WebCore::Cursor
45 Cursor::Cursor(Image* img, const IntPoint& hotspot) in Cursor() function in WebCore::Cursor
60 Cursor::Cursor(PlatformCursor c) in Cursor() function in WebCore::Cursor
/external/webkit/WebCore/platform/wx/
DCursorWx.cpp36 Cursor::Cursor(const Cursor& other) in Cursor() function in WebCore::Cursor
41 Cursor::Cursor(Image* image, const IntPoint&) in Cursor() function in WebCore::Cursor
58 Cursor::Cursor(wxCursor* c) in Cursor() function in WebCore::Cursor
/external/webkit/WebCore/platform/qt/
DCursorQt.cpp46 Cursor::Cursor(PlatformCursor p) in Cursor() function in WebCore::Cursor
51 Cursor::Cursor(const Cursor& other) in Cursor() function in WebCore::Cursor
60 Cursor::Cursor(Image* image, const IntPoint& hotspot) in Cursor() function in WebCore::Cursor
/external/webkit/WebCore/platform/chromium/
DChromiumBridge.h53 class Cursor; variable
DCursorChromium.cpp36 Cursor::Cursor(const Cursor& other) in Cursor() function in WebCore::Cursor
41 Cursor::Cursor(Image* image, const IntPoint& hotSpot) in Cursor() function in WebCore::Cursor
56 Cursor::Cursor(PlatformCursor c) in Cursor() function in WebCore::Cursor
/external/webkit/WebCore/platform/gtk/
DCursorGtk.cpp59 Cursor::Cursor(const Cursor& other) in Cursor() function in WebCore::Cursor
66 Cursor::Cursor(Image* image, const IntPoint& hotSpot) in Cursor() function in WebCore::Cursor
87 Cursor::Cursor(GdkCursor* c) in Cursor() function in WebCore::Cursor
/external/webkit/WebCore/platform/win/
DCursorWin.cpp42 Cursor::Cursor(const Cursor& other) in Cursor() function in WebCore::Cursor
55 Cursor::Cursor(Image* img, const IntPoint& hotspot) in Cursor() function in WebCore::Cursor
136 Cursor::Cursor(PlatformCursor c) in Cursor() function in WebCore::Cursor
/external/webkit/WebCore/platform/
DCursor.h106 Cursor() in Cursor() function
DWidget.h97 class Cursor; variable
/external/webkit/WebKit/chromium/public/
DWebCursorInfo.h38 namespace WebCore { class Cursor; } variable
/external/webkit/WebCore/page/
DEventHandler.h48 class Cursor; variable
/external/tinyxml/
Dtinyxmlparser.cpp168 const TiXmlCursor& Cursor() { return cursor; } in Cursor() function in TiXmlParsingData