HomeSort by relevance Sort by last modified time
    Searched refs:m_rgGlobalBinding (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_document.h 106 std::map<uint32_t, CXFA_Node*> m_rgGlobalBinding;
xfa_document_datamerger_imp.cpp 360 auto it = pDocument->m_rgGlobalBinding.find(dwNameHash);
361 return it != pDocument->m_rgGlobalBinding.end() ? it->second : nullptr;
367 pDocument->m_rgGlobalBinding[dwNameHash] = pDataNode;
    [all...]

Completed in 179 milliseconds