Home
last modified time | relevance | path

Searched refs:PP_FileSystemType (Results 1 – 25 of 51) sorted by relevance

123

/external/chromium_org/ppapi/proxy/
Dfile_system_resource.h33 PP_FileSystemType type);
41 PP_FileSystemType type);
50 virtual PP_FileSystemType GetType() OVERRIDE;
65 PP_FileSystemType type_;
Dfile_system_resource.cc20 PP_FileSystemType type) in FileSystemResource()
35 PP_FileSystemType type) in FileSystemResource()
73 PP_FileSystemType FileSystemResource::GetType() { in GetType()
/external/chromium_org/ppapi/shared_impl/
Dfile_system_util.h19 PP_FileSystemType type);
21 PPAPI_SHARED_EXPORT bool FileSystemTypeIsValid(PP_FileSystemType type);
23 PPAPI_SHARED_EXPORT bool FileSystemTypeHasQuota(PP_FileSystemType type);
Dfile_system_util.cc12 PP_FileSystemType type) { in PepperFileSystemTypeToFileSystemType()
25 bool FileSystemTypeIsValid(PP_FileSystemType type) { in FileSystemTypeIsValid()
32 bool FileSystemTypeHasQuota(PP_FileSystemType type) { in FileSystemTypeHasQuota()
Dfile_type_conversion.h28 PP_FileSystemType fs_type,
Dfile_ref_create_info.h27 PP_FileSystemType file_system_type;
/external/chromium_org/content/renderer/pepper/
Dpepper_file_system_host.h32 PP_FileSystemType type);
40 PP_FileSystemType type);
50 PP_FileSystemType GetType() const { return type_; } in GetType()
69 PP_FileSystemType type_;
Dpepper_file_ref_renderer_host.h41 PP_FileSystemType GetFileSystemType() const;
52 PP_FileSystemType file_system_type_;
Dpepper_file_system_host.cc30 PP_FileSystemType type) in PepperFileSystemHost()
43 PP_FileSystemType type) in PepperFileSystemHost()
Dresource_converter.cc34 PP_FileSystemType WebFileSystemTypeToPPAPI(blink::WebFileSystem::Type type) { in WebFileSystemTypeToPPAPI()
62 PP_FileSystemType file_system_type = in DOMFileSystemToResource()
Dpepper_in_process_resource_creation.h56 PP_FileSystemType type) OVERRIDE;
/external/chromium_org/ppapi/c/
Dpp_file_info.h52 } PP_FileSystemType; typedef
53 PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_FileSystemType, 4);
78 PP_FileSystemType system_type;
Dppb_file_system.h47 PP_Resource (*Create)(PP_Instance instance, PP_FileSystemType type);
92 PP_FileSystemType (*GetType)(PP_Resource file_system);
Dppb_file_ref.h75 PP_FileSystemType (*GetFileSystemType)(PP_Resource file_ref);
220 PP_FileSystemType (*GetFileSystemType)(PP_Resource file_ref);
/external/chromium_org/ppapi/api/
Dpp_file_info.idl24 * The <code>PP_FileSystemType</code> enum contains file system type constants.
27 enum PP_FileSystemType {
57 * <code>PP_FileSystemType</code> enum.
59 PP_FileSystemType system_type;
Dppb_file_system.idl26 * <code>PP_FileSystemType</code> enum (except PP_FILESYSTEMTYPE_ISOLATED,
31 PP_Resource Create([in] PP_Instance instance, [in] PP_FileSystemType type);
74 * @return A <code>PP_FileSystemType</code> with the file system type if
80 PP_FileSystemType GetType([in] PP_Resource file_system);
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
Dfake_pepper_interface_html5fs.h70 explicit FakeHtml5FsFilesystem(PP_FileSystemType type);
72 PP_FileSystemType type);
88 PP_FileSystemType filesystem_type() const { return filesystem_type_; } in filesystem_type()
94 PP_FileSystemType filesystem_type_;
160 virtual PP_Resource Create(PP_Instance instance, PP_FileSystemType type);
/external/chromium_org/ppapi/thunk/
Dppb_file_system_thunk.cc22 PP_Resource Create(PP_Instance instance, PP_FileSystemType type) { in Create()
46 PP_FileSystemType GetType(PP_Resource file_system) { in GetType()
Dppb_file_system_api.h23 virtual PP_FileSystemType GetType() = 0;
Dppb_file_ref_api.h27 virtual PP_FileSystemType GetFileSystemType() const = 0;
/external/chromium_org/content/browser/renderer_host/pepper/
Dpepper_file_system_browser_host.h38 PP_FileSystemType type);
54 PP_FileSystemType GetType() const { return type_; } in GetType()
156 PP_FileSystemType type_;
Dpepper_file_ref_host.h78 PP_FileSystemType GetFileSystemType() const;
106 PP_FileSystemType fs_type_;
/external/chromium_org/ppapi/cpp/
Dfile_system.h54 FileSystem(const InstanceHandle& instance, PP_FileSystemType type);
Dfile_system.cc46 PP_FileSystemType type) { in FileSystem()
Dfile_ref.h67 PP_FileSystemType GetFileSystemType() const;

123