Home
last modified time | relevance | path

Searched refs:PPB_ContentDecryptor_Private (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ppapi/cpp/private/
Dcontent_decryptor_private.cc274 template <> const char* interface_name<PPB_ContentDecryptor_Private>() { in interface_name()
294 if (has_interface<PPB_ContentDecryptor_Private>()) { in PromiseResolved()
295 get_interface<PPB_ContentDecryptor_Private>()->PromiseResolved( in PromiseResolved()
303 if (has_interface<PPB_ContentDecryptor_Private>()) { in PromiseResolvedWithSession()
305 get_interface<PPB_ContentDecryptor_Private>()->PromiseResolvedWithSession( in PromiseResolvedWithSession()
315 if (has_interface<PPB_ContentDecryptor_Private>()) { in PromiseResolvedWithKeyIds()
324 get_interface<PPB_ContentDecryptor_Private>()->PromiseResolvedWithKeyIds( in PromiseResolvedWithKeyIds()
334 if (has_interface<PPB_ContentDecryptor_Private>()) { in PromiseRejected()
336 get_interface<PPB_ContentDecryptor_Private>()->PromiseRejected( in PromiseRejected()
349 if (has_interface<PPB_ContentDecryptor_Private>()) { in SessionMessage()
[all …]
/external/chromium_org/ppapi/api/private/
Dppp_content_decryptor_private.idl55 * <code>PPB_ContentDecryptor_Private</code> interface.
82 * <code>PPB_ContentDecryptor_Private</code> interface.
101 * <code>PPB_ContentDecryptor_Private</code> interface, and the browser
105 * <code>PPB_ContentDecryptor_Private</code> interface, and the browser
178 * <code>PPB_ContentDecryptor_Private</code> interface. The returned block
198 * on the <code>PPB_ContentDecryptor_Private</code> interface.
203 * <code>PPB_ContentDecryptor_Private</code> interface to allow clients to
220 * method on the <code>PPB_ContentDecryptor_Private</code> interface.
225 * <code>PPB_ContentDecryptor_Private</code> interface to allow clients to
247 * <code>PPB_ContentDecryptor_Private</code> interface.
[all …]
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 {
Dpp_content_decryptor.idl23 * In <code>PPB_ContentDecryptor_Private</code> calls, this is the ID of the
/external/chromium_org/ppapi/c/private/
Dppb_content_decryptor_private.h328 typedef struct PPB_ContentDecryptor_Private_0_12 PPB_ContentDecryptor_Private; typedef