OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:trailing_label_
(Results
1 - 4
of
4
) 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
/external/chromium_org/chrome/browser/ui/views/location_bar/
keyword_hint_view.cc
38
trailing_label_
=
66
trailing_label_
->SetText(keyword_hint.substr(content_param_offsets.front()));
73
trailing_label_
->GetPreferredSize().width(),
90
gfx::Size trailing_size(
trailing_label_
->GetPreferredSize());
91
trailing_label_
->SetBounds(tab_image_->bounds().right(), 0,
keyword_hint_view.h
59
views::Label*
trailing_label_
;
member in class:KeywordHintView
Completed in 329 milliseconds