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

  /external/pdfium/fxjs/xfa/
cjx_object.h 92 const WideString& wsXMLValue,
111 const WideString& wsXMLValue,
cjx_object.cpp 524 const WideString& wsXMLValue,
544 wsXMLValue);
560 elem->SetTextData(wsXMLValue);
565 ->SetText(wsXMLValue);
616 const WideString& wsXMLValue,
718 pBindNode->JSObject()->SetContent(wsContent, wsXMLValue, bNotify,
754 wsContent, wsXMLValue, bNotify, bScriptModify, bSyncData);
773 pBindNode->JSObject()->SetContent(wsContent, wsXMLValue, bNotify,
790 SetAttributeValue(wsContent, wsXMLValue, bNotify, bScriptModify);
    [all...]
  /external/pdfium/xfa/fxfa/parser/
xfa_document_datamerger_imp.cpp 288 WideString wsXMLValue = pDataNode->JSObject()->GetContent(false);
289 WideString wsNormalizeValue = pWidgetAcc->GetNormalizeDataValue(wsXMLValue);
291 pDataNode->JSObject()->SetAttributeValue(wsNormalizeValue, wsXMLValue, false,
    [all...]

Completed in 288 milliseconds