Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/chromeos/
Dmobile_setup_portal.js32 this.spinnerInt_ = -1;
146 this.spinnerInt_ = setInterval(this.drawProgress_.bind(this), 100);
150 if (this.spinnerInt_ != -1) {
151 clearInterval(this.spinnerInt_);
152 this.spinnerInt_ = -1;
Dmobile_setup.js50 spinnerInt_: -1, property in MobileSetup
89 this.spinnerInt_ = setInterval(mobile.MobileSetup.drawProgress, 100);
93 if (this.spinnerInt_ != -1) {
94 clearInterval(this.spinnerInt_);
95 this.spinnerInt_ = -1;