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

1 2

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
host_resolver.h 20 void Init(PepperInterface* ppapi);
29 PepperInterface *ppapi_;
mount_factory.h 16 class PepperInterface;
26 PepperInterface* ppapi,
mount.h 24 class PepperInterface;
41 virtual Error Init(int dev, StringMap_t& args, PepperInterface* ppapi);
45 PepperInterface* ppapi() { return ppapi_; }
84 PepperInterface* ppapi_; // Weak reference.
typed_mount_factory.h 18 PepperInterface* ppapi,
mount_dev.h 27 virtual Error Init(int dev, StringMap_t& args, PepperInterface* ppapi);
mount_passthrough.h 17 virtual Error Init(int dev, StringMap_t& args, PepperInterface* ppapi);
pepper_interface.h 50 class PepperInterface {
52 virtual ~PepperInterface() {}
92 ScopedResource(PepperInterface* ppapi, PP_Resource resource);
101 PepperInterface* ppapi_;
mount.cc 29 Error Mount::Init(int dev, StringMap_t& args, PepperInterface* ppapi) {
mount_html5fs.h 33 virtual Error Init(int dev, StringMap_t& args, PepperInterface* ppapi);
mount_mem.h 17 virtual Error Init(int dev, StringMap_t& args, PepperInterface* ppapi);
real_pepper_interface.h 23 class RealPepperInterface : public PepperInterface {
kernel_proxy.h 22 class PepperInterface;
46 virtual void Init(PepperInterface* ppapi);
178 PepperInterface* ppapi_;
mount_http.h 40 virtual Error Init(int dev, StringMap_t& args, PepperInterface* ppapi);
pepper_interface.cc 11 ScopedResource::ScopedResource(PepperInterface* ppapi, PP_Resource resource)
mount_node_http.cc 283 PepperInterface* ppapi = mount_->ppapi();
358 PepperInterface* ppapi = mount_->ppapi();
448 PepperInterface* ppapi = mount_->ppapi();
515 PepperInterface* ppapi = mount_->ppapi();
host_resolver.cc 25 void HostResolver::Init(PepperInterface* ppapi) {
mount_html5fs.cc 106 Error MountHtml5Fs::Init(int dev, StringMap_t& args, PepperInterface* ppapi) {
mount_passthrough.cc 110 PepperInterface* ppapi) {
mount_mem.cc 26 Error MountMem::Init(int dev, StringMap_t& args, PepperInterface* ppapi) {
kernel_intercept.cc 38 PepperInterface* ppapi = NULL;
mount_dev.cc 285 Error MountDev::Init(int dev, StringMap_t& args, PepperInterface* ppapi) {
mount_http.cc 211 Error MountHttp::Init(int dev, StringMap_t& args, PepperInterface* ppapi) {
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
mount_mock.h 16 typedef nacl_io::PepperInterface PepperInterface;
23 MOCK_METHOD3(Init, Error(int, StringMap_t&, PepperInterface*));
pepper_interface_mock.h 34 class PepperInterfaceMock : public nacl_io::PepperInterface {
kernel_proxy_test.cc 274 virtual Error Init(int dev, StringMap_t& args, PepperInterface* ppapi) {
285 virtual void Init(PepperInterface* ppapi) {
377 virtual void Init(PepperInterface* ppapi) {
432 PepperInterface* ppapi,
446 virtual void Init(PepperInterface* ppapi) {

Completed in 670 milliseconds

1 2