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

  /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_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.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_contents_unittest.cc 48 BubbleBorder::ArrowLocation arrow_location =
205 BubbleBorder::ArrowLocation arrow_location =
227 BubbleBorder::ArrowLocation arrow_location =
bubble.cc 54 BubbleBorder::ArrowLocation arrow_location,
68 BubbleBorder::ArrowLocation arrow_location,
158 BubbleBorder::ArrowLocation arrow_location,
  /external/chromium/chrome/browser/ui/views/
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_;
pinned_contents_info_bubble.cc 11 BubbleBorder::ArrowLocation arrow_location,
40 BubbleBorder::ArrowLocation arrow_location,
browser_bubble.cc 36 BubbleBorder::ArrowLocation arrow_location)
first_run_bubble.cc 475 BubbleBorder::ArrowLocation arrow_location,
browser_actions_container.cc 509 BubbleBorder::ArrowLocation arrow_location = base::i18n::IsRTL() ?
    [all...]
  /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,
screen_locker.h 156 BubbleBorder::ArrowLocation arrow_location);
views_login_display.cc 213 BubbleBorder::ArrowLocation arrow;
screen_locker.cc     [all...]
  /external/chromium/chrome/browser/ui/views/extensions/
extension_popup.h 58 BubbleBorder::ArrowLocation arrow_location,
104 BubbleBorder::ArrowLocation arrow_location,
extension_popup.cc 49 BubbleBorder::ArrowLocation arrow_location,
184 BubbleBorder::ArrowLocation arrow_location,
extension_installed_bubble.cc 344 BubbleBorder::ArrowLocation arrow_location = BubbleBorder::TOP_RIGHT;
  /external/chromium/chrome/browser/ui/views/location_bar/
page_action_image_view.cc 87 BubbleBorder::ArrowLocation arrow_location = base::i18n::IsRTL() ?

Completed in 170 milliseconds