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

  /external/chromium_org/ppapi/proxy/
ppb_broker_proxy.cc 27 class Broker : public PPB_Broker_API, public Resource {
29 explicit Broker(const HostResource& resource);
30 virtual ~Broker();
54 DISALLOW_COPY_AND_ASSIGN(Broker);
57 Broker::Broker(const HostResource& resource)
63 Broker::~Broker() {
67 PPB_Broker_API* Broker::AsPPB_Broker_API() {
71 int32_t Broker::Connect(scoped_refptr<TrackedCallback> connect_callback)
    [all...]
  /external/chromium_org/ppapi/tests/
test_broker.cc 27 REGISTER_TEST_CASE(Broker);
31 const char kHelloMessage[] = "Hello Plugin! This is Broker!";
32 // Message sent from broker to plugin if the broker is unsandboxed.
33 const char kBrokerUnsandboxed[] = "Broker is Unsandboxed!";
34 // Message sent from broker to plugin if the broker is sandboxed. This message
36 // |kBrokerUnsandboxed|. If it's shorter and the broker doesn't close its handle
39 const char kBrokerSandboxed[] = "Broker is Sandboxed! Verification failed!";
172 // Callback in the broker when a new broker connection occurs
273 PP_Resource broker = broker_interface_->CreateTrusted( local
282 PP_Resource broker = broker_interface_->CreateTrusted( local
308 PP_Resource broker = broker_interface_->CreateTrusted( local
323 PP_Resource broker = broker_interface_->CreateTrusted( local
337 PP_Resource broker = broker_interface_->CreateTrusted( local
346 PP_Resource broker = broker_interface_->CreateTrusted( local
    [all...]
  /external/chromium_org/chrome/test/ppapi/
ppapi_browsertest.cc 131 TEST_PPAPI_IN_PROCESS(Broker)
136 // Accepting the infobar should grant permission to access the PPAPI broker.
156 // Canceling the infobar should deny permission to access the PPAPI broker.
176 // Block access to the PPAPI broker.
188 // Always allow access to the PPAPI broker.
    [all...]

Completed in 71 milliseconds