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

  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_pepper_interface_html5_fs.h 24 // FakePepperInterfaceHtml5Fs ppapi_html5fs;
32 // used with FakePepperInterfaceHtml5Fs, not other fake pepper implementations.
179 class FakePepperInterfaceHtml5Fs : public nacl_io::PepperInterfaceDummy {
181 FakePepperInterfaceHtml5Fs();
182 explicit FakePepperInterfaceHtml5Fs(const FakeHtml5FsFilesystem& filesystem);
183 ~FakePepperInterfaceHtml5Fs();
207 DISALLOW_COPY_AND_ASSIGN(FakePepperInterfaceHtml5Fs);
fake_pepper_interface_html5_fs.cc 698 FakePepperInterfaceHtml5Fs::FakePepperInterfaceHtml5Fs()
707 FakePepperInterfaceHtml5Fs::FakePepperInterfaceHtml5Fs(
719 void FakePepperInterfaceHtml5Fs::Init() {
728 FakePepperInterfaceHtml5Fs::~FakePepperInterfaceHtml5Fs() {
732 nacl_io::CoreInterface* FakePepperInterfaceHtml5Fs::GetCoreInterface() {
737 FakePepperInterfaceHtml5Fs::GetFileSystemInterface() {
741 nacl_io::FileRefInterface* FakePepperInterfaceHtml5Fs::GetFileRefInterface()
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
html5_fs_test.cc 67 FakePepperInterfaceHtml5Fs ppapi_html5_;

Completed in 63 milliseconds