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

  /external/chromium/chrome/browser/ui/views/bubble/
bubble_border.cc 55 switch (arrow_location_) {
83 switch (arrow_location_) {
121 switch (arrow_location_) {
157 std::min(offset, (is_arrow_on_horizontal(arrow_location_) ?
226 else if (is_arrow_on_horizontal(arrow_location_) &&
227 !is_arrow_on_left(arrow_location_)) {
229 } else if (!is_arrow_on_horizontal(arrow_location_) &&
230 !is_arrow_on_top(arrow_location_)) {
235 if (arrow_location_ == LEFT_TOP || arrow_location_ == LEFT_BOTTOM)
    [all...]
bubble_border.h 38 arrow_location_(arrow_location),
54 arrow_location_ = arrow_location;
56 ArrowLocation arrow_location() const { return arrow_location_; }
151 ArrowLocation arrow_location_; member in class:BubbleBorder
bubble.cc 136 arrow_location_(BubbleBorder::NONE),
148 arrow_location_(BubbleBorder::NONE),
163 arrow_location_ = arrow_location;
289 arrow_location_,
294 arrow_location_, false, contents_->GetPreferredSize(),
bubble.h 210 BubbleBorder::ArrowLocation arrow_location_; member in class:Bubble
  /external/chromium/chrome/browser/ui/views/
browser_bubble.h 125 BubbleBorder::ArrowLocation arrow_location_; member in class:BrowserBubble
browser_bubble.cc 40 arrow_location_(arrow_location),
browser_bubble_gtk.cc 157 arrow_location_, false, view_->size(), local
browser_bubble_win.cc 155 arrow_location_, view_->size());

Completed in 254 milliseconds