Home
last modified time | relevance | path

Searched refs:PPB_FileSystem_1_0 (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/ppapi/cpp/
Dfile_system.cc20 template <> const char* interface_name<PPB_FileSystem_1_0>() { in interface_name()
47 if (!has_interface<PPB_FileSystem_1_0>()) in FileSystem()
49 PassRefFromConstructor(get_interface<PPB_FileSystem_1_0>()->Create( in FileSystem()
55 if (!has_interface<PPB_FileSystem_1_0>()) in Open()
57 return get_interface<PPB_FileSystem_1_0>()->Open( in Open()
63 if (!has_interface<PPB_FileSystem_1_0>()) in IsFileSystem()
65 return get_interface<PPB_FileSystem_1_0>()->IsFileSystem( in IsFileSystem()
/external/chromium_org/ppapi/c/
Dppb_file_system.h36 struct PPB_FileSystem_1_0 { struct
95 typedef struct PPB_FileSystem_1_0 PPB_FileSystem; argument
/external/chromium_org/ppapi/thunk/
Dppb_file_system_thunk.cc52 const PPB_FileSystem_1_0 g_ppb_filesystem_thunk_1_0 = {
61 PPAPI_THUNK_EXPORT const PPB_FileSystem_1_0* GetPPB_FileSystem_1_0_Thunk() { in GetPPB_FileSystem_1_0_Thunk()
Dinterfaces_ppb_public_stable.h53 PROXIED_IFACE(PPB_FILESYSTEM_INTERFACE_1_0, PPB_FileSystem_1_0)
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
Dall_interfaces.h68 BEGIN_INTERFACE(FileSystemInterface, PPB_FileSystem_1_0,
75 END_INTERFACE(FileSystemInterface, PPB_FileSystem_1_0)
/external/chromium_org/ppapi/proxy/
Dfile_system_resource_unittest.cc77 const PPB_FileSystem_1_0* file_system_iface;
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c722 const struct PPB_FileSystem_1_0 *iface = Pnacl_WrapperInfo_PPB_FileSystem_1_0.real_iface; in Pnacl_M14_PPB_FileSystem_Create()
727 const struct PPB_FileSystem_1_0 *iface = Pnacl_WrapperInfo_PPB_FileSystem_1_0.real_iface; in Pnacl_M14_PPB_FileSystem_IsFileSystem()
732 const struct PPB_FileSystem_1_0 *iface = Pnacl_WrapperInfo_PPB_FileSystem_1_0.real_iface; in Pnacl_M14_PPB_FileSystem_Open()
737 const struct PPB_FileSystem_1_0 *iface = Pnacl_WrapperInfo_PPB_FileSystem_1_0.real_iface; in Pnacl_M14_PPB_FileSystem_GetType()
4654 static const struct PPB_FileSystem_1_0 Pnacl_Wrappers_PPB_FileSystem_1_0 = {