OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPB_FileSystem
(Results
1 - 7
of
7
) 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>.
95
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/ppapi/tests/
test_var_resource.h
30
const
PPB_FileSystem
* file_system_interface_;
test_var_resource.cc
18
file_system_interface_ = static_cast<const
PPB_FileSystem
*>(
/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
*>(
Completed in 41 milliseconds