OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thumb_length
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/test/
fake_scrollbar.h
38
void set_thumb_length(int
thumb_length
) { thumb_length_ =
thumb_length
; }
/external/chromium_org/cc/layers/
scrollbar_layer_impl_base.cc
166
// |<-
thumb_length
->|
215
int
thumb_length
= ThumbLength();
local
222
float max_offset = track_length -
thumb_length
;
232
thumb_length
,
241
thumb_length
);
painted_scrollbar_layer_impl.cc
147
void PaintedScrollbarLayerImpl::SetThumbLength(int
thumb_length
) {
148
if (thumb_length_ ==
thumb_length
)
150
thumb_length_ =
thumb_length
;
painted_scrollbar_layer_impl.h
37
void SetThumbLength(int
thumb_length
);
Completed in 304 milliseconds