HomeSort by relevance Sort by last modified time
    Searched full:right_is_onscreen (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
info_bubble_gtk.cc 258 bool right_is_onscreen = (arrow_x + kArrowX - width >= 0); local
262 if (left_is_onscreen && (wants_left || !right_is_onscreen))
264 if (right_is_onscreen && (!wants_left || !left_is_onscreen))

Completed in 287 milliseconds