Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/
Dstatus_bubble_views.cc772 int right_position_x = window_width - (position_.x() + size_.width()); in AvoidMouse() local
773 popup_->SetBounds(gfx::Rect(top_left.x() + right_position_x, in AvoidMouse()