EscapePath 133 chrome/browser/chromeos/drive/file_system_util.cc net::EscapePath(kDriveMountPointNameBase + EscapePath 553 chrome/browser/chromeos/extensions/file_manager/private_api_file_system.cc GURL(params->parent + "/" + net::EscapePath(params->new_name)))); EscapePath 109 chrome/browser/chromeos/file_manager/path_util.cc return net::EscapePath(kDownloadsFolderName + id); EscapePath 262 chrome/browser/drive/fake_drive_service.cc return GURL("https://fake_server/" + net::EscapePath(resource_id)); EscapePath 1377 chrome/browser/drive/fake_drive_service.cc std::string escaped_resource_id = net::EscapePath(resource_id); EscapePath 135 chrome/browser/search_engines/template_url.cc net::EscapePath(encoded_terms)); EscapePath 68 chrome/browser/ui/webui/chromeos/login/screenlock_icon_source.cc net::EscapePath(username); EscapePath 451 chrome/browser/webdata/autocomplete_syncable_service.cc return prefix + net::EscapePath(name) + "|" + net::EscapePath(value); EscapePath 70 components/password_manager/core/browser/password_syncable_service.cc return net::EscapePath(origin_url) + "|" + EscapePath 71 components/password_manager/core/browser/password_syncable_service.cc net::EscapePath(username_element) + "|" + EscapePath 72 components/password_manager/core/browser/password_syncable_service.cc net::EscapePath(username_value) + "|" + EscapePath 73 components/password_manager/core/browser/password_syncable_service.cc net::EscapePath(password_element) + "|" + EscapePath 74 components/password_manager/core/browser/password_syncable_service.cc net::EscapePath(signon_realm); EscapePath 251 content/browser/frame_host/interstitial_page_impl.cc net::EscapePath(delegate_->GetHTMLContents()); EscapePath 65 content/browser/renderer_host/pepper/pepper_internal_file_ref_backend.cc net::EscapePath(path_.substr(1))); EscapePath 60 content/renderer/pepper/pepper_file_ref_renderer_host.cc net::EscapePath(internal_path_.substr(1))); EscapePath 75 google_apis/drive/drive_api_url_generator.cc kDriveV2AppsDeleteUrlFormat, net::EscapePath(app_id).c_str())); EscapePath 79 google_apis/drive/drive_api_url_generator.cc return base_url_.Resolve(kDriveV2FileUrlPrefix + net::EscapePath(file_id)); EscapePath 86 google_apis/drive/drive_api_url_generator.cc net::EscapePath(file_id).c_str(), EscapePath 87 google_apis/drive/drive_api_url_generator.cc net::EscapePath(app_id).c_str())); EscapePath 98 google_apis/drive/drive_api_url_generator.cc base_url_.Resolve(kDriveV2FileUrlPrefix + net::EscapePath(file_id)); EscapePath 113 google_apis/drive/drive_api_url_generator.cc kDriveV2FileCopyUrlFormat, net::EscapePath(file_id).c_str())); EscapePath 138 google_apis/drive/drive_api_url_generator.cc kDriveV2FileDeleteUrlFormat, net::EscapePath(file_id).c_str())); EscapePath 143 google_apis/drive/drive_api_url_generator.cc kDriveV2FileTrashUrlFormat, net::EscapePath(file_id).c_str())); EscapePath 177 google_apis/drive/drive_api_url_generator.cc kDriveV2ChildrenUrlFormat, net::EscapePath(file_id).c_str())); EscapePath 184 google_apis/drive/drive_api_url_generator.cc net::EscapePath(folder_id).c_str(), EscapePath 185 google_apis/drive/drive_api_url_generator.cc net::EscapePath(child_id).c_str())); EscapePath 205 google_apis/drive/drive_api_url_generator.cc net::EscapePath(resource_id)); EscapePath 217 google_apis/drive/drive_api_url_generator.cc return base_download_url_.Resolve(net::EscapePath(resource_id)); EscapePath 224 google_apis/drive/drive_api_url_generator.cc net::EscapePath(resource_id).c_str())); EscapePath 121 google_apis/drive/gdata_wapi_url_generator.cc net::EscapePath( EscapePath 148 google_apis/drive/gdata_wapi_url_generator.cc kContentURLFormat, net::EscapePath(directory_resource_id).c_str())); EscapePath 162 google_apis/drive/gdata_wapi_url_generator.cc return base_url_.Resolve(kGetEditURLPrefix + net::EscapePath(resource_id)); EscapePath 192 google_apis/drive/gdata_wapi_url_generator.cc net::EscapePath(resource_id).c_str())); EscapePath 207 google_apis/drive/gdata_wapi_url_generator.cc net::EscapePath(parent_resource_id).c_str(), EscapePath 208 google_apis/drive/gdata_wapi_url_generator.cc net::EscapePath(resource_id).c_str())); EscapePath 216 google_apis/drive/gdata_wapi_url_generator.cc net::EscapePath(parent_resource_id).c_str())); EscapePath 223 google_apis/drive/gdata_wapi_url_generator.cc kInitiateUploadExistingFileURLPrefix + net::EscapePath(resource_id)); EscapePath 245 google_apis/drive/gdata_wapi_url_generator.cc return base_download_url_.Resolve(net::EscapePath( EscapePath 30 net/base/escape.h NET_EXPORT std::string EscapePath(const std::string& path); EscapePath 110 net/base/escape_unittest.cc TEST(EscapeTest, EscapePath) { EscapePath 113 net/base/escape_unittest.cc EscapePath( EscapePath 1164 net/base/net_util.cc base::EscapeJSONString(EscapePath(base::UTF16ToUTF8(name)), true, &result); EscapePath 1166 net/base/net_util.cc base::EscapeJSONString(EscapePath(raw_bytes), true, &result);