HomeSort by relevance Sort by last modified time
    Searched full:margin_width_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
username_view.cc 107 margin_width_ = bounds.height() * kMarginRatio;
120 text_width += margin_width_;
123 bool use_fading_for_text = text_width + margin_width_ >= bounds.width();
131 bounds.width() - bounds.height() - margin_width_ :
134 bounds.width() - margin_width_);
163 kInvisibleHaloColor, bounds.x() + margin_width_,
164 bounds.y(), bounds.width() - 2 * margin_width_,
username_view.h 60 int margin_width_; member in class:chromeos::UsernameView

Completed in 954 milliseconds