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

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffpath.cpp 57 CXFA_Value value = m_pDataAcc->GetFormValue();
114 CXFA_Value value = m_pDataAcc->GetFormValue();
142 CXFA_Value value = m_pDataAcc->GetFormValue();
xfa_ffimage.cpp 58 CXFA_Value value = m_pDataAcc->GetFormValue();
xfa_ffimageedit.cpp 69 if (CXFA_Value value = m_pDataAcc->GetFormValue()) {
xfa_ffwidgetacc.cpp 79 CXFA_Value value = pAcc->GetFormValue();
164 CXFA_Value value = pAcc->GetFormValue();
219 CXFA_Value imageValue = GetDefaultValue();
238 CXFA_Value defValue(NULL);
261 if (CXFA_Value defValue = GetDefaultValue()) {
554 CXFA_Value capValue = caption.GetValue();
    [all...]
xfa_fftextedit.cpp 598 if (CXFA_Value value = m_pDataAcc->GetFormValue()) {
  /external/pdfium/xfa/include/fxfa/
fxfa_objectacc.h 22 class CXFA_Value;
181 CXFA_Value GetValue();
303 class CXFA_Value : public CXFA_Data {
305 CXFA_Value(CXFA_Node* pNode) : CXFA_Data(pNode) {}
598 CXFA_Value GetDefaultValue(FX_BOOL bModified = FALSE);
599 CXFA_Value GetFormValue(FX_BOOL bModified = FALSE);
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_objectacc_imp.cpp 395 CXFA_Value CXFA_Caption::GetValue() {
396 return CXFA_Value(m_pNode ? m_pNode->GetChild(0, XFA_ELEMENT_Value) : NULL);
771 XFA_ELEMENT CXFA_Value::GetChildValueClassID() {
780 FX_BOOL CXFA_Value::GetChildValueContent(CFX_WideString& wsContent) {
789 CXFA_Arc CXFA_Value::GetArc() {
793 CXFA_Line CXFA_Value::GetLine() {
797 CXFA_Rectangle CXFA_Value::GetRectangle() {
801 CXFA_Text CXFA_Value::GetText() {
805 CXFA_ExData CXFA_Value::GetExData() {
809 CXFA_Image CXFA_Value::GetImage() {
    [all...]
xfa_utils_imp.cpp 25 CXFA_Value defValue = pNode->GetProperty(0, XFA_ELEMENT_Value, TRUE);
xfa_document_datamerger_imp.cpp 112 CXFA_Value defValue = pFormNode->GetProperty(0, XFA_ELEMENT_Value);
183 CXFA_Value valueChild(pValue);
    [all...]
xfa_object_imp.cpp     [all...]

Completed in 1490 milliseconds