Home
last modified time | relevance | path

Searched refs:arrow_location_ (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/ui/views/bubble/
Dbubble_border.cc55 switch (arrow_location_) { in GetBounds()
83 switch (arrow_location_) { in GetBounds()
121 switch (arrow_location_) { in GetInsets()
157 std::min(offset, (is_arrow_on_horizontal(arrow_location_) ? in SetArrowOffset()
226 else if (is_arrow_on_horizontal(arrow_location_) && in Paint()
227 !is_arrow_on_left(arrow_location_)) { in Paint()
229 } else if (!is_arrow_on_horizontal(arrow_location_) && in Paint()
230 !is_arrow_on_top(arrow_location_)) { in Paint()
235 if (arrow_location_ == LEFT_TOP || arrow_location_ == LEFT_BOTTOM) { in Paint()
264 if (arrow_location_ == TOP_LEFT || arrow_location_ == TOP_RIGHT) { in Paint()
[all …]
Dbubble_border.h38 arrow_location_(arrow_location), in BubbleBorder()
54 arrow_location_ = arrow_location; in set_arrow_location()
56 ArrowLocation arrow_location() const { return arrow_location_; } in arrow_location()
151 ArrowLocation arrow_location_; variable
Dbubble.cc136 arrow_location_(BubbleBorder::NONE), in Bubble()
148 arrow_location_(BubbleBorder::NONE), in Bubble()
163 arrow_location_ = arrow_location; in InitBubble()
289 arrow_location_, in SizeToContents()
294 arrow_location_, false, contents_->GetPreferredSize(), in SizeToContents()
Dbubble.h210 BubbleBorder::ArrowLocation arrow_location_; variable
/external/chromium/chrome/browser/ui/views/
Dbrowser_bubble.h125 BubbleBorder::ArrowLocation arrow_location_; variable
Dbrowser_bubble.cc40 arrow_location_(arrow_location), in BrowserBubble()
Dbrowser_bubble_win.cc155 arrow_location_, view_->size()); in ResizeToView()
Dbrowser_bubble_gtk.cc157 arrow_location_, false, view_->size(), in ResizeToView()