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

  /external/chromium_org/ppapi/cpp/private/
content_decryptor_private.cc 198 template <> const char* interface_name<PPB_ContentDecryptor_Private>() {
221 if (has_interface<PPB_ContentDecryptor_Private>()) {
225 get_interface<PPB_ContentDecryptor_Private>()->NeedKey(
235 if (has_interface<PPB_ContentDecryptor_Private>()) {
238 get_interface<PPB_ContentDecryptor_Private>()->KeyAdded(
249 if (has_interface<PPB_ContentDecryptor_Private>()) {
253 get_interface<PPB_ContentDecryptor_Private>()->KeyMessage(
266 if (has_interface<PPB_ContentDecryptor_Private>()) {
269 get_interface<PPB_ContentDecryptor_Private>()->KeyError(
281 if (has_interface<PPB_ContentDecryptor_Private>()) {
    [all...]
  /external/chromium_org/ppapi/c/private/
ppb_content_decryptor_private.h 22 "PPB_ContentDecryptor_Private;0.6"
28 * This file defines the <code>PPB_ContentDecryptor_Private</code>
39 * <code>PPB_ContentDecryptor_Private</code> structure contains the function
274 typedef struct PPB_ContentDecryptor_Private_0_6 PPB_ContentDecryptor_Private;
  /external/chromium_org/ppapi/api/private/
ppb_content_decryptor_private.idl 7 * 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 49 milliseconds