HomeSort by relevance Sort by last modified time
    Searched full:arrowlocation (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/chromium/chrome/browser/ui/views/bubble/
bubble_border.h 23 enum ArrowLocation {
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>(loc ^ 2)
    [all...]
border_contents.h 33 BubbleBorder::ArrowLocation arrow_location,
62 BubbleBorder::ArrowLocation* arrow_location,
border_contents.cc 15 BubbleBorder::ArrowLocation arrow_location = BubbleBorder::TOP_LEFT;
31 BubbleBorder::ArrowLocation arrow_location,
86 BubbleBorder::ArrowLocation* arrow_location,
94 BubbleBorder::ArrowLocation original_arrow_location = *arrow_location;
border_widget_win.cc 29 BubbleBorder::ArrowLocation arrow_location,
border_widget_win.h 34 BubbleBorder::ArrowLocation arrow_location,
bubble.h 96 BubbleBorder::ArrowLocation arrow_location,
108 BubbleBorder::ArrowLocation arrow_location,
145 BubbleBorder::ArrowLocation arrow_location,
210 BubbleBorder::ArrowLocation arrow_location_;
border_contents_unittest.cc 48 BubbleBorder::ArrowLocation arrow_location =
205 BubbleBorder::ArrowLocation arrow_location =
227 BubbleBorder::ArrowLocation arrow_location =
  /external/chromium/chrome/browser/ui/cocoa/
info_bubble_view.h 32 @property(assign, nonatomic) info_bubble::BubbleArrowLocation arrowLocation;
info_bubble_view.mm 12 @synthesize arrowLocation = arrowLocation_;
  /external/chromium/chrome/browser/ui/views/
pinned_contents_info_bubble.cc 11 BubbleBorder::ArrowLocation arrow_location,
40 BubbleBorder::ArrowLocation arrow_location,
pinned_contents_info_bubble.h 23 BubbleBorder::ArrowLocation arrow_location,
50 BubbleBorder::ArrowLocation arrow_location,
first_run_bubble.h 22 BubbleBorder::ArrowLocation arrow_location,
browser_bubble.h 51 BubbleBorder::ArrowLocation arrow_location);
125 BubbleBorder::ArrowLocation arrow_location_;
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_popup_controller.mm 76 arrowLocation:(info_bubble::BubbleArrowLocation)arrowLocation
88 arrowLocation:(info_bubble::BubbleArrowLocation)arrowLocation
99 [view setArrowLocation:arrowLocation];
196 arrowLocation:(info_bubble::BubbleArrowLocation)
197 arrowLocation
231 arrowLocation:arrowLocation
extension_popup_controller.h 63 // browser profile and the remaining arguments |anchoredAt| and |arrowLocation|.
74 arrowLocation:(info_bubble::BubbleArrowLocation)
75 arrowLocation
extension_popup_controller_unittest.mm 80 arrowLocation:info_bubble::kTopRight
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_popup_controller.mm 51 arrowLocation:(info_bubble::BubbleArrowLocation)arrowLocation
152 arrowLocation:(info_bubble::BubbleArrowLocation)arrowLocation
171 [view setArrowLocation:arrowLocation];
268 arrowLocation:(info_bubble::BubbleArrowLocation)
269 arrowLocation
298 arrowLocation:arrowLocation
extension_popup_controller.h 68 // browser profile and the remaining arguments |anchoredAt| and |arrowLocation|.
79 arrowLocation:(info_bubble::BubbleArrowLocation)
80 arrowLocation
  /external/chromium/chrome/browser/chromeos/login/
message_bubble.h 39 BubbleBorder::ArrowLocation arrow_location,
50 BubbleBorder::ArrowLocation arrow_location,
message_bubble.cc 109 BubbleBorder::ArrowLocation arrow_location,
126 BubbleBorder::ArrowLocation arrow_location,
  /external/chromium_org/ui/webui/resources/js/cr/ui/
bubble.js 14 var ArrowLocation = {
124 * @param {cr.ui.ArrowLocation} location The new arrow location.
126 set arrowLocation(location) {
130 this.arrowAtRight_ = location == ArrowLocation.TOP_END ||
131 location == ArrowLocation.BOTTOM_END;
134 this.arrowAtTop_ = location == ArrowLocation.TOP_START ||
135 location == ArrowLocation.TOP_END;
508 ArrowLocation: ArrowLocation,
bubble_button.js 22 this.location = cr.ui.ArrowLocation.TOP_END;
  /external/chromium/chrome/browser/ui/views/extensions/
extension_popup.h 58 BubbleBorder::ArrowLocation arrow_location,
104 BubbleBorder::ArrowLocation arrow_location,
  /external/chromium_org/chrome/browser/ui/cocoa/
info_bubble_view.h 57 @property(assign, nonatomic) info_bubble::BubbleArrowLocation arrowLocation;
info_bubble_view.mm 12 @synthesize arrowLocation = arrowLocation_;

Completed in 455 milliseconds

1 2 3