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

  /external/chromium_org/ppapi/cpp/
file_system.cc 20 template <> const char* interface_name<PPB_FileSystem_1_0>() {
47 if (!has_interface<PPB_FileSystem_1_0>())
49 PassRefFromConstructor(get_interface<PPB_FileSystem_1_0>()->Create(
55 if (!has_interface<PPB_FileSystem_1_0>())
57 return get_interface<PPB_FileSystem_1_0>()->Open(
63 if (!has_interface<PPB_FileSystem_1_0>())
65 return get_interface<PPB_FileSystem_1_0>()->IsFileSystem(
  /external/chromium_org/ppapi/c/
ppb_file_system.h 36 struct PPB_FileSystem_1_0 {
95 typedef struct PPB_FileSystem_1_0 PPB_FileSystem;
  /external/chromium_org/ppapi/thunk/
ppb_file_system_thunk.cc 54 const PPB_FileSystem_1_0 g_ppb_filesystem_thunk_1_0 = {
63 const PPB_FileSystem_1_0* GetPPB_FileSystem_1_0_Thunk() {
interfaces_ppb_public_stable.h 50 PROXIED_IFACE(NoAPIName, PPB_FILESYSTEM_INTERFACE_1_0, PPB_FileSystem_1_0)
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
all_interfaces.h 62 BEGIN_INTERFACE(FileSystemInterface, PPB_FileSystem_1_0,
68 END_INTERFACE(FileSystemInterface, PPB_FileSystem_1_0)
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c 529 /* Begin wrapper methods for PPB_FileSystem_1_0 */
532 const struct PPB_FileSystem_1_0 *iface = Pnacl_WrapperInfo_PPB_FileSystem_1_0.real_iface;
537 const struct PPB_FileSystem_1_0 *iface = Pnacl_WrapperInfo_PPB_FileSystem_1_0.real_iface;
542 const struct PPB_FileSystem_1_0 *iface = Pnacl_WrapperInfo_PPB_FileSystem_1_0.real_iface;
547 const struct PPB_FileSystem_1_0 *iface = Pnacl_WrapperInfo_PPB_FileSystem_1_0.real_iface;
551 /* End wrapper methods for PPB_FileSystem_1_0 */
    [all...]

Completed in 188 milliseconds