Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_object.cpp552 CXFA_Node* pChildValue = pValue->GetFirstChild(); in SetContent() local
553 pChildValue->JSObject()->SetCData(XFA_Attribute::ContentType, in SetContent()
555 pChildValue->JSObject()->SetContent(wsContent, wsContent, bNotify, in SetContent()
612 CXFA_Node* pChildValue = pValue->GetFirstChild(); in SetContent() local
613 ASSERT(pChildValue); in SetContent()
614 pChildValue->JSObject()->SetContent(wsContent, wsContent, bNotify, in SetContent()
719 CXFA_Node* pChildValue = pValue->GetFirstChild(); in TryContent() local
720 if (pChildValue && XFA_FieldIsMultiListBox(ToNode(GetXFAObject()))) { in TryContent()
721 pChildValue->JSObject()->SetAttribute(XFA_Attribute::ContentType, in TryContent()
724 if (pChildValue) in TryContent()
[all …]