Home
last modified time | relevance | path

Searched refs:wsXMLValue (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_object.cpp524 const WideString& wsXMLValue, in SetAttributeValue() argument
544 wsXMLValue); in SetAttributeValue()
560 elem->SetTextData(wsXMLValue); in SetAttributeValue()
565 ->SetText(wsXMLValue); in SetAttributeValue()
616 const WideString& wsXMLValue, in SetContent() argument
718 pBindNode->JSObject()->SetContent(wsContent, wsXMLValue, bNotify, in SetContent()
754 wsContent, wsXMLValue, bNotify, bScriptModify, bSyncData); in SetContent()
773 pBindNode->JSObject()->SetContent(wsContent, wsXMLValue, bNotify, in SetContent()
790 SetAttributeValue(wsContent, wsXMLValue, bNotify, bScriptModify); in SetContent()
Dcjx_object.h92 const WideString& wsXMLValue,
111 const WideString& wsXMLValue,
/external/pdfium/xfa/fxfa/parser/
Dxfa_document_datamerger_imp.cpp288 WideString wsXMLValue = pDataNode->JSObject()->GetContent(false); in CreateDataBinding() local
289 WideString wsNormalizeValue = pWidgetAcc->GetNormalizeDataValue(wsXMLValue); in CreateDataBinding()
291 pDataNode->JSObject()->SetAttributeValue(wsNormalizeValue, wsXMLValue, false, in CreateDataBinding()