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

  /external/chromium_org/content/renderer/media/crypto/
proxy_decryptor.cc 82 if (!decryptor_ready_cb_.is_null())
83 base::ResetAndReturn(&decryptor_ready_cb_).Run(NULL);
88 DCHECK(decryptor_ready_cb_.is_null());
93 decryptor_ready_cb_ = decryptor_ready_cb;
107 if (!decryptor_ready_cb_.is_null())
108 base::ResetAndReturn(&decryptor_ready_cb_).Run(media_keys_->GetDecryptor());
proxy_decryptor.h 144 media::DecryptorReadyCB decryptor_ready_cb_; member in class:content::ProxyDecryptor

Completed in 22 milliseconds