Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/
Dxmlhttp.js138 goog.net.DefaultXmlHttpFactory = function() { class in goog.net
141 goog.inherits(goog.net.DefaultXmlHttpFactory, goog.net.XmlHttpFactory);
145 goog.net.DefaultXmlHttpFactory.prototype.createInstance = function() {
156 goog.net.DefaultXmlHttpFactory.prototype.internalGetOptions = function() {
172 goog.net.DefaultXmlHttpFactory.prototype.ieProgId_ = null;
180 goog.net.DefaultXmlHttpFactory.prototype.getProgId_ = function() {
215 goog.net.XmlHttp.setGlobalFactory(new goog.net.DefaultXmlHttpFactory());