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

/external/chromium/chrome/browser/ui/views/bubble/
H A Dbubble_border.h23 enum ArrowLocation { enum in class:BubbleBorder
36 explicit BubbleBorder(ArrowLocation arrow_location)
53 void set_arrow_location(ArrowLocation arrow_location) {
56 ArrowLocation arrow_location() const { return arrow_location_; }
58 static ArrowLocation horizontal_mirror(ArrowLocation loc) {
59 return loc >= NONE ? loc : static_cast<ArrowLocation>(loc ^ 1);
62 static ArrowLocation vertical_mirror(ArrowLocation loc) {
63 return loc >= NONE ? loc : static_cast<ArrowLocation>(lo
[all...]

Completed in 2023 milliseconds