HomeSort by relevance Sort by last modified time
    Searched refs:PepperInterface (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
packet.h 15 class PepperInterface;
20 explicit Packet(PepperInterface* ppapi);
31 PepperInterface* ppapi_;
packet.cc 14 Packet::Packet(PepperInterface* ppapi)
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
fs_factory.h 16 class PepperInterface;
pepper_interface_dummy.h 10 // This class simplifies implementing a PepperInterface-derived class where you
26 class PepperInterfaceDummy : public PepperInterface {
host_resolver.h 21 void Init(PepperInterface* ppapi);
42 PepperInterface* ppapi_;
filesystem.h 26 class PepperInterface;
41 PepperInterface* ppapi;
60 PepperInterface* ppapi() { return ppapi_; }
106 PepperInterface* ppapi_; // Weak reference.
pepper_interface.cc 11 void PepperInterface::AddRefResource(PP_Resource resource) {
15 void PepperInterface::ReleaseResource(PP_Resource resource) {
19 ScopedResource::ScopedResource(PepperInterface* ppapi)
23 ScopedResource::ScopedResource(PepperInterface* ppapi, PP_Resource resource)
45 ScopedVar::ScopedVar(PepperInterface* ppapi)
48 ScopedVar::ScopedVar(PepperInterface* ppapi, PP_Var var)
pepper_interface.h 41 // resulting PepperInterface basically looks like this:
43 // class PepperInterface {
45 // virtual ~PepperInterface() {}
74 class PepperInterface {
76 virtual ~PepperInterface() {}
136 explicit ScopedResource(PepperInterface* ppapi);
137 ScopedResource(PepperInterface* ppapi, PP_Resource resource);
150 PepperInterface* ppapi_;
159 explicit ScopedVar(PepperInterface* ppapi);
160 ScopedVar(PepperInterface* ppapi, PP_Var var)
    [all...]
pepper_interface_delegate.h 11 // PepperInterface-derived classes.
14 // class FooPepperInterface : public PepperInterface {
20 // class BarPepperInterface : public PepperInterface {
37 class PepperInterfaceDelegate : public PepperInterface {
real_pepper_interface.h 23 class RealPepperInterface : public PepperInterface {
kernel_proxy.h 28 class PepperInterface;
52 virtual Error Init(PepperInterface* ppapi);
237 PepperInterface* ppapi_;
kernel_intercept.cc 31 PepperInterface* ppapi;
78 PepperInterface* ppapi = NULL;
92 PepperInterface* ppapi = static_cast<PepperInterface*>(pepper_interface);
host_resolver.cc 100 void HostResolver::Init(PepperInterface* ppapi) {
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mock_fs.h 17 typedef nacl_io::PepperInterface PepperInterface;
dev_fs_for_testing.h 17 explicit DevFsForTesting(nacl_io::PepperInterface* ppapi) {
pepper_interface_mock.h 36 class PepperInterfaceMock : public nacl_io::PepperInterface {
jspipe_test.cc 52 PP_Var CreatePipeMessage(PepperInterface* ppapi, const char* pipe,
80 PP_Var CreateAckMessage(PepperInterface* ppapi, const char* pipe,
87 PP_Var CreateWriteMessage(PepperInterface* ppapi,
kernel_proxy_test.cc 579 virtual Error Init(PepperInterface* ppapi) {
733 virtual Error Init(PepperInterface* ppapi) {
803 virtual Error Init(PepperInterface* ppapi) {
http_fs_test.cc 28 HttpFsForTesting(StringMap_t map, PepperInterface* ppapi) {
html5_fs_test.cc 43 Html5FsForTesting(StringMap_t& string_map, PepperInterface* ppapi,
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
jspipe_event_emitter.h 23 class PepperInterface;
35 JSPipeEventEmitter(PepperInterface* ppapi, size_t size);
74 PepperInterface* ppapi_;
jspipe_event_emitter.cc 33 JSPipeEventEmitter::JSPipeEventEmitter(PepperInterface* ppapi, size_t size)
tty_node.cc 180 PepperInterface* ppapi = filesystem_->ppapi();
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/jsfs/
js_fs_node.h 56 PepperInterface* ppapi_;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
http_fs_node.cc 324 PepperInterface* ppapi = filesystem_->ppapi();
653 PepperInterface* ppapi = filesystem_->ppapi();

Completed in 1591 milliseconds

1 2