Searched refs:rect_ (Results 1 – 2 of 2) sorted by relevance
104 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()
185 gfx::Rect rect_; variable