HomeSort by relevance Sort by last modified time
    Searched refs:FakeFileRefInterface (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 134 class FakeFileRefInterface : public nacl_io::FileRefInterface {
136 FakeFileRefInterface(FakeCoreInterface* core_interface,
160 DISALLOW_COPY_AND_ASSIGN(FakeFileRefInterface);
203 FakeFileRefInterface file_ref_interface_;
fake_pepper_interface_html5_fs.cc 457 FakeFileRefInterface::FakeFileRefInterface(FakeCoreInterface* core_interface,
461 PP_Resource FakeFileRefInterface::Create(PP_Resource file_system,
492 PP_Var FakeFileRefInterface::GetName(PP_Resource file_ref) {
502 int32_t FakeFileRefInterface::MakeDirectory(PP_Resource directory_ref,
541 int32_t FakeFileRefInterface::Delete(PP_Resource file_ref,
558 int32_t FakeFileRefInterface::Query(PP_Resource file_ref,
576 int32_t FakeFileRefInterface::ReadDirectoryEntries(
625 int32_t FakeFileRefInterface::Rename(PP_Resource file_ref,

Completed in 90 milliseconds