Searched refs:wsNewValue (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_boolean.cpp | 33 WideString wsNewValue(iValue == 0 ? L"0" : L"1"); in defaultValue() local 34 WideString wsFormatValue(wsNewValue); in defaultValue() 37 wsFormatValue = pContainerNode->GetFormatDataValue(wsNewValue); in defaultValue() 39 SetContent(wsNewValue, wsFormatValue, true, true, true); in defaultValue()
|
D | cjx_draw.cpp | 46 WideString wsNewValue = pValue->ToWideString(); in defaultValue() local 47 SetContent(wsNewValue, wsNewValue, true, true, true); in defaultValue()
|
D | cjx_object.cpp | 1367 WideString wsNewValue; in ScriptSomDefaultValue() local 1370 wsNewValue = pValue->ToWideString(); in ScriptSomDefaultValue() 1373 WideString wsFormatValue(wsNewValue); in ScriptSomDefaultValue() 1397 wsFormatValue = pContainerNode->GetFormatDataValue(wsNewValue); in ScriptSomDefaultValue() 1399 SetContent(wsNewValue, wsFormatValue, true, true, true); in ScriptSomDefaultValue()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.cpp | 4388 WideString wsNewValue(wsValue); in InsertItem() local 4389 if (wsNewValue.IsEmpty()) in InsertItem() 4390 wsNewValue = wsLabel; in InsertItem() 4405 InsertListTextItem(pSaveItems, wsNewValue, nIndex); in InsertItem() 4411 InsertListTextItem(pNode, wsNewValue, nIndex); in InsertItem() 4435 InsertListTextItem(pSaveItems, wsNewValue, nIndex); in InsertItem()
|