Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/resources/picasaweb_uploader/js/
Dpicasa_client.js122 captchaToken_: null, property in picasa.Client
174 this.captchaToken_ = this.extractResponseField_(response,
188 if (opt_captcha && this.captchaToken_) {
189 content += '&logintoken=' + this.captchaToken_;
204 this.captchaToken_ = null;