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

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_imp.cpp 64 FX_POSITION ps = m_JSBuiltInObjects.GetStartPosition();
68 m_JSBuiltInObjects.GetNextAssoc(ps, bsKey, pValue);
73 m_JSBuiltInObjects.RemoveAll();
110 FX_POSITION ps = m_JSBuiltInObjects.GetStartPosition();
116 m_JSBuiltInObjects.GetNextAssoc(ps, bsKey, pValue);
119 m_JSBuiltInObjects.SetAt(bsKey, hProp);
123 m_JSBuiltInObjects.RemoveKey(bsKey);
554 m_JSBuiltInObjects.Lookup(szPropName, pBuiltin)) {
600 m_JSBuiltInObjects.SetAt(pBuitinObject->pName, (void*)pBuitinObject);
    [all...]
xfa_script_imp.h 117 CFX_CMapByteStringToPtr m_JSBuiltInObjects;

Completed in 41 milliseconds