Home
last modified time | relevance | path

Searched refs:GetValueForAnimation (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/location_bar/
Dlocation_bar_view.h336 double GetValueForAnimation(bool hide) const;
Dlocation_bar_view.cc1004 const double show_value = GetValueForAnimation(false); in ShowURL()
1197 double LocationBarView::GetValueForAnimation(bool hide) const { in GetValueForAnimation() function in LocationBarView
1598 const double hide_value = GetValueForAnimation(true); in HideURL()