HomeSort by relevance Sort by last modified time
    Searched refs:FixupURL (Results 1 - 16 of 16) sorted by null

  /external/chromium/chrome/browser/net/
url_fixer_upper.h 50 GURL FixupURL(const std::string& text, const std::string& desired_tld);
56 // of FixupURL().
59 // should use FixupURL() directly. This function should only be used when
url_fixer_upper_unittest.cc 271 TEST(URLFixerUpperTest, FixupURL) {
274 EXPECT_EQ(value.output, URLFixerUpper::FixupURL(value.input,
301 EXPECT_EQ(value.output, URLFixerUpper::FixupURL(value.input,
306 // Test different types of file inputs to URIFixerUpper::FixupURL. This
324 GURL fixedup(URLFixerUpper::FixupURL(WideToUTF8(original.value()),
327 GURL fixedup(URLFixerUpper::FixupURL(original.value(), std::string()));
337 EXPECT_EQ(golden, URLFixerUpper::FixupURL(cur, std::string()));
400 EXPECT_EQ(file_cases[i].output, URLFixerUpper::FixupURL(file_cases[i].input,
url_fixer_upper.cc 230 // password. FixupURL itself will append the '@' for us.
454 GURL URLFixerUpper::FixupURL(const std::string& text,
472 FixupURL(trimmed.substr(scheme.length() + 1),
572 return FixupURL(text_utf8, std::string());
  /external/chromium/chrome/browser/prefs/
session_startup_pref.cc 106 GURL fixed_url = URLFixerUpper::FixupURL(url_text, "");
  /external/chromium/chrome/browser/ui/webui/options/
browser_options_handler.cc 156 GURL fixed_url = URLFixerUpper::FixupURL(url_string, std::string());
382 GURL url = URLFixerUpper::FixupURL(url_string, std::string());
403 urls[index] = URLFixerUpper::FixupURL(url_string, std::string());
  /external/chromium/chrome/browser/autocomplete/
history_provider.cc 66 const GURL canonical_gurl(URLFixerUpper::FixupURL(UTF16ToUTF8(input_text),
autocomplete_edit.cc 151 return URLFixerUpper::FixupURL(UTF16ToUTF8(permanent_text_), std::string());
251 if (*url == URLFixerUpper::FixupURL(UTF16ToUTF8(permanent_text_),
442 URLFixerUpper::FixupURL(UTF16ToUTF8(permanent_text_), std::string()))) {
    [all...]
history_url_provider.cc 377 GURL destination_url(URLFixerUpper::FixupURL(UTF16ToUTF8(input.text()),
    [all...]
autocomplete.cc 145 *canonicalized_url = URLFixerUpper::FixupURL(UTF16ToUTF8(text),
    [all...]
search_provider.cc 511 GURL result_url(URLFixerUpper::FixupURL(UTF16ToUTF8(suggestion_str),
    [all...]
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_editor_gtk.cc 428 return URLFixerUpper::FixupURL(gtk_entry_get_text(GTK_ENTRY(url_entry_)),
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.cc 289 // Because this gets parsed by FixupURL(), it's safe to omit the scheme or
430 return URLFixerUpper::FixupURL(UTF16ToUTF8(url_tf_.text()), std::string());
  /external/chromium/chrome/browser/download/
save_package.cc     [all...]
  /external/chromium/chrome/browser/search_engines/
template_url_model.cc     [all...]
  /external/chromium/chrome/browser/ui/webui/
net_internals_ui.cc     [all...]
  /external/chromium/chrome/browser/ui/
browser.cc     [all...]

Completed in 378 milliseconds