OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tab_image_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/location_bar/
keyword_hint_view.cc
31
tab_image_
(new views::ImageView()) {
34
tab_image_
->SetImage(
37
AddChildView(
tab_image_
);
72
tab_image_
->GetPreferredSize().width() +
79
return
tab_image_
->GetPreferredSize();
83
int tab_width =
tab_image_
->GetPreferredSize().width();
88
tab_image_
->SetBounds(leading_label_->bounds().right(), 0, tab_width,
91
trailing_label_->SetBounds(
tab_image_
->bounds().right(), 0,
keyword_hint_view.h
58
views::ImageView*
tab_image_
;
member in class:KeywordHintView
Completed in 68 milliseconds