Home
last modified time | relevance | path

Searched defs:requestMethod (Results 1 – 13 of 13) sorted by relevance

/external/okhttp/src/main/java/com/squareup/okhttp/
DOkResponseCache.java35 CacheResponse get(URI uri, String requestMethod, Map<String, List<String>> requestHeaders) in get() argument
41 void maybeRemove(String requestMethod, URI uri) throws IOException; in maybeRemove()
DHttpResponseCache.java201 @Override public CacheResponse get(URI uri, String requestMethod, in get()
232 String requestMethod = httpConnection.getRequestMethod(); in put() local
276 private boolean maybeRemove(String requestMethod, URI uri) { in maybeRemove()
456 private final String requestMethod; field in HttpResponseCache.Entry
653 public boolean matches(URI uri, String requestMethod, in matches()
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DOkResponseCacheAdapter.java36 @Override public CacheResponse get(URI uri, String requestMethod, in get()
45 @Override public void maybeRemove(String requestMethod, URI uri) throws IOException { in maybeRemove()
/external/chromium_org/third_party/WebKit/Source/platform/network/
DHTTPRequest.h48 …static PassRefPtr<HTTPRequest> create(const String& requestMethod, const KURL& url, HTTPVersion ve… in create()
52 String requestMethod() const { return m_requestMethod; } in requestMethod() function
DWebSocketHandshakeRequest.h40 …static PassRefPtr<WebSocketHandshakeRequest> create(const String& requestMethod, const KURL& url) … in create()
DWebSocketHandshakeRequest.cpp36 WebSocketHandshakeRequest::WebSocketHandshakeRequest(const String& requestMethod, const KURL& url) in WebSocketHandshakeRequest()
DHTTPRequest.cpp107 HTTPRequest::HTTPRequest(const String& requestMethod, const KURL& url, HTTPVersion version) in HTTPRequest()
/external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
DHttpResponseCacheTest.java758 private void testRequestMethod(String requestMethod, boolean expectCached) throws Exception { in testRequestMethod()
793 private void testMethodInvalidates(String requestMethod) throws Exception { in testMethodInvalidates()
1733 private void addRequestBodyIfNecessary(String requestMethod, HttpURLConnection invalidate) in addRequestBodyIfNecessary()
DURLConnectionTest.java1290 private void assertValidRequestMethod(String requestMethod) throws Exception { in assertValidRequestMethod()
1306 private void assertInvalidRequestMethod(String requestMethod) throws Exception { in assertInvalidRequestMethod()
/external/chromium_org/tools/perf/metrics/unittest_data/
D2ch_repeat_timeline.json1 [{"children":[{"data":{"requestId":"3176.3","requestMethod":"GET","url":"http:\/\/2ch.net\/"},"fram… string
Dbaidu_repeat_timeline.json1 [{"children":[{"data":{"requestId":"2664.3","requestMethod":"GET","url":"http:\/\/www.baidu.com\/"}… string
Dcern_repeat_timeline.json1 [{"children":[{"data":{"requestId":"1312.3","requestMethod":"GET","url":"http:\/\/info.cern.ch\/hyp… string
/external/chromium_org/chrome/common/extensions/api/
Dwebview_tag.json190 "requestMethod": { object