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

  /external/chromium_org/content/browser/media/
media_browsertest.cc 33 bool http) {
37 if (http) {
69 // Tests playback and seeking of an audio or video file over file or http based
76 // Play specified audio over http:// or file:// depending on |http| setting.
77 void PlayAudio(const std::string& media_file, bool http) {
78 PlayMedia("audio", media_file, http);
81 // Play specified video over http:// or file:// depending on |http| setting.
82 void PlayVideo(const std::string& media_file, bool http) {
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 189 * @see http://code.google.com/chrome/extensions/trunk/proxy.html
200 * @see http://code.google.com/chrome/extensions/trunk/proxy.html
222 return this.getProxyImpl_('Http');
231 this.setProxyImpl_('Http', data);
290 * @param {string} type The type of proxy that's being set ("Http",
309 * @see http://code.google.com/chrome/extensions/trunk/proxy.html
310 * @param {string} type The type of proxy that's being set ("Http",
318 data = {scheme: 'http', host: '', port: ''};
586 * @see http://code.google.com/chrome/extensions/trunk/proxy.html
  /external/chromium_org/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_org/components/cloud_devices/tools/prototype/
prototype.py 498 self.http = httplib2.Http()
512 http=self.http)
558 self.credentials.authorize(self.http)
650 """Handles HTTP requests."""
1050 request.write('HTTP/1.1 %d Maybe OK\n' % code)
  /external/chromium_org/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 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 611 milliseconds