Searched defs:system_type (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/c/
H A Dpp_file_info.h78 PP_FileSystemType system_type; member in struct:PP_FileInfo
/external/chromium_org/ppapi/proxy/
H A Dppapi_param_traits.cc107 ParamTraits<int>::Write(m, static_cast<int>(p.system_type));
116 int type, system_type; local
119 !ParamTraits<int>::Read(m, iter, &system_type) ||
129 if (system_type != PP_FILESYSTEMTYPE_INVALID &&
130 system_type != PP_FILESYSTEMTYPE_EXTERNAL &&
131 system_type != PP_FILESYSTEMTYPE_LOCALPERSISTENT &&
132 system_type != PP_FILESYSTEMTYPE_LOCALTEMPORARY &&
133 system_type != PP_FILESYSTEMTYPE_ISOLATED)
135 r->system_type = static_cast<PP_FileSystemType>(system_type);
[all...]

Completed in 4452 milliseconds