Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/
Dxmlhttp.js172 goog.net.DefaultXmlHttpFactory.prototype.ieProgId_ = null; method in goog.net.DefaultXmlHttpFactory
186 if (!this.ieProgId_ && typeof XMLHttpRequest == 'undefined' &&
198 this.ieProgId_ = candidate;
210 return /** @type {string} */ (this.ieProgId_);