HomeSort by relevance Sort by last modified time
    Searched full:response_content (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/sync/internal_api/
http_bridge_unittest.cc 145 std::string response_content = "success!"; local
150 fetcher.SetResponseString(response_content);
379 std::string response_content = "success!"; local
384 fetcher.SetResponseString(response_content);
http_bridge.cc 294 return fetch_state_.response_content.size();
301 return fetch_state_.response_content.data();
365 source->GetResponseAsString(&fetch_state_.response_content);
  /external/chromium_org/sync/internal_api/public/
http_bridge.h 203 std::string response_content; member in struct:syncer::HttpBridge::URLFetchState
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 77 private static final String RESPONSE_CONTENT
    [all...]

Completed in 542 milliseconds