HomeSort by relevance Sort by last modified time
    Searched refs:Http (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 187 * @see http://code.google.com/chrome/extensions/trunk/experimental.proxy.html
198 * @see http://code.google.com/chrome/extensions/trunk/experimental.proxy.html
220 return this.getProxyImpl_('Http');
229 this.setProxyImpl_('Http', data);
288 * @param {string} type The type of proxy that's being set ("Http",
307 * @see http://code.google.com/chrome/extensions/trunk/experimental.proxy.html
308 * @param {string} type The type of proxy that's being set ("Http",
316 data = {scheme: 'http', host: '', port: ''};
578 * @see http://code.google.com/chrome/extensions/trunk/experimental.proxy.html
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.h 342 enum ErrorDomain { QtNetwork, Http, WebKit };
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 259 """The parameters and information for an HTTP request, suitable for
263 so using a signed HTTP request identifying itself (the consumer) with its
284 if scheme == 'http' and netloc[-3:] == ':80':
288 if scheme not in ('http', 'https'):
390 # (http://tools.ietf.org/html/draft-hammer-oauth-07#section-3.6)
515 class Client(httplib2.Http):
531 httplib2.Http.__init__(self, cache=cache, timeout=timeout,
573 return httplib2.Http.request(self, uri, method=method, body=body,
  /external/chromium/chrome/browser/resources/net_internals/
dataview.js 274 text.push(' Http cache stats');
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 139 return QString::fromLatin1("<NSURLRequest URL %1, main document URL %2, http method %3>").arg(url).arg(mainDocumentUrl).arg(httpMethod);
146 return QString::fromLatin1("<NSURLResponse %1, http status code %2>").arg(url).arg(httpStatusCode);
803 printf("WebView navigated to url \"%s\" with title \"%s\" with HTTP equivalent method \"%s\". The navigation was %s and was %s%s.\n",
822 // passing tests in LayoutTests/http/tests/globalhistory.
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 5 A caching http interface that supports ETags and gzip
82 __all__ = ['Http', 'Response', 'ProxyInfo', 'HttpLib2Error',
184 # Cache filename construction (original borrowed from Venus http://intertwingly.net/code/venus/)
235 # [^\0-\x1f\x7f-\xff()<>@,;:\\\"/[\]?={} \t]+ matches a "token" as defined by HTTP
236 # "(?:[^\0-\x08\x0A-\x1f\x7f-\xff\\\"]|\\[\0-\x7f])*?" matches a "quoted-string" as defined by HTTP, when LWS have already been replaced by a single space
415 def __init__(self, credentials, host, request_uri, headers, response, content, http):
420 self.http = http
449 def __init__(self, credentials, host, request_uri, headers, response, content, http):
450 Authentication.__init__(self, credentials, host, request_uri, headers, response, content, http)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 2324 milliseconds