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 68 // does not fit on the monitor and |adjust_if_offscreen| is true.
71 bool adjust_if_offscreen);
bubble_delegate.h 97 bool adjust_if_offscreen() const { return adjust_if_offscreen_; } function in class:views::BubbleDelegateView
bubble_frame_view.cc 245 bool adjust_if_offscreen) {
250 if (adjust_if_offscreen && BubbleBorder::has_arrow(arrow)) {

Completed in 702 milliseconds