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 274 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/
ppb_content_decryptor_private.h 23 "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;
  /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 427 milliseconds