Home
last modified time | relevance | path

Searched refs:TypePointer (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
DWebCursorInfo.h50 TypePointer, enumerator
108 explicit WebCursorInfo(Type type = TypePointer)
/external/webkit/Source/WebCore/platform/chromium/
DPlatformCursor.h43 TypePointer, enumerator
90 explicit PlatformCursor(int type = 0) : m_type(TypePointer) {} in m_type() argument
DCursorChromium.cpp65 static const Cursor c(PlatformCursor::TypePointer); in pointerCursor()
326 COMPILE_ASSERT_MATCHING_ENUM(Pointer, TypePointer);
/external/chromium/webkit/glue/
Dwebcursor.cc18 : type_(WebCursorInfo::TypePointer) { in WebCursor()
23 : type_(WebCursorInfo::TypePointer) { in WebCursor()
151 type_ = WebCursorInfo::TypePointer; in Clear()
Dwebcursor_mac.mm83 case WebCursorInfo::TypePointer:
176 cursor_info.type = WebCursorInfo::TypePointer;
233 cursor_info.type = WebCursorInfo::TypePointer;
289 cursor_info.type = WebCursorInfo::TypePointer;
330 cursor_info.type = WebCursorInfo::TypePointer;
Dwebcursor_win.cc17 case WebCursorInfo::TypePointer: in ToCursorID()
118 { LoadCursor(NULL, IDC_ARROW), WebCursorInfo::TypePointer }, in ToCursorType()
Dwebcursor_gtk.cc71 case WebCursorInfo::TypePointer: in GetCursorType()
/external/webkit/Source/WebKit/chromium/src/
DAssertMatchingEnums.cpp231 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypePointer, PlatformCursor::TypePointer);