Searched defs:FakeHtml5FsNode (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_pepper_interface_html5_fs.h34 class FakeHtml5FsNode { class
36 FakeHtml5FsNode(const PP_FileInfo& info);
37 FakeHtml5FsNode(const PP_FileInfo& info,
39 FakeHtml5FsNode(const PP_FileInfo& info, const std::string& contents);
68 const FakeHtml5FsNode* node;
78 bool AddEmptyFile(const Path& path, FakeHtml5FsNode** out_node);
81 FakeHtml5FsNode** out_node);
84 FakeHtml5FsNode** out_node);
85 bool AddDirectory(const Path& path, FakeHtml5FsNode** out_node);
88 FakeHtml5FsNode* GetNod
[all...]
H A Dfake_pepper_interface_html5_fs.cc50 FakeHtml5FsNode* node; // Weak reference.
74 FakeHtml5FsNode::FakeHtml5FsNode(const PP_FileInfo& info) : info_(info) {} function in class:FakeHtml5FsNode
76 FakeHtml5FsNode::FakeHtml5FsNode(const PP_FileInfo& info, function in class:FakeHtml5FsNode
80 FakeHtml5FsNode::FakeHtml5FsNode(const PP_FileInfo& info, function in class:FakeHtml5FsNode
86 int32_t FakeHtml5FsNode::Read(int64_t offset,
98 int32_t FakeHtml5FsNode::Write(int64_t offset,
113 int32_t FakeHtml5FsNode
[all...]

Completed in 575 milliseconds