Searched refs:kCursorCustom (Results 1 – 8 of 8) sorted by relevance
25 if (native_type_ == kCursorCustom) in Cursor()30 if (native_type_ == kCursorCustom) in ~Cursor()35 if (native_type_ == kCursorCustom) in SetPlatformCursor()38 if (native_type_ == kCursorCustom) in SetPlatformCursor()45 if (native_type_ == kCursorCustom) in Assign()49 if (native_type_ == kCursorCustom) in Assign()
107 case kCursorCustom: in GetCursorId()146 if (cursor->native_type() != kCursorCustom) { in SetPlatformCursor()
130 case ui::kCursorCustom: in CursorShapeFromNative()209 else if (*cursor == kCursorCustom) in SetPlatformCursor()
60 } else if (native_type == kCursorCustom) { in SetPlatformCursor()
83 const int kCursorCustom = 44; variable
104 ui::Cursor cursor(ui::kCursorCustom); in GetNativeCursor()
99 if (native_cursor == ui::kCursorCustom) in SetCursorNative()
105 if (cursor == ui::kCursorCustom) { in SetCursor()