OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:horiz_sb_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/controls/
scroll_view.cc
116
horiz_sb_
(new NativeScrollBar(true)),
127
horiz_sb_
->SetVisible(false);
128
horiz_sb_
->set_controller(this);
138
delete
horiz_sb_
;
170
return
horiz_sb_
?
horiz_sb_
->GetLayoutSize() : 0;
175
horiz_sb->SetVisible(
horiz_sb_
->visible());
176
delete
horiz_sb_
;
178
horiz_sb_
= horiz_sb;
240
SetControlVisibility(
horiz_sb_
, horiz_sb_required)
[
all
...]
scroll_view.h
61
const ScrollBar* horizontal_scroll_bar() const { return
horiz_sb_
; }
122
ScrollBar*
horiz_sb_
;
member in class:views::ScrollView
Completed in 583 milliseconds