HomeSort by relevance Sort by last modified time
    Searched full:file_system_resource (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ppapi/proxy/
isolated_file_system_private_resource.cc 11 #include "ppapi/proxy/file_system_resource.h"
45 PP_Resource* file_system_resource,
47 if (!file_system_resource)
53 this, type, file_system_resource, callback));
59 PP_Resource* file_system_resource,
73 *file_system_resource = fs->GetReference();
74 if (*file_system_resource == 0)
isolated_file_system_private_resource.h 53 PP_Resource* file_system_resource,
58 PP_Resource* file_system_resource,
file_system_resource.cc 5 #include "ppapi/proxy/file_system_resource.h"
resource_creation_proxy.cc 14 #include "ppapi/proxy/file_system_resource.h"
plugin_var_tracker.cc 12 #include "ppapi/proxy/file_system_resource.h"
  /external/chromium_org/ppapi/tests/
test_file_system.cc 77 pp::Resource file_system_resource(file_system);
78 ASSERT_TRUE(pp::FileSystem::IsFileSystem(file_system_resource));
79 pp::FileSystem file_system_resource_file_system(file_system_resource);
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
fake_pepper_interface_html5fs.cc 463 FakeFileSystemResource* file_system_resource = local
466 if (file_system_resource == NULL)
469 if (!file_system_resource->opened)
480 file_ref_resource->filesystem = file_system_resource->filesystem;
636 FakeFileSystemResource* file_system_resource = new FakeFileSystemResource;
637 file_system_resource->filesystem = new FakeHtml5FsFilesystem(
642 file_system_resource);
648 FakeFileSystemResource* file_system_resource = local
651 if (file_system_resource == NULL)
654 file_system_resource->opened = true
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_in_process_resource_creation.cc 22 #include "ppapi/proxy/file_system_resource.h"
  /external/chromium_org/ppapi/
ppapi_proxy.gypi 60 'proxy/file_system_resource.cc',
61 'proxy/file_system_resource.h',

Completed in 175 milliseconds