Searched defs:right_position_x (Results 1 - 2 of 2) sorted by relevance

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

Completed in 29 milliseconds