HomeSort by relevance Sort by last modified time
    Searched refs:RoundedView (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
rounded_view.h 16 // Corner radius of the RoundedView.
19 // Stroke width to be used by the RoundedView.
22 // Color of the inner frame of the RoundedView.
25 // Color of the outer frame of the RoundedView.
33 class RoundedView: public C {
36 RoundedView() {}
40 explicit RoundedView(const D &value) : C(value) {}
42 RoundedView(const D1& val1, const D2& val2) : C(val1, val2) {}
58 // RoundedView implementation.
61 void RoundedView<C>::Paint(gfx::Canvas* canvas)
    [all...]
username_view.cc 35 class HalfRoundedView : public RoundedView<C> {
38 : RoundedView<C>(text, use_small_shape) {
45 return RoundedView<C>::GetClipPath();
user_view.cc 262 image_view_ = new RoundedView<PodImageView>(delegate);

Completed in 46 milliseconds