Searched refs:relative_location (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc742 gfx::Point relative_location = location; local
745 relative_location.set_x(top_right_x - relative_location.x());
747 relative_location.set_x(
748 relative_location.x() - (top_left.x() + position_.x()));
750 relative_location.set_y(
751 relative_location.y() - (top_left.y() + position_.y()));
755 if (relative_location.y() > -kMousePadding &&
756 relative_location.x() < size_.width() + kMousePadding) {
757 int offset = kMousePadding + relative_location
[all...]

Completed in 73 milliseconds