Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/gtk/
Dinfo_bubble_gtk.cc104 rect_ = rect ? *rect : gtk_util::WidgetBounds(anchor_widget); in Init()
278 rect_.x(), rect_.y(), &offset_x, &offset_y); in UpdateArrowLocation()
283 toplevel_x + offset_x + (rect_.width() / 2), // arrow_x in UpdateArrowLocation()
322 rect_.x(), rect_.y(), &offset_x, &offset_y); in MoveWindow()
326 screen_x = toplevel_x + offset_x + (rect_.width() / 2) - kArrowX; in MoveWindow()
328 screen_x = toplevel_x + offset_x + (rect_.width() / 2) - in MoveWindow()
334 gint screen_y = toplevel_y + offset_y + rect_.height() + in MoveWindow()
Dinfo_bubble_gtk.h185 gfx::Rect rect_; variable