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

  /external/chromium/chrome/browser/ui/views/bubble/
bubble_border.cc 16 SkBitmap* BubbleBorder::top_left_ = NULL; member in class:BubbleBorder
170 top_left_ = rb.GetBitmapNamed(IDR_BUBBLE_TL);
186 std::max(std::max(top_left_->width(), top_right_->width()),
190 std::max(std::max(top_left_->height(), top_right_->height()),
200 const int tl_width = top_left_->width();
201 const int tl_height = top_left_->height();
261 canvas->DrawBitmapInt(*top_left_, left, top);
bubble_border.h 133 static SkBitmap* top_left_; member in class:BubbleBorder

Completed in 430 milliseconds