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

  /external/chromium_org/ppapi/c/
ppb_file_system.h 19 #define PPB_FILESYSTEM_INTERFACE_1_0 "PPB_FileSystem;1.0"
33 * The <code>PPB_FileSystem</code> struct identifies the file system type
55 * <code>PPB_FileSystem</code>, <code>PP_FALSE</code> if the resource is
56 * invalid or some type other than <code>PPB_FileSystem</code>.
97 typedef struct PPB_FileSystem_1_0 PPB_FileSystem;
  /external/chromium_org/ppapi/api/
ppb_file_system.idl 17 * The <code>PPB_FileSystem</code> struct identifies the file system type
20 interface PPB_FileSystem {
40 * <code>PPB_FileSystem</code>, <code>PP_FALSE</code> if the resource is
41 * invalid or some type other than <code>PPB_FileSystem</code>.
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_interface.h 48 const PPB_FileSystem* PSInterfaceFileSystem();
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
get_browser_interface.h 50 const PPB_FileSystem* PPBFileSystem();
get_browser_interface.cc 74 const PPB_FileSystem* PPBFileSystem() {
75 return reinterpret_cast<const PPB_FileSystem*>(
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
all_interfaces.h 54 BEGIN_INTERFACE(FileSystemInterface, PPB_FileSystem,
60 END_INTERFACE(FileSystemInterface, PPB_FileSystem)

Completed in 225 milliseconds