Home
last modified time | relevance | path

Searched defs:request_uri (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
D__init__.py415 def __init__(self, credentials, host, request_uri, headers, response, content, http): argument
422 def depth(self, request_uri): argument
426 def inscope(self, host, request_uri): argument
431 def request(self, method, request_uri, headers, content): argument
449 def __init__(self, credentials, host, request_uri, headers, response, content, http): argument
452 def request(self, method, request_uri, headers, content): argument
461 def __init__(self, credentials, host, request_uri, headers, response, content, http): argument
475 def request(self, method, request_uri, headers, content, cnonce = None): argument
519 def __init__(self, credentials, host, request_uri, headers, response, content, http): argument
550 def request(self, method, request_uri, headers, content): argument
[all …]
/external/chromium/net/tools/flip_server/
Dbalsa_headers.h864 const base::StringPiece request_uri() const { in request_uri() function