Searched defs:request_path (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/
H A Dfavicon_source.h95 GURL request_path; member in struct:FaviconSource::IconRequest
H A Dfileicon_source_unittest.cc49 const char* request_path; member in struct:__anon5476::FetchFileIconExpectation
121 source->StartDataRequest(kBasicExpectations[i].request_path, -1, -1,
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_browsertest.cc443 const std::string& request_path,
445 if (!StartsWithASCII(request.relative_url, request_path, true))
452 "Location", request.relative_url.substr(request_path.length()));
442 HandleRedirectRequest( const std::string& request_path, const net::test_server::HttpRequest& request) argument
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dfake_cws.cc134 std::string request_path = request_url.path(); local
136 request_path.find("/update_check.xml") != std::string::npos) {
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_url_request_util.cc171 base::FilePath request_path = local
177 directory_path, request_path, &resource_id)) {
178 relative_path = relative_path.Append(request_path);
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
H A Ddata_socket.h93 const std::string& request_path() const { return request_path_; } function in class:DataSocket
/external/chromium_org/chrome/test/chromedriver/net/
H A Dadb_client_socket.cc342 const std::string& request_path,
344 new HttpOverAdbSocket(port, serial, socket_name, request_path,
352 const std::string& request_path,
354 new HttpOverAdbSocket(port, serial, socket_name, request_path,
339 HttpQuery(int port, const std::string& serial, const std::string& socket_name, const std::string& request_path, const CommandCallback& callback) argument
349 HttpQuery(int port, const std::string& serial, const std::string& socket_name, const std::string& request_path, const SocketCallback& callback) argument
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_browsertest.cc480 std::string request_path; local
482 request_path = request.relative_url.substr(s_corrupt_db_test_prefix.size());
488 size_t query_pos = request_path.find('?');
490 request_query = request_path.substr(query_pos + 1);
491 request_path = request_path.substr(0, query_pos);
494 if (request_path == "corruptdb" && !request_query.empty()) {
508 } else if (request_path == "fail" && !request_query.empty()) {
576 content::GetTestFilePath("indexeddb", request_path.c_str());
/external/chromium_org/google_apis/gaia/
H A Dfake_gaia.cc216 std::string request_path = request_url.path(); local
218 RequestHandlerMap::iterator iter = request_handlers_.find(request_path);
220 LOG(WARNING) << "Serving request " << request_path;
223 LOG(ERROR) << "Unhandled request " << request_path;
/external/chromium_org/chrome/browser/chromeos/login/saml/
H A Dsaml_browsertest.cc184 std::string request_path = request_url.path(); local
186 if (request_path == login_path_) {
194 if (request_path != login_auth_path_) {
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Doauth2_browsertest.cc504 std::string request_path = request_url.path(); local
506 if (request_path == kHelloPagePath) { // Serving "google" page.
516 } else if (request_path == kRandomPagePath) { // Serving "non-google" page.

Completed in 2660 milliseconds