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 164 media::Decryptor::DecoderInitCB pending_audio_decoder_init_cb_; member in class:content::ContentDecryptorDelegate
content_decryptor_delegate.cc 432 DCHECK(pending_audio_decoder_init_cb_.is_null());
434 pending_audio_decoder_init_cb_ = init_cb;
667 DCHECK(!pending_audio_decoder_init_cb_.is_null());
670 &pending_audio_decoder_init_cb_).Run(PP_ToBool(success));
    [all...]

Completed in 49 milliseconds