Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/options/
Dsupervised_user_list_data.js36 if (!this.promise_) {
49 if (!this.promise_) {
65 if (this.promise_)
66 return this.promise_;
67 this.promise_ = this.createPromise_();
69 return this.promise_;
94 this.promise_ = null;
105 this.promise_ = this.createPromise_();
/external/chromium_org/chrome/browser/ui/webui/options/
Dmanage_profile_browsertest.js211 options.SupervisedUserListData.getInstance().promise_ = promise;
245 return options.SupervisedUserListData.getInstance().promise_;
253 return options.SupervisedUserListData.getInstance().promise_;
262 return options.SupervisedUserListData.getInstance().promise_;
270 return options.SupervisedUserListData.getInstance().promise_;
/external/chromium_org/extensions/renderer/resources/
Ddata_receiver.js29 this.promise_ = new Promise(function(resolve, reject) {
51 return this.promise_;
Ddata_sender.js48 this.promise_ = new Promise(function(resolve, reject) {
70 return this.promise_;
/external/chromium_org/remoting/webapp/
Dbase.js213 this.promise_ = new Promise(
238 return this.promise_;
/external/chromium_org/v8/src/
Disolate.h1358 : handler_(handler), promise_(promise), prev_(prev) {} in PromiseOnStack()
1360 Handle<JSObject> promise() { return promise_; } in promise()
1365 Handle<JSObject> promise_; variable
Ddebug-debugger.js1079 this.promise_ = promise;
1099 return this.promise_;
1214 this.promise_ = event_data.promise;
1222 return MakeMirror(this.promise_);