HomeSort by relevance Sort by last modified time
    Searched refs:native_type_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/base/cursor/
cursor.cc 10 : native_type_(0),
16 : native_type_(type),
22 : native_type_(cursor.native_type_),
25 if (native_type_ == kCursorCustom)
30 if (native_type_ == kCursorCustom)
35 if (native_type_ == kCursorCustom)
38 if (native_type_ == kCursorCustom)
45 if (native_type_ == kCursorCustom)
47 native_type_ = cursor.native_type_
    [all...]
cursor.h 103 int native_type() const { return native_type_; }
112 bool operator==(int type) const { return native_type_ == type; }
114 return native_type_ == cursor.native_type_ &&
118 bool operator!=(int type) const { return native_type_ != type; }
120 return native_type_ != cursor.native_type_ ||
133 int native_type_; member in class:ui::Cursor

Completed in 40 milliseconds