OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPB_FileIO
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_interface.h
46
const
PPB_FileIO
* PSInterfaceFileIO();
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
get_browser_interface.h
48
const
PPB_FileIO
* PPBFileIO();
get_browser_interface.cc
64
const
PPB_FileIO
* PPBFileIO() {
65
return reinterpret_cast<const
PPB_FileIO
*>(
/external/chromium_org/ppapi/api/
ppb_file_io.idl
66
* The <code>
PPB_FileIO
</code> struct is used to operate on a regular file
69
interface
PPB_FileIO
{
86
* <code>
PPB_FileIO
</code>, <code>PP_FALSE</code> if the resource is
87
* invalid or some type other than <code>
PPB_FileIO
</code>.
/external/chromium_org/ppapi/c/
ppb_file_io.h
21
#define PPB_FILEIO_INTERFACE_1_0 "
PPB_FileIO
;1.0"
22
#define PPB_FILEIO_INTERFACE_1_1 "
PPB_FileIO
;1.1"
82
* The <code>
PPB_FileIO
</code> struct is used to operate on a regular file
102
* <code>
PPB_FileIO
</code>, <code>PP_FALSE</code> if the resource is
103
* invalid or some type other than <code>
PPB_FileIO
</code>.
300
typedef struct PPB_FileIO_1_1
PPB_FileIO
;
/external/chromium_org/ppapi/tests/
test_url_loader.cc
71
const
PPB_FileIO
* file_io_interface = static_cast<const
PPB_FileIO
*>(
Completed in 48 milliseconds