HomeSort by relevance Sort by last modified time
    Searched refs:pContentRawDataNode (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fxjs/xfa/
cjx_object.cpp 744 CXFA_Node* pContentRawDataNode = ToNode(GetXFAObject())->GetFirstChild();
745 if (!pContentRawDataNode) {
746 pContentRawDataNode =
751 ToNode(GetXFAObject())->InsertChild(pContentRawDataNode, nullptr);
753 return pContentRawDataNode->JSObject()->SetContent(
828 CXFA_Node* pContentRawDataNode = ToNode(GetXFAObject())->GetFirstChild();
829 if (!pContentRawDataNode) {
841 pContentRawDataNode =
843 ToNode(GetXFAObject())->InsertChild(pContentRawDataNode, nullptr);
845 return pContentRawDataNode->JSObject()->TryContent(bScriptModify, true)
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_simple_parser.cpp     [all...]
xfa_document_datamerger_imp.cpp 91 CXFA_Node* pContentRawDataNode = pChildNode->GetFirstChild();
92 if (!pContentRawDataNode) {
105 pContentRawDataNode = pChildNode->CreateSamePacketNode(element);
106 pChildNode->InsertChild(pContentRawDataNode, nullptr);
108 pContentRawDataNode->JSObject()->SetCData(XFA_Attribute::Value, wsContent,
    [all...]

Completed in 1342 milliseconds