HomeSort by relevance Sort by last modified time
    Searched refs:adjust_if_offscreen (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/views/bubble/
bubble_frame_view.h 78 // does not fit on the monitor and |adjust_if_offscreen| is true.
81 bool adjust_if_offscreen);
bubble_delegate.h 91 bool adjust_if_offscreen() const { return adjust_if_offscreen_; } function in class:views::BubbleDelegateView
bubble_frame_view.cc 264 bool adjust_if_offscreen) {
268 if (adjust_if_offscreen && BubbleBorder::has_arrow(arrow)) {

Completed in 611 milliseconds