OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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; }
221
bool
adjust_if_offscreen_
;
member in class:views::BubbleDelegateView
bubble_delegate.cc
64
adjust_if_offscreen_
(true),
86
adjust_if_offscreen_
(true),
325
GetPreferredSize(),
adjust_if_offscreen_
);
Completed in 446 milliseconds