Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp4075 CXFA_Node* pChildValue = pValue->GetNodeItem(XFA_NODEITEM_FirstChild); in SetScriptContent() local
4076 ASSERT(pChildValue); in SetScriptContent()
4077 pChildValue->SetCData(XFA_ATTRIBUTE_ContentType, L"text/xml"); in SetScriptContent()
4078 pChildValue->SetScriptContent(wsContent, wsContent, bNotify, in SetScriptContent()
4153 CXFA_Node* pChildValue = pValue->GetNodeItem(XFA_NODEITEM_FirstChild); in SetScriptContent() local
4154 ASSERT(pChildValue); in SetScriptContent()
4155 pChildValue->SetScriptContent(wsContent, wsContent, bNotify, in SetScriptContent()
4269 CXFA_Node* pChildValue = pValue->GetNodeItem(XFA_NODEITEM_FirstChild); in TryContent() local
4270 if (pChildValue && XFA_FieldIsMultiListBox(this)) { in TryContent()
4271 pChildValue->SetAttribute(XFA_ATTRIBUTE_ContentType, L"text/xml"); in TryContent()
[all …]