HomeSort by relevance Sort by last modified time
    Searched refs:template_url_service_ (Results 26 - 31 of 31) sorted by null

12

  /external/chromium_org/components/omnibox/
base_search_provider.h 223 TemplateURLService* template_url_service_; member in class:BaseSearchProvider
search_provider.h 121 TemplateURLService* template_url_service() { return template_url_service_; }
133 TemplateURLService* template_url_service_; member in class:SearchProvider::Providers
search_provider.cc 92 : template_url_service_(template_url_service) {}
96 template_url_service_->GetTemplateURLForKeyword(default_provider_);
101 template_url_service_->GetTemplateURLForKeyword(keyword_provider_);
774 template_url_service_->search_terms_data(), client_.get()) &&
    [all...]
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc 180 template_url_service_(NULL),
198 if (template_url_service_)
199 template_url_service_->RemoveObserver(this);
    [all...]
location_bar_view.h 500 TemplateURLService* template_url_service_; member in class:LocationBarView
  /external/chromium_org/chrome/browser/ui/webui/options/
browser_options_handler.h 368 TemplateURLService* template_url_service_; // Weak. member in class:options::BrowserOptionsHandler

Completed in 284 milliseconds

12