Searched refs:arrow_location_ (Results 1 – 8 of 8) sorted by relevance
/external/chromium/chrome/browser/ui/views/bubble/ |
D | bubble_border.cc | 55 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 …]
|
D | bubble_border.h | 38 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
|
D | bubble.cc | 136 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()
|
D | bubble.h | 210 BubbleBorder::ArrowLocation arrow_location_; variable
|
/external/chromium/chrome/browser/ui/views/ |
D | browser_bubble.h | 125 BubbleBorder::ArrowLocation arrow_location_; variable
|
D | browser_bubble.cc | 40 arrow_location_(arrow_location), in BrowserBubble()
|
D | browser_bubble_win.cc | 155 arrow_location_, view_->size()); in ResizeToView()
|
D | browser_bubble_gtk.cc | 157 arrow_location_, false, view_->size(), in ResizeToView()
|