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

  /external/chromium_org/chrome/browser/ui/search/
search_delegate.cc 10 SearchDelegate::SearchDelegate(SearchModel* browser_search_model)
15 SearchDelegate::~SearchDelegate() {
19 void SearchDelegate::ModelChanged(const SearchModel::State& old_state,
24 void SearchDelegate::OnTabActivated(content::WebContents* web_contents) {
32 void SearchDelegate::OnTabDeactivated(content::WebContents* web_contents) {
36 void SearchDelegate::OnTabDetached(content::WebContents* web_contents) {
40 void SearchDelegate::StopObservingTab(content::WebContents* web_contents) {
search_delegate.h 18 // The SearchDelegate class acts as a helper to the Browser class.
24 class SearchDelegate : public SearchModelObserver {
26 explicit SearchDelegate(SearchModel* browser_search_model);
27 virtual ~SearchDelegate();
57 DISALLOW_COPY_AND_ASSIGN(SearchDelegate);

Completed in 136 milliseconds