Searched refs:HTTPConnectionWithTimeout (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
H A D__init__.py712 class HTTPConnectionWithTimeout(httplib.HTTPConnection): class in inherits:httplib.HTTPConnection
1009 connection_type = (scheme == 'https') and HTTPSConnectionWithTimeout or HTTPConnectionWithTimeout
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
H A D__init__.py712 class HTTPConnectionWithTimeout(httplib.HTTPConnection): class in inherits:httplib.HTTPConnection
1009 connection_type = (scheme == 'https') and HTTPSConnectionWithTimeout or HTTPConnectionWithTimeout

Completed in 582 milliseconds