Searched refs:SelectedKeywordView (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/location_bar/
H A Dselected_keyword_view.cc16 SelectedKeywordView::SelectedKeywordView(const int background_images[], function in class:SelectedKeywordView
26 SelectedKeywordView::~SelectedKeywordView() {
29 void SelectedKeywordView::SetFont(const gfx::Font& font) {
35 gfx::Size SelectedKeywordView::GetPreferredSize() {
41 gfx::Size SelectedKeywordView::GetMinimumSize() {
47 void SelectedKeywordView::Layout() {
53 void SelectedKeywordView::SetKeyword(const string16& keyword) {
H A Dselected_keyword_view.h20 // SelectedKeywordView displays the tab-to-search UI in the location bar view.
21 class SelectedKeywordView : public IconLabelBubbleView { class in inherits:IconLabelBubbleView
23 SelectedKeywordView(const int background_images[],
27 virtual ~SelectedKeywordView();
56 DISALLOW_IMPLICIT_CONSTRUCTORS(SelectedKeywordView);
H A Dlocation_bar_view.h42 class SelectedKeywordView;
377 SelectedKeywordView* selected_keyword_view_;
H A Dlocation_bar_view.cc182 selected_keyword_view_ = new SelectedKeywordView(

Completed in 67 milliseconds