Searched defs:existing_url (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/search_engines/
H A Dtemplate_url_fetcher.cc159 TemplateURL* existing_url = NULL; local
161 &existing_url)) {
162 if (existing_url)
163 model->Remove(existing_url);
H A Dtemplate_url_service.cc456 TemplateURL* existing_url = GetTemplateURLForKeyword(keyword); local
458 *template_url_to_replace = existing_url;
459 if (existing_url) {
462 return CanReplace(existing_url);
1515 const TemplateURL* existing_url = i->second; local
1521 existing_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION;
1524 !CanReplace(template_url) : CanReplace(existing_url))
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
H A Dweb_navigation_api.cc633 GURL existing_url = navigation_state_.GetUrl(render_frame_host); local
634 if (existing_url == url)
639 return existing_url.ReplaceComponents(replacements) ==
/external/chromium_org/chrome/browser/sync/glue/
H A Dtyped_url_model_associator.cc414 bool existing_url = history_backend_->GetURL(new_url.url(), &new_url); local
415 if (existing_url) {
436 if (existing_url) {
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl.cc118 bool AreURLsInPageNavigation(const GURL& existing_url, argument
123 bool is_same_origin = existing_url.is_empty() ||
130 existing_url == GURL(url::kAboutBlankURL) ||
131 existing_url.GetOrigin() == new_url.GetOrigin() ||
134 existing_url.SchemeIs(url::kFileScheme));
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend.cc839 URLRow existing_url; local
840 URLID url_id = db_->GetRowForURL(i->url(), &existing_url);

Completed in 2266 milliseconds