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

  /external/chromium_org/chrome/browser/search_engines/
template_url_fetcher.cc 175 TemplateURL* existing_url = NULL; local
177 &existing_url)) {
178 if (existing_url)
179 model->Remove(existing_url);
template_url_service.cc 495 TemplateURL* existing_url = GetTemplateURLForKeyword(keyword); local
497 *template_url_to_replace = existing_url;
498 if (existing_url) {
501 return CanReplace(existing_url);
1578 const TemplateURL* existing_url = i->second; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api.cc 683 GURL existing_url = navigation_state_.GetUrl(frame_id); local
684 if (existing_url == url)
689 return existing_url.ReplaceComponents(replacements) ==
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_model_associator.cc 414 bool existing_url = history_backend_->GetURL(new_url.url(), &new_url); local
415 if (existing_url) {
436 if (existing_url) {
    [all...]
  /external/chromium_org/chrome/browser/history/
history_unittest.cc 1444 context_id, 3, existing_url, history::RedirectList(), local
    [all...]
history_backend.cc 793 URLRow existing_url; local
794 URLID url_id = db_->GetRowForURL(i->url(), &existing_url);
    [all...]

Completed in 307 milliseconds