Home
last modified time | relevance | path

Searched refs:kCursorCustom (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ui/base/cursor/
Dcursor.cc25 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()
Dcursor_loader_win.cc112 case kCursorCustom: in GetCursorId()
154 if (cursor->native_type() != kCursorCustom) { in SetPlatformCursor()
Dcursor.h83 const int kCursorCustom = 44; variable
Dcursor_loader_x11.cc132 case ui::kCursorCustom: in CursorShapeFromNative()
233 else if (*cursor == kCursorCustom) in SetPlatformCursor()
/external/chromium_org/webkit/common/cursors/
Dwebcursor_aura.cc102 ui::Cursor cursor(ui::kCursorCustom); in GetNativeCursor()
/external/chromium_org/ui/aura/
Droot_window_host_win.cc161 if (native_cursor == ui::kCursorCustom) in SetCursor()