OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vertical_adjust
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/cc/layers/
scrollbar_layer_impl_base.cc
61
void ScrollbarLayerImplBase::SetVerticalAdjust(float
vertical_adjust
) {
62
if (vertical_adjust_ ==
vertical_adjust
)
64
vertical_adjust_ =
vertical_adjust
;
scrollbar_layer_impl_base.h
26
void SetVerticalAdjust(float
vertical_adjust
);
61
float
vertical_adjust
() const { return vertical_adjust_; }
function in class:cc::ScrollbarLayerImplBase
solid_color_scrollbar_layer_impl.cc
68
return bounds().height() +
vertical_adjust
();
painted_scrollbar_layer_impl.cc
169
return track_length_ + (orientation() == VERTICAL ?
vertical_adjust
() : 0);
/external/chromium_org/cc/trees/
layer_tree_impl.cc
333
float
vertical_adjust
= 0.0f;
local
335
vertical_adjust
=
340
horiz->SetVerticalAdjust(
vertical_adjust
);
346
vertical->SetVerticalAdjust(
vertical_adjust
);
Completed in 41 milliseconds