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

  /external/chromium/chrome/browser/search_engines/
util.cc 103 TemplateURL* existing_url = NULL; local
106 existing_url = existing_url_iter->second;
107 if (!existing_url->safe_for_autoreplace()) {
110 prepopulated_url->set_keyword(existing_url->keyword());
112 existing_url->autogenerate_keyword());
113 prepopulated_url->set_short_name(existing_url->short_name());
115 prepopulated_url->set_id(existing_url->id());
117 *existing_url = *prepopulated_url;
119 service->UpdateKeyword(*existing_url);
123 existing_url = prepopulated_url.get()
    [all...]
template_url_fetcher.cc 169 const TemplateURL* existing_url; local
173 &existing_url)) {
180 existing_url = NULL;
196 &existing_url)) {
200 existing_url = NULL;
221 if (existing_url)
222 model->Remove(existing_url);
template_url_model.cc 220 const TemplateURL* existing_url = GetTemplateURLForKeyword(keyword); local
221 if (existing_url) {
225 *template_url_to_replace = existing_url;
226 return CanReplace(existing_url);
332 const TemplateURL* existing_url = GetTemplateURLForExtension(extension); local
345 if (existing_url) {
348 UpdateNoNotify(existing_url, *template_url);
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_fetcher.cc 187 TemplateURL* existing_url = NULL; local
189 &existing_url)) {
190 if (existing_url)
191 model->Remove(existing_url);
template_url_service.cc 433 TemplateURL* existing_url = GetTemplateURLForKeyword(keyword); local
435 *template_url_to_replace = existing_url;
436 if (existing_url) {
439 return CanReplace(existing_url);
1516 const TemplateURL* existing_url = i->second; local
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_webnavigation_api.cc 414 GURL existing_url = navigation_state_.GetUrl(frame_id); local
415 if (existing_url == url)
420 return existing_url.ReplaceComponents(replacements) ==
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api.cc 704 GURL existing_url = navigation_state_.GetUrl(frame_id); local
705 if (existing_url == url)
710 return existing_url.ReplaceComponents(replacements) ==
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_model_associator.cc 407 bool existing_url = history_backend_->GetURL(new_url.url(), &new_url); local
408 if (existing_url) {
429 if (existing_url) {
  /external/chromium_org/chrome/browser/history/
history_unittest.cc 1347 scope, 3, existing_url, history::RedirectList(), local
    [all...]
history_backend.cc 857 URLRow existing_url; local
858 URLID url_id = url_database->GetRowForURL(i->url(), &existing_url);
    [all...]
  /external/chromium/chrome/browser/history/
history_backend.cc 754 URLRow existing_url; local
755 URLID url_id = url_database->GetRowForURL(i->url(), &existing_url);
    [all...]

Completed in 462 milliseconds