Searched refs:CXFA_Value (Results 1 – 15 of 15) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_value.cpp | 46 CXFA_Value::CXFA_Value(CXFA_Document* doc, XFA_PacketType packet) in CXFA_Value() function in CXFA_Value 56 CXFA_Value::~CXFA_Value() = default; 58 XFA_Element CXFA_Value::GetChildValueClassID() const { in GetChildValueClassID() 63 WideString CXFA_Value::GetChildValueContent() const { in GetChildValueContent() 70 CXFA_Arc* CXFA_Value::GetArcIfExists() const { in GetArcIfExists() 77 CXFA_Line* CXFA_Value::GetLineIfExists() const { in GetLineIfExists() 84 CXFA_Rectangle* CXFA_Value::GetRectangleIfExists() const { in GetRectangleIfExists() 91 CXFA_Text* CXFA_Value::GetTextIfExists() const { in GetTextIfExists() 98 CXFA_ExData* CXFA_Value::GetExDataIfExists() const { in GetExDataIfExists() 105 CXFA_Image* CXFA_Value::GetImageIfExists() const { in GetImageIfExists()
|
D | cxfa_value.h | 20 class CXFA_Value final : public CXFA_Node { 22 CXFA_Value(CXFA_Document* doc, XFA_PacketType packet); 23 ~CXFA_Value() override;
|
D | cxfa_caption.h | 14 class CXFA_Value; variable 30 CXFA_Value* GetValueIfExists();
|
D | cxfa_caption.cpp | 76 CXFA_Value* CXFA_Caption::GetValueIfExists() { in GetValueIfExists() 77 return GetChild<CXFA_Value>(0, XFA_Element::Value, false); in GetValueIfExists()
|
D | cxfa_node.h | 44 class CXFA_Value; variable 250 CXFA_Value* GetFormValueIfExists() const; 454 void CreateValueNodeIfNeeded(CXFA_Value* value, CXFA_Node* pUIChild); 468 CXFA_Value* GetDefaultValueIfExists();
|
D | cxfa_node.cpp | 861 CXFA_Value* value = pNode->GetFormValueIfExists(); in LoadImageData() 929 CXFA_Value* value = pNode->GetFormValueIfExists(); in LoadImageData() 2272 CXFA_Value* CXFA_Node::GetDefaultValueIfExists() { in GetDefaultValueIfExists() 2274 return pTemNode ? pTemNode->JSObject()->GetProperty<CXFA_Value>( in GetDefaultValueIfExists() 2279 CXFA_Value* CXFA_Node::GetFormValueIfExists() const { in GetFormValueIfExists() 2280 return JSObject()->GetProperty<CXFA_Value>(0, XFA_Element::Value); in GetFormValueIfExists() 2676 CXFA_Value* capValue = caption->GetValueIfExists(); in GetValidateCaptionName() 2817 CXFA_Value* value = in CreateChildUIAndValueNodesIfNeeded() 2818 JSObject()->GetOrCreateProperty<CXFA_Value>(0, XFA_Element::Value); in CreateChildUIAndValueNodesIfNeeded() 2907 void CXFA_Node::CreateValueNodeIfNeeded(CXFA_Value* value, in CreateValueNodeIfNeeded() [all …]
|
D | xfa_utils.cpp | 379 CXFA_Value* pNodeValue = in XFA_GetLocaleValue() 380 pNode->GetChild<CXFA_Value>(0, XFA_Element::Value, false); in XFA_GetLocaleValue()
|
D | cxfa_document.cpp | 497 auto* defValue = pFormNode->JSObject()->GetOrCreateProperty<CXFA_Value>( in CreateDataBinding() 565 pChild->GetChild<CXFA_Value>(0, XFA_Element::Value, false); in CreateDataBinding() 602 CXFA_Value* pValue = in CreateDataBinding() 603 pChild->JSObject()->GetOrCreateProperty<CXFA_Value>( in CreateDataBinding() 627 CXFA_Value* pValue = in CreateDataBinding() 628 pFormNode->JSObject()->GetOrCreateProperty<CXFA_Value>( in CreateDataBinding()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_textprovider.cpp | 42 CXFA_Value* pValueNode = in GetTextNode() 43 m_pNode->GetChild<CXFA_Value>(0, XFA_Element::Value, false); in GetTextNode() 79 CXFA_Value* pValueNode = in GetTextNode() 80 pCaptionNode->GetChild<CXFA_Value>(0, XFA_Element::Value, false); in GetTextNode()
|
D | cxfa_ffarc.cpp | 22 CXFA_Value* value = m_pNode->GetFormValueIfExists(); in RenderWidget()
|
D | cxfa_ffrectangle.cpp | 22 CXFA_Value* value = m_pNode->GetFormValueIfExists(); in RenderWidget()
|
D | cxfa_ffline.cpp | 91 CXFA_Value* value = m_pNode->GetFormValueIfExists(); in RenderWidget()
|
D | cxfa_ffimageedit.cpp | 78 CXFA_Value* value = m_pNode->GetFormValueIfExists(); in RenderWidget()
|
D | cxfa_ffdatetimeedit.cpp | 61 CXFA_Value* value = m_pNode->GetFormValueIfExists(); in LoadWidget()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_object.cpp | 547 CXFA_Value* pValue = in SetContent() 548 GetOrCreateProperty<CXFA_Value>(0, XFA_Element::Value); in SetContent() 607 CXFA_Value* pValue = in SetContent() 608 GetOrCreateProperty<CXFA_Value>(0, XFA_Element::Value); in SetContent() 713 CXFA_Value* pValue = in TryContent() 715 ->GetChild<CXFA_Value>(0, XFA_Element::Value, false); in TryContent()
|