HomeSort by relevance Sort by last modified time
    Searched refs:list_controller_ (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/ui/webui/options/
search_engine_manager_handler.cc 35 if (list_controller_.get() && list_controller_->table_model())
36 list_controller_->table_model()->SetObserver(NULL);
40 list_controller_.reset(new KeywordEditorController(web_ui_->GetProfile()));
41 if (list_controller_.get()) {
42 list_controller_->table_model()->SetObserver(this);
102 if (!list_controller_->loaded())
107 list_controller_->url_model()->GetDefaultSearchProvider();
108 int default_index = list_controller_->table_model()->IndexOfTemplateURL(
114 list_controller_->table_model()->last_search_engine_index()
    [all...]
search_engine_manager_handler.h 41 scoped_ptr<KeywordEditorController> list_controller_; member in class:SearchEngineManagerHandler
  /external/chromium_org/chrome/browser/ui/webui/options/
search_engine_manager_handler.cc 42 if (list_controller_.get() && list_controller_->table_model())
43 list_controller_->table_model()->SetObserver(NULL);
47 list_controller_.reset(
49 DCHECK(list_controller_.get());
50 list_controller_->table_model()->SetObserver(this);
114 DCHECK(list_controller_.get());
115 if (!list_controller_->loaded())
120 list_controller_->url_model()->GetDefaultSearchProvider();
121 int default_index = list_controller_->table_model()->IndexOfTemplateURL
    [all...]
search_engine_manager_handler.h 48 scoped_ptr<KeywordEditorController> list_controller_; member in class:options::SearchEngineManagerHandler
  /external/chromium_org/chrome/browser/ui/app_list/search/
app_search_provider.h 42 AppListControllerDelegate* list_controller_; member in class:app_list::AppSearchProvider
search_controller.cc 44 list_controller_(list_controller),
62 new AppSearchProvider(profile_, list_controller_)).Pass());
66 new WebstoreProvider(profile_, list_controller_)).Pass());
search_controller.h 58 AppListControllerDelegate* list_controller_; member in class:app_list::SearchController
app_search_provider.cc 44 list_controller_(list_controller) {
67 new AppResult(profile_, (*app_it)->app_id(), list_controller_));

Completed in 59 milliseconds