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

  /external/chromium_org/chrome_frame/
urlmon_url_request_private.h 146 std::string utf8_url; member in struct:UrlmonUrlRequest::Status::Redirection
164 void SetRedirected(int http_code, const std::string& utf8_url) {
167 redirect_.utf8_url = utf8_url;
189 redirect_.utf8_url.clear();
chrome_frame_activex.cc 474 std::string utf8_url; local
476 WideToUTF8(url_, url_.Length(), &utf8_url);
496 GURL(utf8_url), GURL(), false)) {
497 DLOG(ERROR) << "Failed to navigate to url:" << utf8_url;
urlmon_url_request.cc 699 status_.get_redirection().utf8_url,
    [all...]
  /external/chromium_org/content/shell/renderer/
webkit_test_runner.cc 281 WebURL WebKitTestRunner::rewriteLayoutTestsURL(const std::string& utf8_url) {
285 if (utf8_url.compare(0, kPrefixLen, kPrefix, kPrefixLen))
286 return WebURL(GURL(utf8_url));
298 std::string("file://") + utf8_path + utf8_url.substr(kPrefixLen);
webkit_test_runner.h 66 virtual WebKit::WebURL rewriteLayoutTestsURL(const std::string& utf8_url);

Completed in 608 milliseconds