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

  /external/chromium_org/ash/test/
mirror_window_test_api.cc 23 mirror_window_controller()->current_cursor_type_;
  /external/chromium_org/ash/display/
mirror_window_controller.h 72 int current_cursor_type_; member in class:ash::internal::MirrorWindowController
mirror_window_controller.cc 149 : current_cursor_type_(ui::kCursorNone),
263 if (current_cursor_type_ == cursor.native_type() &&
266 current_cursor_type_ = cursor.native_type();
271 current_cursor_type_,

Completed in 592 milliseconds