OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:horizontal_scrollbar
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/animation/
scrollbar_animation_controller_linear_fade.cc
115
ScrollbarLayerImplBase*
horizontal_scrollbar
=
local
117
if (
horizontal_scrollbar
)
118
horizontal_scrollbar
->SetOpacity(opacity);
scrollbar_animation_controller_thinning.cc
183
ScrollbarLayerImplBase*
horizontal_scrollbar
=
local
185
if (
horizontal_scrollbar
) {
186
horizontal_scrollbar
->SetOpacity(
187
AdjustScale(opacity,
horizontal_scrollbar
->opacity(), opacity_change_));
188
horizontal_scrollbar
->SetThumbThicknessScaleFactor(
191
horizontal_scrollbar
->thumb_thickness_scale_factor(),
Completed in 1484 milliseconds