HomeSort by relevance Sort by last modified time
    Searched refs:arrow_location (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium/chrome/browser/ui/views/bubble/
border_contents_unittest.cc 48 BubbleBorder::ArrowLocation arrow_location = local
49 border_contents.bubble_border()->arrow_location();
50 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location));
51 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(arrow_location));
52 EXPECT_TRUE(BubbleBorder::is_arrow_on_left(arrow_location));
64 arrow_location = border_contents.bubble_border()->arrow_location();
66 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location));
67 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(arrow_location));
68 EXPECT_TRUE(BubbleBorder::is_arrow_on_left(arrow_location));
205 BubbleBorder::ArrowLocation arrow_location = local
227 BubbleBorder::ArrowLocation arrow_location = local
    [all...]
border_contents.cc 15 BubbleBorder::ArrowLocation arrow_location = BubbleBorder::TOP_LEFT; local
17 arrow_location = BubbleBorder::horizontal_mirror(arrow_location);
20 bubble_border_ = new BubbleBorder(arrow_location);
31 BubbleBorder::ArrowLocation arrow_location,
37 arrow_location = BubbleBorder::horizontal_mirror(arrow_location);
38 bubble_border_->set_arrow_location(arrow_location);
56 local_contents_size, &arrow_location,
61 local_contents_size, &arrow_location,
    [all...]
border_contents.h 27 // |arrow_location| specifies the preferred location for the arrow
33 BubbleBorder::ArrowLocation arrow_location,
55 // Changes |arrow_location| to its mirrored version, vertically if |vertical|
62 BubbleBorder::ArrowLocation* arrow_location,
border_widget_win.cc 29 BubbleBorder::ArrowLocation arrow_location,
34 border_contents_->SizeAndGetBounds(position_relative_to, arrow_location,
bubble_border.h 36 explicit BubbleBorder(ArrowLocation arrow_location)
38 arrow_location_(arrow_location),
53 void set_arrow_location(ArrowLocation arrow_location) {
54 arrow_location_ = arrow_location;
56 ArrowLocation arrow_location() const { return arrow_location_; } function in class:BubbleBorder
border_widget_win.h 30 // contents should use. |arrow_location| is prefered arrow location,
34 BubbleBorder::ArrowLocation arrow_location,
bubble.h 89 // |arrow_location| specifies preferred bubble alignment.
96 BubbleBorder::ArrowLocation arrow_location,
108 BubbleBorder::ArrowLocation arrow_location,
145 BubbleBorder::ArrowLocation arrow_location,
bubble.cc 54 BubbleBorder::ArrowLocation arrow_location,
58 bubble->InitBubble(parent, position_relative_to, arrow_location,
68 BubbleBorder::ArrowLocation arrow_location,
74 bubble->InitBubble(parent, position_relative_to, arrow_location,
158 BubbleBorder::ArrowLocation arrow_location,
163 arrow_location_ = arrow_location;
230 arrow_location,
246 arrow_location, false, contents->GetPreferredSize(),
  /external/chromium/chrome/browser/ui/views/
pinned_contents_info_bubble.cc 11 BubbleBorder::ArrowLocation arrow_location,
26 position_relative_to, arrow_location,
40 BubbleBorder::ArrowLocation arrow_location,
46 bubble->InitBubble(parent, position_relative_to, 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.cc 36 BubbleBorder::ArrowLocation arrow_location)
40 arrow_location_(arrow_location),
browser_bubble.h 47 // |arrow_location| is the location where the arrow should on the bubble.
51 BubbleBorder::ArrowLocation arrow_location);
  /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,
117 bubble->InitBubble(parent, position_relative_to, arrow_location,
126 BubbleBorder::ArrowLocation arrow_location,
134 bubble->InitBubble(parent, position_relative_to, arrow_location,
screen_locker.h 153 // Shows error_info_ bubble with the |message| and |arrow_location| specified.
156 BubbleBorder::ArrowLocation arrow_location);
  /external/chromium/chrome/browser/ui/views/extensions/
extension_popup.h 47 // The positioning of the pop-up is determined by |arrow_location| according
49 // by value of |arrow_location| remains fixed during popup resizes.
50 // If |arrow_location| is BOTTOM_*, then the popup 'pops up', otherwise
58 BubbleBorder::ArrowLocation arrow_location,
104 BubbleBorder::ArrowLocation arrow_location,
extension_popup.cc 49 BubbleBorder::ArrowLocation arrow_location,
55 arrow_location),
184 BubbleBorder::ArrowLocation arrow_location,
197 arrow_location,
extension_installed_bubble.cc 344 BubbleBorder::ArrowLocation arrow_location = BubbleBorder::TOP_RIGHT; local
352 arrow_location = BubbleBorder::TOP_LEFT;
357 arrow_location, bubble_content_, this);
  /external/chromium/chrome/browser/ui/gtk/
info_bubble_gtk.h 61 // widget. Its arrow will be drawn at |arrow_location| if possible. The
68 ArrowLocationGtk arrow_location,
106 ArrowLocationGtk arrow_location,
112 ArrowLocationGtk arrow_location,
info_bubble_gtk.cc 52 ArrowLocationGtk arrow_location,
58 bubble->Init(anchor_widget, rect, content, arrow_location, grab_input);
93 ArrowLocationGtk arrow_location,
105 preferred_arrow_location_ = arrow_location;
196 ArrowLocationGtk arrow_location,
203 bool on_left = (arrow_location == ARROW_LOCATION_TOP_LEFT);
first_run_bubble.cc 103 InfoBubbleGtk::ArrowLocationGtk arrow_location = local
110 arrow_location,
page_info_bubble_gtk.cc 125 InfoBubbleGtk::ArrowLocationGtk arrow_location = base::i18n::IsRTL() ? local
131 arrow_location,
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_popup_gtk.cc 117 InfoBubbleGtk::ArrowLocationGtk arrow_location = local
124 arrow_location,
extension_installed_bubble_gtk.cc 261 InfoBubbleGtk::ArrowLocationGtk arrow_location = local
271 arrow_location =
283 arrow_location,

Completed in 323 milliseconds

1 2