Searched refs:bottom_left_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/bubble/
H A Dbubble_border.cc22 SkBitmap* BubbleBorder::bottom_left_ = NULL; member in class:BubbleBorder
176 bottom_left_ = rb.GetBitmapNamed(IDR_BUBBLE_BL);
187 std::max(bottom_left_->width(), bottom_right_->width()));
191 std::max(bottom_left_->height(), bottom_right_->height()));
210 const int bl_width = bottom_left_->width();
211 const int bl_height = bottom_left_->height();
348 canvas->DrawBitmapInt(*bottom_left_, left, bottom - bl_height);
H A Dbubble_border.h139 static SkBitmap* bottom_left_; member in class:BubbleBorder

Completed in 50 milliseconds