Home
last modified time | relevance | path

Searched refs:FakeFileSystemInterface (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
Dfake_pepper_interface_html5_fs.h163 class FakeFileSystemInterface : public nacl_io::FileSystemInterface {
165 FakeFileSystemInterface(FakeCoreInterface* core_interface);
176 DISALLOW_COPY_AND_ASSIGN(FakeFileSystemInterface);
202 FakeFileSystemInterface file_system_interface_;
Dfake_pepper_interface_html5_fs.cc657 FakeFileSystemInterface::FakeFileSystemInterface( in FakeFileSystemInterface() function in FakeFileSystemInterface
661 PP_Bool FakeFileSystemInterface::IsFileSystem(PP_Resource resource) { in IsFileSystem()
669 PP_Resource FakeFileSystemInterface::Create(PP_Instance instance, in Create()
685 int32_t FakeFileSystemInterface::Open(PP_Resource file_system, in Open()
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
Dhtml5_fs_test.cc88 FakeFileSystemInterface* filesystem_fake = in TEST_F()
89 static_cast<FakeFileSystemInterface*>( in TEST_F()
103 Invoke(filesystem_fake, &FakeFileSystemInterface::Create)); in TEST_F()