Home | History | Annotate | Download | only in finish_writing_these

Lines Matching refs:in

3  * found in the LICENSE file.
25 * value is the ppapi error, PP_OK if success, one of the PP_ERROR_* in case
29 [in] PP_Instance instance,
30 [in] str_t path,
31 [in] int32_t mode,
35 * success, one of the PP_ERROR_* in case of failure.
38 [in] PP_Instance instance,
39 [in] str_t path_from,
40 [in] str_t path_to);
44 * return value is the ppapi error, PP_OK if success, one of the PP_ERROR_* in
48 [in] PP_Instance instance,
49 [in] str_t path,
50 [in] PP_Bool recursive);
53 * PP_OK if success, one of the PP_ERROR_* in case of failure.
56 [in] PP_Instance instance,
57 [in] str_t path);
60 * ppapi error, PP_OK if success, one of the PP_ERROR_* in case of failure.
63 [in] PP_Instance instance,
64 [in] str_t path,
67 /* Gets the list of files contained in a module-local directory. The return
68 * value is the ppapi error, PP_OK if success, one of the PP_ERROR_* in case
73 [in] PP_Instance instance,
74 [in] str_t path,
79 [in] PP_Instance instance,
80 [in] PP_DirContents_Dev contents);