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

  /external/chromium/chrome/browser/ui/views/bubble/
bubble_border.cc 18 SkBitmap* BubbleBorder::top_right_ = NULL; member in class:BubbleBorder
172 top_right_ = rb.GetBitmapNamed(IDR_BUBBLE_TR);
186 std::max(std::max(top_left_->width(), top_right_->width()),
190 std::max(std::max(top_left_->height(), top_right_->height()),
203 const int tr_width = top_right_->width();
204 const int tr_height = top_right_->height();
290 canvas->DrawBitmapInt(*top_right_, right - tr_width, top);
bubble_border.h 135 static SkBitmap* top_right_; member in class:BubbleBorder
  /external/chromium/chrome/browser/chromeos/login/
user_view.cc 138 top_right_(top_right),
200 gfx::Point origin = top_right_;
210 gfx::Point top_right_; member in class:chromeos::RemoveButton

Completed in 52 milliseconds