Home
last modified time | relevance | path

Searched refs:GetPropertyInternal (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_object.h142 std::tie(node, count) = GetPropertyInternal(index, eType); in GetProperty()
231 std::pair<CXFA_Node*, int32_t> GetPropertyInternal(int32_t index,
Dcjx_object.cpp801 std::pair<CXFA_Node*, int32_t> CJX_Object::GetPropertyInternal( in GetPropertyInternal() function in CJX_Object