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

  /external/chromium_org/ppapi/api/trusted/
ppb_broker_trusted.idl 7 * This file defines the PPB_BrokerTrusted interface, which provides
17 * The PPB_BrokerTrusted interface provides access to a trusted broker
22 * A PPB_BrokerTrusted resource represents a connection to the broker. Its
28 interface PPB_BrokerTrusted {
  /external/chromium_org/ppapi/tests/
test_broker.h 32 const PPB_BrokerTrusted* broker_interface_;
test_broker.cc 206 broker_interface_ = static_cast<const PPB_BrokerTrusted*>(
  /external/chromium_org/ppapi/c/trusted/
ppb_broker_trusted.h 18 #define PPB_BROKER_TRUSTED_INTERFACE_0_2 "PPB_BrokerTrusted;0.2"
19 #define PPB_BROKER_TRUSTED_INTERFACE_0_3 "PPB_BrokerTrusted;0.3"
24 * This file defines the PPB_BrokerTrusted interface, which provides
34 * The PPB_BrokerTrusted interface provides access to a trusted broker
39 * A PPB_BrokerTrusted resource represents a connection to the broker. Its
89 typedef struct PPB_BrokerTrusted_0_3 PPB_BrokerTrusted;

Completed in 371 milliseconds