Searched defs: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);
/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::Font& font,
28 virtual ~SelectedKeywordView();
53 DISALLOW_COPY_AND_ASSIGN(SelectedKeywordView);
H A Dselected_keyword_view.cc25 SelectedKeywordView::SelectedKeywordView(const gfx::Font& font, function in class:SelectedKeywordView
40 SelectedKeywordView::~SelectedKeywordView() {
43 gfx::Size SelectedKeywordView::GetPreferredSize() {
48 gfx::Size SelectedKeywordView::GetMinimumSize() {
53 void SelectedKeywordView::Layout() {
59 void SelectedKeywordView::SetKeyword(const string16& keyword) {

Completed in 299 milliseconds