Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_boolean.cpp41 wsFormatValue = pContainerNode->GetFormatDataValue(wsNewValue); in defaultValue()
Dcjx_field.cpp260 wsFormatText = pContainerNode->GetFormatDataValue(wsNewText); in defaultValue()
Dcjx_object.cpp936 wsFormatValue = pNode->GetFormatDataValue(wsValue); in MoveBufferMapData()
1300 wsFormatValue = pContainerNode->GetFormatDataValue(wsNewValue); in ScriptSomDefaultValue()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.cpp521 wsValue, pFormNode->GetFormatDataValue(wsValue)); in CreateDataBinding()
550 wsValue, pFormNode->GetFormatDataValue(wsValue)); in CreateDataBinding()
559 wsValue, pFormNode->GetFormatDataValue(wsValue)); in CreateDataBinding()
628 wsValue, pFormNode->GetFormatDataValue(wsValue)); in CreateDataBinding()
641 wsValue, pFormNode->GetFormatDataValue(wsValue)); in CreateDataBinding()
Dcxfa_node.h414 WideString GetFormatDataValue(const WideString& wsValue);
Dcxfa_node.cpp2252 wsFormatValue = pContainerNode->GetFormatDataValue(wsValue); in SyncValue()
3137 JSObject()->SetContent(wsData, GetFormatDataValue(wsData), true, false, true); in SetImageEdit()
4379 JSObject()->SetContent(wsSaveText, GetFormatDataValue(wsSaveText), in SetItemState()
4406 wsFormat = GetFormatDataValue(wsValue); in SetSelectedItems()
4901 WideString CXFA_Node::GetFormatDataValue(const WideString& wsValue) { in GetFormatDataValue() function in CXFA_Node