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

  /external/chromium_org/components/search_engines/
template_url_fetcher.cc 159 TemplateURL* existing_url = NULL; local
161 &existing_url)) {
162 if (existing_url)
163 model->Remove(existing_url);
util.cc 222 scoped_ptr<TemplateURL> existing_url(i->first);
228 template_urls->begin(), template_urls->end(), existing_url.get());
271 TemplateURL* existing_url(existing_url_iter->second);
273 MergeIntoPrepopulatedEngineData(existing_url, prepopulated_url.get());
279 std::make_pair(existing_url, *prepopulated_url));
template_url_service.cc 456 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
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api.cc 633 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/
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) {
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl.cc 118 bool AreURLsInPageNavigation(const GURL& existing_url,
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));
    [all...]
  /external/chromium_org/chrome/browser/history/
history_unittest.cc     [all...]
history_backend.cc 839 URLRow existing_url; local
840 URLID url_id = db_->GetRowForURL(i->url(), &existing_url);
    [all...]

Completed in 434 milliseconds