HomeSort by relevance Sort by last modified time
    Searched defs:SelectedKeywordView (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/location_bar/
selected_keyword_view.cc 16 SelectedKeywordView::SelectedKeywordView(const int background_images[],
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) {
selected_keyword_view.h 20 // SelectedKeywordView displays the tab-to-search UI in the location bar view.
21 class SelectedKeywordView : public IconLabelBubbleView {
23 SelectedKeywordView(const int background_images[],
27 virtual ~SelectedKeywordView();
56 DISALLOW_IMPLICIT_CONSTRUCTORS(SelectedKeywordView);

Completed in 56 milliseconds