OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PlatformCursor
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/
Cursor.h
45
#include "
PlatformCursor
.h"
85
typedef RefPtr<SharedCursor>
PlatformCursor
;
87
typedef NSCursor *
PlatformCursor
;
89
typedef GRefPtr<GdkCursor>
PlatformCursor
;
91
typedef const char*
PlatformCursor
;
94
typedef QCursor*
PlatformCursor
;
96
typedef wxCursor*
PlatformCursor
;
98
// See
PlatformCursor
.h
100
typedef BCursor*
PlatformCursor
;
102
typedef void*
PlatformCursor
;
[
all
...]
/external/webkit/Source/WebCore/platform/chromium/
PlatformCursor.h
40
class
PlatformCursor
{
90
explicit
PlatformCursor
(int type = 0) : m_type(TypePointer) {}
92
PlatformCursor
(Type type) : m_type(type) {}
94
PlatformCursor
(Image* image, const IntPoint& hotSpot)
Completed in 49 milliseconds