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

  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_core_interface.cc 7 FakeCoreInterface::FakeCoreInterface(FakeResourceManager* manager)
10 void FakeCoreInterface::AddRefResource(PP_Resource handle) {
14 void FakeCoreInterface::ReleaseResource(PP_Resource handle) {
fake_core_interface.h 12 class FakeCoreInterface : public nacl_io::CoreInterface {
14 explicit FakeCoreInterface(FakeResourceManager* manager);
25 DISALLOW_COPY_AND_ASSIGN(FakeCoreInterface);
fake_pepper_interface_url_loader.h 82 explicit FakeURLLoaderInterface(FakeCoreInterface* core_interface);
96 FakeCoreInterface* core_interface_; // Weak reference.
103 FakeURLRequestInfoInterface(FakeCoreInterface* core_interface,
112 FakeCoreInterface* core_interface_; // Weak reference.
120 FakeURLResponseInfoInterface(FakeCoreInterface* core_interface,
127 FakeCoreInterface* core_interface_; // Weak reference.
152 FakeCoreInterface core_interface_;
fake_pepper_interface_html5_fs.h 102 explicit FakeFileIoInterface(FakeCoreInterface* core_interface);
129 FakeCoreInterface* core_interface_; // Weak reference.
136 FakeFileRefInterface(FakeCoreInterface* core_interface,
156 FakeCoreInterface* core_interface_; // Weak reference.
165 FakeFileSystemInterface(FakeCoreInterface* core_interface);
174 FakeCoreInterface* core_interface_; // Weak reference.
198 FakeCoreInterface core_interface_;
fake_pepper_interface.h 43 FakeCoreInterface core_interface_;
fake_pepper_interface_url_loader.cc 315 FakeCoreInterface* core_interface)
454 FakeCoreInterface* core_interface,
540 FakeCoreInterface* core_interface,
fake_pepper_interface_html5_fs.cc 288 FakeFileIoInterface::FakeFileIoInterface(FakeCoreInterface* core_interface)
457 FakeFileRefInterface::FakeFileRefInterface(FakeCoreInterface* core_interface,
658 FakeCoreInterface* core_interface)

Completed in 98 milliseconds