Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_event_context.cpp82 pJSField->AttachField(pJSDocument, m_pEventRecorder->SourceName()); in SourceField()
107 pJSField->AttachField(pJSDocument, m_pEventRecorder->TargetName()); in TargetField()
Dcjs_field.h40 bool AttachField(CJS_Document* pDocument, const WideString& csFieldName);
Dcjs_field.cpp609 bool CJS_Field::AttachField(CJS_Document* pDocument, in AttachField() function in CJS_Field
2398 pJSField->AttachField(m_pJSDoc.Get(), *pStr); in getArray()
Dcjs_document.cpp263 pJSField->AttachField(this, wideName); in getField()