Searched refs:TypePointer (Results 1 – 8 of 8) sorted by relevance
50 TypePointer, enumerator108 explicit WebCursorInfo(Type type = TypePointer)
43 TypePointer, enumerator90 explicit PlatformCursor(int type = 0) : m_type(TypePointer) {} in m_type() argument
65 static const Cursor c(PlatformCursor::TypePointer); in pointerCursor()326 COMPILE_ASSERT_MATCHING_ENUM(Pointer, TypePointer);
18 : type_(WebCursorInfo::TypePointer) { in WebCursor()23 : type_(WebCursorInfo::TypePointer) { in WebCursor()151 type_ = WebCursorInfo::TypePointer; in Clear()
83 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;
17 case WebCursorInfo::TypePointer: in ToCursorID()118 { LoadCursor(NULL, IDC_ARROW), WebCursorInfo::TypePointer }, in ToCursorType()
71 case WebCursorInfo::TypePointer: in GetCursorType()
231 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypePointer, PlatformCursor::TypePointer);