Searched refs:kLightEnd (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/native_theme/
H A Dnative_theme_base.cc703 const int kLightEnd = state == kPressed ? 1 : 0; local
704 const int kDarkEnd = !kLightEnd;
706 gradient_bounds[kLightEnd].iset(rect.x(), rect.y());

Completed in 252 milliseconds