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

  /external/chromium/net/base/
escape_icu.cc 14 bool EscapeQueryParamValue(const string16& text, const char* codepage,
23 escaped->assign(UTF8ToUTF16(EscapeQueryParamValue(encoded, use_plus)));
escape.h 131 NET_EXPORT std::string EscapeQueryParamValue(const std::string& text, bool use_plus);
132 bool EscapeQueryParamValue(const string16& text, const char* codepage,
135 // A specialized version of EscapeQueryParamValue for string16s that
escape_unittest.cc 96 std::string out = EscapeQueryParamValue(in, true);
113 // EscapeQueryParamValue(..., kCodepageUTF8,)
120 EXPECT_TRUE(EscapeQueryParamValue(test_str, base::kCodepageUTF8, true,
123 EXPECT_TRUE(EscapeQueryParamValue(test_str, base::kCodepageUTF8, false,
escape.cc 201 std::string EscapeQueryParamValue(const std::string& text, bool use_plus) {
  /external/chromium/chrome/browser/custom_handlers/
protocol_handler.cc 40 EscapeQueryParamValue(url.spec(), true));
  /external/chromium/chrome/browser/safe_browsing/
protocol_manager.cc 794 EscapeQueryParamValue(malicious_url.spec(), true).c_str(),
795 EscapeQueryParamValue(page_url.spec(), true).c_str(),
796 EscapeQueryParamValue(referrer_url.spec(), true).c_str(),
safe_browsing_util.cc 506 EscapeQueryParamValue(StringPrintf(kContinueUrlFormat, lang), true);
507 const std::string current_esc = EscapeQueryParamValue(url_to_report, true);
safe_browsing_blocking_page.cc 475 EscapeQueryParamValue(bad_url_spec, true).c_str());
  /external/chromium/chrome/browser/policy/
device_management_backend_impl.cc 105 result += EscapeQueryParamValue(entry->first, true);
107 result += EscapeQueryParamValue(entry->second, true);
  /external/webkit/Source/WebKit/android/content/
PhoneEmailDetector.cpp 106 EscapeQueryParamValue(content_text, true));
address_detector.cpp 154 EscapeQueryParamValue(content_text, true));
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url.cc 314 if (EscapeQueryParamValue(terms,
318 EscapeQueryParamValue(original_query_for_suggestion,
  /external/chromium/chrome/browser/ui/webui/
history2_ui.cc 390 EscapeQueryParamValue(UTF16ToUTF8(text), true));
history_ui.cc 378 EscapeQueryParamValue(UTF16ToUTF8(text), true));
  /external/chromium/chrome/browser/extensions/
extension_updater.cc 117 parts.push_back("ap=" + EscapeQueryParamValue(update_url_data, true));
139 parts.push_back("ping=" + EscapeQueryParamValue(ping_value, true));
143 extra += "x=" + EscapeQueryParamValue(JoinString(parts, '&'), true);
    [all...]
extension_webstore_private_api.cc 426 EscapeQueryParamValue(JoinString(params, '&'), true));
  /external/chromium/chrome/browser/notifications/
desktop_notification_service.cc 256 EscapeQueryParamValue(data, false));

Completed in 241 milliseconds