Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/gtk/
Dinfo_bubble_gtk.cc254 bool wants_left = (preferred_location == ARROW_LOCATION_TOP_LEFT); in GetArrowLocation() local
262 if (left_is_onscreen && (wants_left || !right_is_onscreen)) in GetArrowLocation()
264 if (right_is_onscreen && (!wants_left || !left_is_onscreen)) in GetArrowLocation()
266 return (wants_left ? ARROW_LOCATION_TOP_LEFT : ARROW_LOCATION_TOP_RIGHT); in GetArrowLocation()