/external/pdfium/xfa/src/fwl/src/core/ |
D | fwl_panelimp.cpp | 23 IFWL_Content* IFWL_Panel::GetContent() { in GetContent() function in IFWL_Panel 24 return static_cast<CFWL_PanelImp*>(GetImpl())->GetContent(); in GetContent() 71 IFWL_Content* CFWL_PanelImp::GetContent() { in GetContent() function in CFWL_PanelImp 87 virtual IFWL_Content* GetContent(); 115 IFWL_Content* CFWL_CustomPanelImp::GetContent() { in GetContent() function in CFWL_CustomPanelImp 140 IFWL_Content* IFWL_CustomPanel::GetContent() { in GetContent() function in IFWL_CustomPanel 141 return static_cast<CFWL_CustomPanelImp*>(GetImpl())->GetContent(); in GetContent()
|
D | fwl_formimp.cpp | 1162 m_pOwner->GetContent()->GetMaxSize(fWidthMax, fHeightMax); in OnMouseMove() 1163 m_pOwner->GetContent()->GetMinSize(fWidthMin, fHeightMin); in OnMouseMove()
|
D | fwl_widgetimp.cpp | 156 IFWL_Content* pContent = pForm->GetContent(); in Finalize()
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_locale.cpp | 92 wsDtSymbol = pNumberSymbols->GetContent(0); in GetDateTimeSymbols() 132 wsSymbolName = pSymbolName->GetContent(0); in GetCalendarSymbol() 217 wsPattern = pChild->GetContent(0); in GetPattern() 262 wsDtSymbol = pSymbols ? pSymbols->GetContent() : CFX_WideString(); in GetDateTimeSymbols() 359 return pSymbol ? pSymbol->GetContent() : CFX_WideString(); in GetSymbol() 371 return pSymbol ? pSymbol->GetContent() : CFX_WideString(); in GetCalendarSymbol()
|
D | xfa_objectacc_imp.cpp | 859 void CXFA_Text::GetContent(CFX_WideString& wsText) { in GetContent() function in CXFA_Text 895 void CXFA_ExData::GetContent(CFX_WideString& wsText) { in GetContent() function in CXFA_ExData 946 FX_BOOL CXFA_Image::GetContent(CFX_WideString& wsText) { in GetContent() function in CXFA_Image 989 text.GetContent(wsMessage); in GetMessageText() 1484 return m_pNode->GetContent(); in GetRawValue() 1889 CFX_WideString text = pItemchild->GetContent(); in SetCheckState() 1894 wsChildValue = pItemchild->GetContent(); in SetCheckState() 1981 CFX_WideString wsChildValue = pItemchild->GetContent(); in SetSelectedMemberByValue() 1985 wsChildValue = pItemchild->GetContent(); in SetSelectedMemberByValue() 3100 wsValue = m_pNode->GetContent(); in GetValue() [all …]
|
D | xfa_document_datamerger_imp.cpp | 122 image.GetContent(wsValue); in XFA_DataMerge_CreateDataBinding()
|
D | xfa_object_imp.cpp | 4423 CFX_WideString CXFA_Node::GetContent() { in GetContent() function in CXFA_Node
|
/external/pdfium/xfa/include/fwl/core/ |
D | fwl_panel.h | 21 IFWL_Content* GetContent(); 33 IFWL_Content* GetContent();
|
/external/pdfium/xfa/src/fwl/src/core/include/ |
D | fwl_panelimp.h | 23 virtual IFWL_Content* GetContent();
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffdocview.cpp | 281 wsValidateStr = pValidateNode->GetContent(); in ProcessWidgetEvent() 804 wsValue = refNode->GetContent(); in RunBindItems() 808 wsValue = refNode->GetContent(); in RunBindItems() 810 wsValue = nodeValue->GetContent(); in RunBindItems() 815 wsLabel = refNode->GetContent(); in RunBindItems() 819 wsLabel = nodeLabel->GetContent(); in RunBindItems()
|
D | xfa_ffwidgetacc.cpp | 223 image.GetContent(wsValue); in ResetData() 250 itemText = pItems->GetChild(1, XFA_ELEMENT_UNKNOWN)->GetContent(); in ResetData() 558 capText.GetContent(wsCaptionName); in GetValidateCaptionName()
|
D | xfa_textlayout.cpp | 901 wsText = m_pTextDataNode->GetContent(); in GetText() 1365 CFX_WideString wsText = pNode->GetContent(); in LoadText()
|
D | xfa_ffwidget.cpp | 967 pImage->GetContent(wsImage); in XFA_LoadImageData()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdf_ext.cpp | 107 CFX_WideString wsContent = pVersion->GetContent(0); // == 1.1 in CheckSharedForm()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_xml.h | 138 CFX_WideString GetContent(FX_DWORD index) const;
|
/external/pdfium/xfa/include/fxfa/ |
D | fxfa_objectacc.h | 335 void GetContent(CFX_WideString& wsText); 349 void GetContent(CFX_WideString& wsText); 367 FX_BOOL GetContent(CFX_WideString& wsText);
|
/external/pdfium/core/src/fxcrt/ |
D | fx_xml_parser.cpp | 701 CFX_WideString CXML_Element::GetContent(FX_DWORD index) const { in GetContent() function in CXML_Element
|
/external/pdfium/xfa/src/fdp/include/ |
D | fde_css.h | 864 virtual IFDE_CSSValueList* GetContent() const = 0;
|
/external/pdfium/xfa/src/fdp/src/css/ |
D | fde_cssstyleselector.h | 465 virtual IFDE_CSSValueList* GetContent() const { in GetContent() function
|
/external/pdfium/xfa/src/fxfa/src/common/ |
D | xfa_object.h | 155 CFX_WideString GetContent();
|
/external/pdfium/xfa/src/fgas/src/localization/ |
D | fx_locale.cpp | 100 return pDatePattern->GetContent(0); in FX_GetXMLContent() 129 wsDtSymbol = pNumberSymbols->GetContent(0); in GetDateTimeSymbols() 153 wsName = pSymbolName->GetContent(0); in FX_GetCalendarSymbol() 214 CFX_WideString wsTimeZone = pxmlTimeZone->GetContent(0); in GetTimeZone()
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Edit.cpp | 54 swSection += pSubElement->GetContent(j); in SetText()
|
/external/libxml2/ |
D | ChangeLog | 11784 * tree.c: minimized the memory allocated for GetContent
|