HomeSort by relevance Sort by last modified time
    Searched refs:pending_audio_decode_request_id_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.h 167 uint32_t pending_audio_decode_request_id_; member in class:content::ContentDecryptorDelegate
content_decryptor_delegate.cc 233 pending_audio_decode_request_id_(0),
518 DCHECK_EQ(pending_audio_decode_request_id_, 0u);
520 pending_audio_decode_request_id_ = request_id;
859 if (request_id == 0 || request_id != pending_audio_decode_request_id_) {
865 pending_audio_decode_request_id_ = 0;
899 pending_audio_decode_request_id_ = 0;
    [all...]

Completed in 71 milliseconds