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

  /external/chromium_org/ui/views/bubble/
bubble_frame_view.cc 317 int offscreen_adjust = 0; local
320 offscreen_adjust = available_bounds.x() - window_bounds.x();
322 offscreen_adjust = available_bounds.right() - window_bounds.right();
325 offscreen_adjust = available_bounds.y() - window_bounds.y();
327 offscreen_adjust = available_bounds.bottom() - window_bounds.bottom();
331 // |offscreen_adjust|, e.g. positive |offscreen_adjust| means bubble
335 bubble_border_->GetArrowOffset(window_bounds.size()) - offscreen_adjust);
336 if (offscreen_adjust)

Completed in 87 milliseconds