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

  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_pepper_interface_html5_fs.h 100 class FakeFileIoInterface : public nacl_io::FileIoInterface {
102 explicit FakeFileIoInterface(FakeCoreInterface* core_interface);
131 DISALLOW_COPY_AND_ASSIGN(FakeFileIoInterface);
204 FakeFileIoInterface file_io_interface_;
fake_pepper_interface_html5_fs.cc 288 FakeFileIoInterface::FakeFileIoInterface(FakeCoreInterface* core_interface)
291 PP_Resource FakeFileIoInterface::Create(PP_Resource) {
297 int32_t FakeFileIoInterface::Open(PP_Resource file_io,
345 int32_t FakeFileIoInterface::Query(PP_Resource file_io,
360 int32_t FakeFileIoInterface::Read(PP_Resource file_io,
385 int32_t FakeFileIoInterface::Write(PP_Resource file_io,
414 int32_t FakeFileIoInterface::SetLength(PP_Resource file_io,
434 int32_t FakeFileIoInterface::Flush(PP_Resource file_io,
447 void FakeFileIoInterface::Close(PP_Resource file_io)
    [all...]

Completed in 62 milliseconds