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!";
159 // Callback in the broker when a new broker connection occurs
260 PP_Resource broker = broker_interface_->CreateTrusted( local
269 PP_Resource broker = broker_interface_->CreateTrusted( local
295 PP_Resource broker = broker_interface_->CreateTrusted( local
310 PP_Resource broker = broker_interface_->CreateTrusted( local
324 PP_Resource broker = broker_interface_->CreateTrusted( local
333 PP_Resource broker = broker_interface_->CreateTrusted( local
    [all...]
  /external/chromium_org/chrome/test/ppapi/
ppapi_browsertest.cc 142 TEST_PPAPI_IN_PROCESS(Broker)
147 // Accepting the infobar should grant permission to access the PPAPI broker.
167 // Canceling the infobar should deny permission to access the PPAPI broker.
187 // Block access to the PPAPI broker.
199 // Always allow access to the PPAPI broker.
    [all...]

Completed in 69 milliseconds