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

  /external/chromium/chrome/browser/ui/views/bubble/
bubble_border.cc 20 SkBitmap* BubbleBorder::bottom_right_ = NULL; member in class:BubbleBorder
174 bottom_right_ = rb.GetBitmapNamed(IDR_BUBBLE_BR);
187 std::max(bottom_left_->width(), bottom_right_->width()));
191 std::max(bottom_left_->height(), bottom_right_->height()));
207 const int br_width = bottom_right_->width();
208 const int br_height = bottom_right_->height();
319 canvas->DrawBitmapInt(*bottom_right_, right - br_width, bottom - br_height);
bubble_border.h 137 static SkBitmap* bottom_right_; member in class:BubbleBorder

Completed in 42 milliseconds