Searched defs:SelectedKeywordView (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/location_bar/
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 gfx::FontList& font_list,
27 virtual ~SelectedKeywordView();
52 DISALLOW_COPY_AND_ASSIGN(SelectedKeywordView);
H A Dselected_keyword_view.cc25 SelectedKeywordView::SelectedKeywordView(const gfx::FontList& font_list, function in class:SelectedKeywordView
39 SelectedKeywordView::~SelectedKeywordView() {
42 gfx::Size SelectedKeywordView::GetPreferredSize() const {
47 gfx::Size SelectedKeywordView::GetMinimumSize() const {
52 void SelectedKeywordView::Layout() {
58 void SelectedKeywordView::SetKeyword(const base::string16& keyword) {

Completed in 107 milliseconds