Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_object.h102 std::tie(node, count) = GetPropertyInternal(index, eType); in GetProperty()
237 std::pair<CXFA_Node*, int32_t> GetPropertyInternal(int32_t index,
Dcjx_object.cpp898 std::pair<CXFA_Node*, int32_t> CJX_Object::GetPropertyInternal( in GetPropertyInternal() function in CJX_Object
925 std::tie(node, iCount) = GetPropertyInternal(index, eProperty); in GetOrCreatePropertyInternal()