Searched refs:escaped_url (Results 1 – 7 of 7) sorted by relevance
137 GURL escaped_url(escaped_url_string); in LaunchUrl() local138 BlockState block_state = GetBlockState(escaped_url.scheme()); in LaunchUrl()147 RunExternalProtocolDialog(escaped_url, in LaunchUrl()153 LaunchUrlWithoutSecurityCheck(escaped_url); in LaunchUrl()
124 std::string escaped_url = url.spec(); in OpenExternal() local125 escaped_url.insert(0, "\""); in OpenExternal()126 escaped_url += "\""; in OpenExternal()133 if (escaped_url.length() > kMaxUrlLength) { in OpenExternal()155 escaped_url.c_str(), NULL, NULL, in OpenExternal()
72 std::string UrlUtilities::Unescape(const std::string& escaped_url) { in Unescape() argument76 std::string::const_iterator iter = escaped_url.begin(); in Unescape()77 while (iter < escaped_url.end()) { in Unescape()
31 static std::string Unescape(const std::string& escaped_url);
255 std::string escaped_url(escaped_url_cstr); in BuildTooltipFor() local260 return escaped_url; in BuildTooltipFor()269 if (!escaped_url.empty()) in BuildTooltipFor()270 return std::string("<b>") + escaped_title + "</b>\n" + escaped_url; in BuildTooltipFor()
101 std::string escaped_url,
534 std::string escaped_url, in RecordAppLaunchByURL() argument538 GURL url(UnescapeURLComponent(escaped_url, kUnescapeRules)); in RecordAppLaunchByURL()