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

  /external/chromium_org/ppapi/cpp/private/
instance_private.cc 7 #include "ppapi/c/private/ppb_instance_private.h"
16 template <> const char* interface_name<PPB_Instance_Private>() {
51 if (!has_interface<PPB_Instance_Private>())
54 get_interface<PPB_Instance_Private>()->GetWindowObject(pp_instance()));
58 if (!has_interface<PPB_Instance_Private>())
61 get_interface<PPB_Instance_Private>()->GetOwnerElementObject(
66 if (!has_interface<PPB_Instance_Private>())
69 get_interface<PPB_Instance_Private>()->ExecuteScript(
  /external/chromium_org/ppapi/c/private/
ppb_instance_private.h 6 /* From private/ppb_instance_private.idl modified Tue Jul 23 13:19:04 2013. */
17 #define PPB_INSTANCE_PRIVATE_INTERFACE_0_1 "PPB_Instance_Private;0.1"
22 * This file defines the PPB_Instance_Private interface implemented by the
56 * The PPB_Instance_Private interface contains functions available only to
100 typedef struct PPB_Instance_Private_0_1 PPB_Instance_Private;
  /external/chromium_org/ppapi/api/private/
ppb_instance_private.idl 7 * This file defines the PPB_Instance_Private interface implemented by the
36 * The PPB_Instance_Private interface contains functions available only to
40 interface PPB_Instance_Private {
  /external/chromium_org/pdf/
out_of_process_instance.cc 26 #include "ppapi/c/private/ppb_instance_private.h"
211 const PPB_Instance_Private* interface =
212 reinterpret_cast<const PPB_Instance_Private*>(
    [all...]

Completed in 195 milliseconds