Home
last modified time | relevance | path

Searched refs:opt_headers (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/remoting/webapp/
Dxhr.js52 remoting.xhr.get = function(url, onDone, opt_parameters, opt_headers, argument
55 opt_headers, opt_withCredentials);
73 remoting.xhr.post = function(url, onDone, opt_parameters, opt_headers, argument
76 opt_headers, opt_withCredentials);
94 remoting.xhr.remove = function(url, onDone, opt_parameters, opt_headers, argument
97 opt_headers, opt_withCredentials);
115 remoting.xhr.put = function(url, onDone, opt_parameters, opt_headers, argument
118 opt_headers, opt_withCredentials);
138 opt_parameters, opt_headers, argument
168 (typeof opt_headers !== 'object' ||
[all …]