Home
last modified time | relevance | path

Searched refs:top_left_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/bubble/
Dbubble_border.cc16 SkBitmap* BubbleBorder::top_left_ = NULL; member in BubbleBorder
170 top_left_ = rb.GetBitmapNamed(IDR_BUBBLE_TL); in InitClass()
186 std::max(std::max(top_left_->width(), top_right_->width()), in InitClass()
190 std::max(std::max(top_left_->height(), top_right_->height()), in InitClass()
200 const int tl_width = top_left_->width(); in Paint()
201 const int tl_height = top_left_->height(); in Paint()
261 canvas->DrawBitmapInt(*top_left_, left, top); in Paint()
Dbubble_border.h133 static SkBitmap* top_left_; variable