Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_object.h147 return static_cast<T*>(GetOrCreatePropertyInternal(index, eType)); in GetOrCreateProperty()
233 CXFA_Node* GetOrCreatePropertyInternal(int32_t index, XFA_Element eType);
Dcjx_object.cpp807 CXFA_Node* CJX_Object::GetOrCreatePropertyInternal(int32_t index, in GetOrCreatePropertyInternal() function in CJX_Object