PepperInterface 23 native_client_sdk/src/libraries/nacl_io/devfs/jspipe_node.cc PepperInterface* ppapi = filesystem_->ppapi(); PepperInterface 26 native_client_sdk/src/libraries/nacl_io/filesystem.h class PepperInterface; PepperInterface 41 native_client_sdk/src/libraries/nacl_io/filesystem.h PepperInterface* ppapi; PepperInterface 60 native_client_sdk/src/libraries/nacl_io/filesystem.h PepperInterface* ppapi() { return ppapi_; } PepperInterface 97 native_client_sdk/src/libraries/nacl_io/filesystem.h PepperInterface* ppapi_; // Weak reference. PepperInterface 16 native_client_sdk/src/libraries/nacl_io/fs_factory.h class PepperInterface; PepperInterface 95 native_client_sdk/src/libraries/nacl_io/host_resolver.cc void HostResolver::Init(PepperInterface* ppapi) { PepperInterface 21 native_client_sdk/src/libraries/nacl_io/host_resolver.h void Init(PepperInterface* ppapi); PepperInterface 33 native_client_sdk/src/libraries/nacl_io/host_resolver.h PepperInterface *ppapi_; PepperInterface 295 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc PepperInterface* ppapi = filesystem_->ppapi(); PepperInterface 611 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc PepperInterface* ppapi = filesystem_->ppapi(); PepperInterface 58 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc PepperInterface* ppapi = NULL; PepperInterface 68 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc PepperInterface* ppapi = static_cast<PepperInterface*>(pepper_interface); PepperInterface 70 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc Error KernelProxy::Init(PepperInterface* ppapi) { PepperInterface 27 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h class PepperInterface; PepperInterface 52 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h virtual Error Init(PepperInterface* ppapi); PepperInterface 213 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h PepperInterface* ppapi_; PepperInterface 11 native_client_sdk/src/libraries/nacl_io/pepper_interface.cc void PepperInterface::AddRefResource(PP_Resource resource) { PepperInterface 15 native_client_sdk/src/libraries/nacl_io/pepper_interface.cc void PepperInterface::ReleaseResource(PP_Resource resource) { PepperInterface 19 native_client_sdk/src/libraries/nacl_io/pepper_interface.cc ScopedResource::ScopedResource(PepperInterface* ppapi) PepperInterface 22 native_client_sdk/src/libraries/nacl_io/pepper_interface.cc ScopedResource::ScopedResource(PepperInterface* ppapi, PP_Resource resource) PepperInterface 74 native_client_sdk/src/libraries/nacl_io/pepper_interface.h class PepperInterface { PepperInterface 76 native_client_sdk/src/libraries/nacl_io/pepper_interface.h virtual ~PepperInterface() {} PepperInterface 136 native_client_sdk/src/libraries/nacl_io/pepper_interface.h explicit ScopedResource(PepperInterface* ppapi); PepperInterface 137 native_client_sdk/src/libraries/nacl_io/pepper_interface.h ScopedResource(PepperInterface* ppapi, PP_Resource resource); PepperInterface 150 native_client_sdk/src/libraries/nacl_io/pepper_interface.h PepperInterface* ppapi_; PepperInterface 37 native_client_sdk/src/libraries/nacl_io/pepper_interface_delegate.h class PepperInterfaceDelegate : public PepperInterface { PepperInterface 26 native_client_sdk/src/libraries/nacl_io/pepper_interface_dummy.h class PepperInterfaceDummy : public PepperInterface { PepperInterface 23 native_client_sdk/src/libraries/nacl_io/real_pepper_interface.h class RealPepperInterface : public PepperInterface { PepperInterface 13 native_client_sdk/src/libraries/nacl_io/socket/packet.cc Packet::Packet(PepperInterface* ppapi) PepperInterface 15 native_client_sdk/src/libraries/nacl_io/socket/packet.h class PepperInterface; PepperInterface 21 native_client_sdk/src/libraries/nacl_io/socket/packet.h explicit Packet(PepperInterface* ppapi); PepperInterface 35 native_client_sdk/src/libraries/nacl_io/socket/packet.h PepperInterface* ppapi_; PepperInterface 43 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc Html5FsForTesting(StringMap_t& string_map, PepperInterface* ppapi) { PepperInterface 28 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc HttpFsForTesting(StringMap_t map, PepperInterface* ppapi) { PepperInterface 552 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc virtual Error Init(PepperInterface* ppapi) { PepperInterface 649 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc virtual Error Init(PepperInterface* ppapi) { PepperInterface 719 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc virtual Error Init(PepperInterface* ppapi) { PepperInterface 17 native_client_sdk/src/tests/nacl_io_test/mock_fs.h typedef nacl_io::PepperInterface PepperInterface; PepperInterface 36 native_client_sdk/src/tests/nacl_io_test/pepper_interface_mock.h class PepperInterfaceMock : public nacl_io::PepperInterface {