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

  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
html5_fs_test.cc 141 EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddEmptyFile("/foo", NULL));
162 EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddEmptyFile("/foo/bar",
192 EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddEmptyFile(kPath, NULL));
204 EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddEmptyFile("/file", NULL));
205 EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddDirectory("/dir", NULL));
219 EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddEmptyFile("/file", NULL));
220 EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddDirectory("/dir", NULL));
232 EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddEmptyFile("/foo", NULL));
285 ppapi_html5_.filesystem_template()->AddFile("/file", contents, NULL));
286 ASSERT_TRUE(ppapi_html5_.filesystem_template()->AddDirectory("/dir", NULL))
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_pepper_interface_html5_fs.cc 20 FakeInstanceResource() : filesystem_template(NULL) {}
23 FakeHtml5FsFilesystem* filesystem_template; // Weak reference. member in class:__anon13575::FakeInstanceResource
678 *instance_resource->filesystem_template, filesystem_type);
721 instance_resource->filesystem_template = &filesystem_template_;
fake_pepper_interface_html5_fs.h 192 FakeHtml5FsFilesystem* filesystem_template() { return &filesystem_template_; } function in class:FakePepperInterfaceHtml5Fs

Completed in 44 milliseconds