HomeSort by relevance Sort by last modified time
    Searched full:cursor_set_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/wm/
image_cursors.cc 59 ImageCursors::ImageCursors() : scale_(1.f), cursor_set_(ui::CURSOR_SET_NORMAL) {
100 bool success = ui::GetCursorDataFor(cursor_set_,
111 bool success = ui::GetAnimatedCursorDataFor(cursor_set_,
139 if (cursor_set_ == cursor_set)
142 cursor_set_ = cursor_set;
image_cursors.h 56 ui::CursorSetType cursor_set_; member in class:ash::ImageCursors
  /external/chromium_org/ui/views/corewm/
cursor_manager.cc 26 cursor_set_(ui::CURSOR_SET_NORMAL),
46 ui::CursorSetType cursor_set() const { return cursor_set_; }
48 cursor_set_ = cursor_set;
70 ui::CursorSetType cursor_set_; member in class:views::corewm::internal::CursorState

Completed in 51 milliseconds