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

  /external/chromium/chrome/browser/ui/views/location_bar/
keyword_hint_view.cc 28 trailing_label_ = new views::Label();
30 AddChildView(trailing_label_);
43 trailing_label_->SetFont(font);
48 trailing_label_->SetColor(color);
74 trailing_label_->SetText(
104 prefsize = trailing_label_->GetPreferredSize();
120 trailing_label_->SetVisible(show_labels);
129 pref = trailing_label_->GetPreferredSize();
130 trailing_label_->SetBounds(x, 0, pref.width(), height());
keyword_hint_view.h 52 views::Label* trailing_label_; member in class:KeywordHintView

Completed in 41 milliseconds