/external/chromium_org/chrome/browser/importer/ |
profile_writer.h | 22 class TemplateURL; 86 // If |unique_on_host_and_path| is true, a TemplateURL is only added if there 87 // is not an existing TemplateURL that has a replaceable search url with the 89 virtual void AddKeywords(ScopedVector<TemplateURL> template_urls,
|
/external/chromium_org/chrome/browser/ui/gtk/ |
edit_search_engine_dialog.h | 19 class TemplateURL; 24 TemplateURL* template_url,
|
/external/chromium_org/chrome/browser/ui/search_engines/ |
template_url_fetcher_ui_callbacks.cc | 32 TemplateURL* template_url, 34 scoped_ptr<TemplateURL> owned_template_url(template_url);
|
template_url_fetcher_ui_callbacks.h | 29 virtual void ConfirmAddSearchProvider(TemplateURL* template_url,
|
template_url_table_model.h | 18 class TemplateURL; 32 // each row in the tableview. Each ModelEntry wraps a TemplateURL, providing 75 // Returns the TemplateURL at the specified index. 76 TemplateURL* GetTemplateURL(int index); 78 // Returns the index of the TemplateURL, or -1 if it the TemplateURL is not 80 int IndexOfTemplateURL(const TemplateURL* template_url); 87 // Make the TemplateURL at |index| the default. Returns the new index, or -1
|
template_url_table_model.cc | 35 // ModelEntry wraps a TemplateURL as returned from the TemplateURL. 43 ModelEntry(TemplateURLTableModel* model, TemplateURL* template_url) 53 TemplateURL* template_url() { 92 favicon_url = TemplateURL::GenerateFaviconURL(url); 113 TemplateURL* template_url_; 151 TemplateURL* template_url = *i; 156 else if (template_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION) 188 const TemplateURL* url = entries_[row]->template_url(); 253 TemplateURL* template_url = GetTemplateURL(index) [all...] |
edit_search_engine_controller.cc | 20 TemplateURL* template_url, 42 // TemplateURL owner because |template_url_| might be NULL and we can't call 46 TemplateURL t_url(profile_, data); 69 const TemplateURL* turl_with_keyword = 85 TemplateURL* existing = 135 TemplateURL t_url(profile_, data);
|
/external/chromium/chrome/browser/search_engines/ |
template_url_model.cc | 56 std::vector<TemplateURL*>* template_urls, 57 const TemplateURL** default_search_provider) { 60 for (std::vector<TemplateURL*>::iterator i = template_urls->begin(); 62 TemplateURL* template_url = *i; 187 GURL TemplateURLModel::GenerateSearchURL(const TemplateURL* t_url) { 195 const TemplateURL* t_url, 216 const TemplateURL** template_url_to_replace) { 220 const TemplateURL* existing_url = GetTemplateURLForKeyword(keyword); 222 // We already have a TemplateURL for this keyword. Only allow it to be 223 // replaced if the TemplateURL can be replaced [all...] |
template_url.cc | 268 const TemplateURL& host, 281 const TemplateURL& host, 482 string16 TemplateURLRef::SearchTermToString16(const TemplateURL& host, 555 // TemplateURL ---------------------------------------------------------------- 558 GURL TemplateURL::GenerateFaviconURL(const GURL& url) { 574 bool TemplateURL::SupportsReplacement(const TemplateURL* turl) { 580 bool TemplateURL::SupportsReplacementUsingTermsData( 581 const TemplateURL* turl, 587 TemplateURL::TemplateURL( [all...] |
template_url.h | 20 class TemplateURL; 24 // TemplateURL represents the relevant portions of the Open Search Description 26 // The main use case for TemplateURL is to use the TemplateURLRef returned by 40 // Both TemplateURL and TemplateURLRef have value semantics. This allows the 72 // The TemplateURL is used to determine the input encoding for the term. 74 const TemplateURL& host, 83 const TemplateURL& host, 122 // Converts the specified term in the encoding of the host TemplateURL to a 124 string16 SearchTermToString16(const TemplateURL& host, 140 friend class TemplateURL; [all...] |
template_url_fetcher_unittest.cc | 33 TemplateURL* template_url, 36 TemplateURL* template_url, 72 TemplateURL* template_url, 75 TemplateURL* template_url, 91 // The last TemplateURL to come from a callback. 92 scoped_ptr<TemplateURL> last_callback_template_url_; 116 TemplateURL* template_url, 122 TemplateURL* template_url, 144 TemplateURL* template_url, 151 TemplateURL* template_url [all...] |
template_url_fetcher.h | 15 class TemplateURL; 19 // documents, creating a TemplateURL from the OSDD, and adding the TemplateURL 35 // it is downloaded. If successful and the result can be parsed, a TemplateURL
|
/external/chromium_org/chrome/browser/autocomplete/ |
keyword_provider.h | 24 class TemplateURL; 78 static const TemplateURL* GetSubstitutingTemplateURLForInput( 128 const TemplateURL* template_url, 138 const TemplateURL* element,
|
/external/chromium/chrome/browser/autocomplete/ |
keyword_provider.h | 26 class TemplateURL; 69 static const TemplateURL* GetSubstitutingTemplateURLForInput( 108 const TemplateURL* element,
|
/external/chromium/chrome/browser/ui/views/ |
edit_search_engine_dialog.h | 28 class TemplateURL; 36 EditSearchEngineDialog(const TemplateURL* template_url, 43 const TemplateURL* template_url,
|
dialog_stubs_gtk.cc | 33 const TemplateURL* template_url,
|
/external/chromium_org/chrome/browser/ui/views/ |
edit_search_engine_dialog.h | 24 class TemplateURL; 30 EditSearchEngineDialog(TemplateURL* template_url, 37 TemplateURL* template_url,
|
/external/chromium_org/chrome/browser/search_engines/ |
template_url_service_sync_unittest.cc | 54 syncer::SyncData CreateCustomSyncData(const TemplateURL& turl, 209 // Create a TemplateURL with some test values. The caller owns the returned 210 // TemplateURL*. 211 TemplateURL* CreateTestTemplateURL(const base::string16& keyword, 220 void AssertEquals(const TemplateURL& expected, 221 const TemplateURL& actual) const; 231 TemplateURL* turl) const; 240 TemplateURL* Deserialize(const syncer::SyncData& sync_data); 242 // Creates a new TemplateURL copying the fields of |turl| but replacing 245 // TemplateURL* [all...] |
template_url_service_android.cc | 53 std::vector<TemplateURL*> template_urls = 59 TemplateURL* template_url = template_urls[selected_index_size_t]; 67 std::vector<TemplateURL*> template_urls = 69 TemplateURL* default_search_provider = 93 const TemplateURL* default_search_provider = 102 TemplateURL* default_search_provider = 112 TemplateURL* template_url = template_url_service_->GetTemplateURLs()[index]; 124 bool TemplateUrlServiceAndroid::IsPrepopulatedTemplate(TemplateURL* url) { 142 const TemplateURL* default_provider = 162 TemplateURL* default_provider [all...] |
search_host_to_urls_map.cc | 26 void SearchHostToURLsMap::Add(TemplateURL* template_url, 39 void SearchHostToURLsMap::Remove(TemplateURL* template_url, 60 TemplateURL* SearchHostToURLsMap::GetTemplateURLForHost( 88 void SearchHostToURLsMap::RemoveByPointer(TemplateURL* template_url) { 96 // A given TemplateURL only occurs once in the map. As soon as we find the
|
template_url_fetcher.h | 15 class TemplateURL; 23 // documents, creating a TemplateURL from the OSDD, and adding the TemplateURL 38 // it is downloaded. If successful and the result can be parsed, a TemplateURL 42 // and if there's already a non-replaceable TemplateURL in the model for
|
/external/chromium/chrome/browser/importer/ |
firefox2_importer.h | 20 class TemplateURL; 37 // Creates a TemplateURL with the |keyword| and |url|. |title| may be empty. 38 // This function transfers ownership of the created TemplateURL to the caller. 39 static TemplateURL* CreateTemplateURL(const string16& title, 53 std::vector<TemplateURL*>* template_urls,
|
/external/chromium/chrome/browser/instant/ |
instant_controller.h | 36 class TemplateURL; 219 void UpdateLoader(const TemplateURL* template_url, 227 // a TemplateURL that supports the instant API it is set in |template_url|. 229 const TemplateURL** template_url); 251 // Returns the TemplateURL to use for the specified AutocompleteMatch, or 252 // NULL if there is no TemplateURL for |match|. 253 const TemplateURL* GetTemplateURL(const AutocompleteMatch& match);
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_current_page_delegate_impl.h | 30 TemplateURL* template_url,
|
/external/chromium/chrome/browser/ui/search_engines/ |
keyword_editor_controller_unittest.cc | 123 // Tests adding a TemplateURL. 139 const TemplateURL* turl = model_->GetTemplateURLs()[0]; 146 // Tests modifying a TemplateURL. 152 const TemplateURL* turl = model_->GetTemplateURLs()[0]; 163 // Tests making a TemplateURL the default search provider. 168 const TemplateURL* turl = model_->GetTemplateURLs()[0]; 182 // Tests that a TemplateURL can't be made the default if the default search 189 const TemplateURL* turl1 = 192 const TemplateURL* turl2 = 206 // Tests that a TemplateURL can't be edited if it is the managed default searc [all...] |