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

/external/chromium/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc760 const int bubble_bottom_y = top_left.y() + position_.y() + size_.height(); local
762 if (bubble_bottom_y + offset > monitor_rect.height() ||
/external/chromium_org/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc780 const int bubble_bottom_y = top_left.y() + position_.y() + size_.height(); local
782 if (bubble_bottom_y + offset > monitor_rect.height() ||

Completed in 51 milliseconds