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

  /external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.h 162 media::Decryptor::DecoderInitCB pending_audio_decoder_init_cb_; member in class:content::ContentDecryptorDelegate
content_decryptor_delegate.cc 418 DCHECK(pending_audio_decoder_init_cb_.is_null());
420 pending_audio_decoder_init_cb_ = init_cb;
658 DCHECK(!pending_audio_decoder_init_cb_.is_null());
661 &pending_audio_decoder_init_cb_).Run(PP_ToBool(success));
    [all...]

Completed in 1129 milliseconds