Home
last modified time | relevance | path

Searched refs:GetFormatDataValue (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_boolean.cpp37 wsFormatValue = pContainerNode->GetFormatDataValue(wsNewValue); in defaultValue()
Dcjx_field.cpp267 wsFormatText = pContainerNode->GetFormatDataValue(wsNewText); in defaultValue()
Dcjx_object.cpp1029 wsFormatValue = pNode->GetFormatDataValue(wsValue); in MoveBufferMapData()
1397 wsFormatValue = pContainerNode->GetFormatDataValue(wsNewValue); in ScriptSomDefaultValue()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.cpp515 wsValue, pFormNode->GetFormatDataValue(wsValue), false, false); in CreateDataBinding()
546 wsValue, pFormNode->GetFormatDataValue(wsValue), false, false); in CreateDataBinding()
555 wsValue, pFormNode->GetFormatDataValue(wsValue), false, false); in CreateDataBinding()
626 wsValue, pFormNode->GetFormatDataValue(wsValue), false, false); in CreateDataBinding()
639 wsValue, pFormNode->GetFormatDataValue(wsValue), false, false); in CreateDataBinding()
Dcxfa_node.h374 WideString GetFormatDataValue(const WideString& wsValue);
Dcxfa_node.cpp2198 wsFormatValue = pContainerNode->GetFormatDataValue(wsValue); in SyncValue()
3103 JSObject()->SetContent(wsData, GetFormatDataValue(wsData), true, false, true); in SetImageEdit()
4341 JSObject()->SetContent(wsSaveText, GetFormatDataValue(wsSaveText), in SetItemState()
4368 wsFormat = GetFormatDataValue(wsValue); in SetSelectedItems()
4850 WideString CXFA_Node::GetFormatDataValue(const WideString& wsValue) { in GetFormatDataValue() function in CXFA_Node