Home
last modified time | relevance | path

Searched defs:_conn_request (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dgcs_json_media.py400 …def _conn_request(self, conn, request_uri, method, body, headers): # pylint: disable=too-many-sta… member in HttpWithNoRetries
470 …def _conn_request(self, conn, request_uri, method, body, headers): # pylint: disable=too-many-sta… member in HttpWithDownloadStream
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/httplib2/
D__init__.py959 def _conn_request(self, conn, request_uri, method, body, headers): member in Http
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/
D__init__.py1248 def _conn_request(self, conn, request_uri, method, body, headers): member in Http