Searched refs:wsXMLValue (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_object.cpp | 524 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()
|
D | cjx_object.h | 92 const WideString& wsXMLValue, 111 const WideString& wsXMLValue,
|
/external/pdfium/xfa/fxfa/parser/ |
D | xfa_document_datamerger_imp.cpp | 288 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()
|