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

/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')
/external/chromium_org/components/cloud_devices/tools/prototype/
H A Dprototype.py29 import httplib2 namespace
437 self.http = httplib2.Http()

Completed in 597 milliseconds