Searched refs:iProperties (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_object_imp.cpp273 int32_t iProperties = 0; local
275 XFA_GetElementProperties(GetClassID(), iProperties);
276 if (pProperty == NULL || iProperties < 1) {
279 for (int32_t i = 0; i < iProperties; i++) {

Completed in 54 milliseconds