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 190 template <> const char* interface_name<PPB_ContentDecryptor_Private>() {
212 if (has_interface<PPB_ContentDecryptor_Private>()) {
214 get_interface<PPB_ContentDecryptor_Private>()->SessionCreated(
224 if (has_interface<PPB_ContentDecryptor_Private>()) {
226 get_interface<PPB_ContentDecryptor_Private>()->SessionMessage(
235 if (has_interface<PPB_ContentDecryptor_Private>()) {
236 get_interface<PPB_ContentDecryptor_Private>()->SessionReady(
242 if (has_interface<PPB_ContentDecryptor_Private>()) {
243 get_interface<PPB_ContentDecryptor_Private>()->SessionClosed(
251 if (has_interface<PPB_ContentDecryptor_Private>()) {
    [all...]
  /external/chromium_org/ppapi/c/private/
ppb_content_decryptor_private.h 22 "PPB_ContentDecryptor_Private;0.9"
28 * This file defines the <code>PPB_ContentDecryptor_Private</code>
39 * <code>PPB_ContentDecryptor_Private</code> structure contains the function
256 typedef struct PPB_ContentDecryptor_Private_0_9 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 25 milliseconds