Searched refs:PPB_ContentDecryptor_Private (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ppapi/cpp/private/
H A Dcontent_decryptor_private.cc274 template <> const char* interface_name<PPB_ContentDecryptor_Private>() {
294 if (has_interface<PPB_ContentDecryptor_Private>()) {
295 get_interface<PPB_ContentDecryptor_Private>()->PromiseResolved(
303 if (has_interface<PPB_ContentDecryptor_Private>()) {
305 get_interface<PPB_ContentDecryptor_Private>()->PromiseResolvedWithSession(
315 if (has_interface<PPB_ContentDecryptor_Private>()) {
324 get_interface<PPB_ContentDecryptor_Private>()->PromiseResolvedWithKeyIds(
334 if (has_interface<PPB_ContentDecryptor_Private>()) {
336 get_interface<PPB_ContentDecryptor_Private>()->PromiseRejected(
349 if (has_interface<PPB_ContentDecryptor_Private>()) {
[all...]
/external/chromium_org/ppapi/c/private/
H A Dppb_content_decryptor_private.h23 "PPB_ContentDecryptor_Private;0.12"
29 * This file defines the <code>PPB_ContentDecryptor_Private</code>
40 * <code>PPB_ContentDecryptor_Private</code> structure contains the function
328 typedef struct PPB_ContentDecryptor_Private_0_12 PPB_ContentDecryptor_Private; typedef in typeref:struct:PPB_ContentDecryptor_Private_0_12
/external/chromium_org/ppapi/api/private/
H A Dppb_content_decryptor_private.idl7 * This file defines the <code>PPB_ContentDecryptor_Private</code>
19 * <code>PPB_ContentDecryptor_Private</code> structure contains the function
25 interface PPB_ContentDecryptor_Private {

Completed in 975 milliseconds