Searched refs:httplib2 (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
H A D__init__.py31 import httplib2 namespace
515 class Client(httplib2.Http):
531 httplib2.Http.__init__(self, cache=cache, timeout=timeout,
541 redirections=httplib2.DEFAULT_MAX_REDIRECTS, connection_type=None):
573 return httplib2.Http.request(self, uri, method=method, body=body,
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
H A D__init__.py31 import httplib2 namespace
515 class Client(httplib2.Http):
531 httplib2.Http.__init__(self, cache=cache, timeout=timeout,
541 redirections=httplib2.DEFAULT_MAX_REDIRECTS, connection_type=None):
573 return httplib2.Http.request(self, uri, method=method, body=body,
/external/chromium_org/chrome/tools/
H A Dwebforms_aggregator.py14 httplib2, lxml, pycurl.
38 import httplib2 namespace
123 link = httplib2.iri2uri(link).encode('utf-8')

Completed in 107 milliseconds