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

  /external/chromium/chrome/browser/ui/views/bubble/
bubble_border.cc 24 SkBitmap* BubbleBorder::bottom_arrow_ = NULL; member in class:BubbleBorder
129 bottom = std::max(bottom, bottom_arrow_->height());
180 bottom_arrow_ = rb.GetBitmapNamed(IDR_BUBBLE_B_ARROW);
185 (std::max(top_arrow_->width(), bottom_arrow_->width()) / 2) +
324 int before_arrow = arrow_offset - start_x - bottom_arrow_->width() / 2;
326 width - bl_width - br_width - bottom_arrow_->width() - before_arrow;
329 start_x + before_arrow + bottom_arrow_->width() / 2,
331 1 - bottom_arrow_->width() / 2,
336 bottom_arrow_,
bubble_border.h 143 static SkBitmap* bottom_arrow_; member in class:BubbleBorder

Completed in 167 milliseconds