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

  /external/chromium/chrome/browser/ui/search_engines/
template_url_table_model.cc 124 template_url_model_(template_url_model) {
126 template_url_model_->Load();
127 template_url_model_->AddObserver(this);
132 template_url_model_->RemoveObserver(this);
141 std::vector<const TemplateURL*> urls = template_url_model_->GetTemplateURLs();
184 if (template_url_model_->GetDefaultSearchProvider() == &url) {
240 template_url_model_->RemoveObserver(this);
252 template_url_model_->Remove(template_url);
253 template_url_model_->AddObserver(this);
262 template_url_model_->RemoveObserver(this)
    [all...]
template_url_table_model.h 87 TemplateURLModel* template_url_model() const { return template_url_model_; }
107 TemplateURLModel* template_url_model_; member in class:TemplateURLTableModel
  /external/chromium/chrome/browser/ui/webui/options/
browser_options_handler.cc 39 : template_url_model_(NULL), startup_custom_pages_table_model_(NULL) {
48 if (template_url_model_)
49 template_url_model_->RemoveObserver(this);
253 if (!template_url_model_ || !template_url_model_->loaded())
257 template_url_model_->GetDefaultSearchProvider();
262 template_url_model_->GetTemplateURLs();
289 template_url_model_->GetTemplateURLs();
292 template_url_model_->SetDefaultSearchProvider(model_urls[selected_index]);
298 template_url_model_ = web_ui_->GetProfile()->GetTemplateURLModel()
    [all...]
browser_options_handler.h 114 TemplateURLModel* template_url_model_; // Weak. member in class:BrowserOptionsHandler
  /external/chromium/chrome/browser/ui/views/
default_search_view.h 85 TemplateURLModel* template_url_model_; member in class:DefaultSearchView
default_search_view.cc 166 if (!template_url_model_->CanMakeDefault(set_as_default))
169 template_url_model_->Add(proposed_turl_.release());
170 template_url_model_->SetDefaultSearchProvider(set_as_default);
181 template_url_model_(template_url_model) {
215 template_url_model_->GetDefaultSearchProvider(),
  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.cc 121 template_url_model_(NULL) {
134 if (template_url_model_)
135 template_url_model_->RemoveObserver(this);
    [all...]
location_bar_view.h 410 TemplateURLModel* template_url_model_; member in class:LocationBarView
  /external/chromium/chrome/browser/profiles/
profile_impl.h 221 scoped_ptr<TemplateURLModel> template_url_model_; member in class:ProfileImpl
profile_impl.cc 593 template_url_model_.reset();
    [all...]

Completed in 832 milliseconds