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

  /external/chromium_org/ui/views/bubble/
bubble_delegate.h 97 bool adjust_if_offscreen() const { return adjust_if_offscreen_; }
98 void set_adjust_if_offscreen(bool adjust) { adjust_if_offscreen_ = adjust; }
212 bool adjust_if_offscreen_; member in class:views::BubbleDelegateView
bubble_delegate.cc 128 adjust_if_offscreen_(true),
151 adjust_if_offscreen_(true),
381 GetPreferredSize(), adjust_if_offscreen_);

Completed in 175 milliseconds