Home
last modified time | relevance | path

Searched refs:AttachField (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/javascript/
DJS_EventHandler.cpp612 pField->AttachField(pDocument, m_strSourceName); in Source()
639 pField->AttachField(pDocument, m_strTargetName); in Target_Field()
DField.h476 bool AttachField(Document* pDocument, const CFX_WideString& csFieldName);
DField.cpp213 bool Field::AttachField(Document* pDocument, in AttachField() function in Field
2976 pField->AttachField(m_pJSDoc, *pStr); in getArray()
DDocument.cpp309 pField->AttachField(this, wideName); in getField()