OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hover_animation
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/tabs/
tab.cc
512
hover_animation
() &&
513
(
hover_animation
()->IsShowing() ||
hover_animation
()->is_animating())) {
586
const ui::SlideAnimation* hover_slide =
hover_animation
();
645
if (
hover_animation
())
646
return kHoverOpacity *
hover_animation
()->GetCurrentValue() * scale + min;
base_tab.h
112
const ui::SlideAnimation*
hover_animation
() const {
function in class:BaseTab
Completed in 468 milliseconds