Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/bubble/
Dbubble_delegate.h97 bool adjust_if_offscreen() const { return adjust_if_offscreen_; } in adjust_if_offscreen()
98 void set_adjust_if_offscreen(bool adjust) { adjust_if_offscreen_ = adjust; } in set_adjust_if_offscreen()
221 bool adjust_if_offscreen_; variable
Dbubble_delegate.cc64 adjust_if_offscreen_(true), in BubbleDelegateView()
86 adjust_if_offscreen_(true), in BubbleDelegateView()
325 GetPreferredSize(), adjust_if_offscreen_); in GetBubbleBounds()