HomeSort by relevance Sort by last modified time
    Searched defs:CXFA_Value (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_value.h 20 class CXFA_Value : public CXFA_Node {
22 CXFA_Value(CXFA_Document* doc, XFA_PacketType packet);
23 ~CXFA_Value() override;
cxfa_value.cpp 7 #include "xfa/fxfa/parser/cxfa_value.h"
47 CXFA_Value::CXFA_Value(CXFA_Document* doc, XFA_PacketType packet)
58 CXFA_Value::~CXFA_Value() {}
60 XFA_Element CXFA_Value::GetChildValueClassID() const {
65 WideString CXFA_Value::GetChildValueContent() const {
70 CXFA_Arc* CXFA_Value::GetArcIfExists() const {
76 CXFA_Line* CXFA_Value::GetLineIfExists() const {
82 CXFA_Rectangle* CXFA_Value::GetRectangleIfExists() const
    [all...]

Completed in 59 milliseconds