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

  /external/chromium/chrome/browser/ui/views/
default_search_view.h 37 class DefaultSearchView
47 virtual ~DefaultSearchView();
66 DefaultSearchView(TabContents* tab_contents,
87 DISALLOW_COPY_AND_ASSIGN(DefaultSearchView);
default_search_view.cc 111 void DefaultSearchView::Show(TabContents* tab_contents,
120 new DefaultSearchView(tab_contents, template_url.release(),
124 DefaultSearchView::~DefaultSearchView() {
127 void DefaultSearchView::OnPaint(gfx::Canvas* canvas) {
137 void DefaultSearchView::ButtonPressed(views::Button* sender,
146 std::wstring DefaultSearchView::GetWindowTitle() const {
150 views::View* DefaultSearchView::GetInitiallyFocusedView() {
154 views::View* DefaultSearchView::GetContentsView() {
158 int DefaultSearchView::GetDialogButtons() const
    [all...]

Completed in 199 milliseconds