Searched defs:rejected (Results 1 – 9 of 9) sorted by relevance
32 rejected: function(reason) { return Promise.reject(reason); }, method
57 var rejected = new Promise(function(resolve, reject) { reject() }); variable
47 bool rejected; member
130 bool rejected, in AddContent()
25 bool rejected() const { return rejected_; } in rejected() function
271 bool rejected() const { return script_data_->rejected(); } in rejected() function
1779 bool rejected = !options.has_audio() || audio_content->rejected || in AddAudioContentForAnswer() local1831 bool rejected = !options.has_video() || video_content->rejected || in AddVideoContentForAnswer() local1890 bool rejected = !options.has_data() || data_content->rejected || in AddDataContentForAnswer() local
2180 bool rejected = false; in ParseMediaDescription() local
1169 bool rejected; member