OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DECREASE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/animation/
scrollbar_animation_controller_thinning.cc
63
opacity_change_ =
DECREASE
;
64
thickness_change_ =
DECREASE
;
74
opacity_change_ =
DECREASE
;
88
opacity_change_ = mouse_is_over_scrollbar_ ? INCREASE :
DECREASE
;
93
thickness_change_ = mouse_is_near_scrollbar_ ? INCREASE :
DECREASE
;
123
if (animation_change ==
DECREASE
&& current_value < new_value)
scrollbar_animation_controller_thinning.h
49
// a bar or
DECREASE
it (lighten / thin).
53
DECREASE
Completed in 2670 milliseconds