Searched defs:NSRange (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/gfx/range/
H A Drange.h18 typedef struct _NSRange NSRange; typedef in typeref:struct:_NSRange
47 explicit Range(const NSRange& range);
96 Range& operator=(const NSRange& range);
98 // NSRange does not store the directionality of a range, so if this
99 // is_reversed(), the range will get flipped when converted to an NSRange.
100 NSRange ToNSRange() const;

Completed in 1048 milliseconds