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

  /external/pdfium/xfa/include/fwl/core/
fwl_panel.h 21 IFWL_Content* GetContent();
33 IFWL_Content* GetContent();
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_panelimp.h 23 virtual IFWL_Content* GetContent();
  /external/pdfium/xfa/src/fwl/src/core/
fwl_panelimp.cpp 23 IFWL_Content* IFWL_Panel::GetContent() {
24 return static_cast<CFWL_PanelImp*>(GetImpl())->GetContent();
71 IFWL_Content* CFWL_PanelImp::GetContent() {
87 virtual IFWL_Content* GetContent();
115 IFWL_Content* CFWL_CustomPanelImp::GetContent() {
140 IFWL_Content* IFWL_CustomPanel::GetContent() {
141 return static_cast<CFWL_CustomPanelImp*>(GetImpl())->GetContent();
fwl_formimp.cpp     [all...]
fwl_widgetimp.cpp 156 IFWL_Content* pContent = pForm->GetContent();
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_locale.cpp 92 wsDtSymbol = pNumberSymbols->GetContent(0);
132 wsSymbolName = pSymbolName->GetContent(0);
217 wsPattern = pChild->GetContent(0);
262 wsDtSymbol = pSymbols ? pSymbols->GetContent() : CFX_WideString();
359 return pSymbol ? pSymbol->GetContent() : CFX_WideString();
371 return pSymbol ? pSymbol->GetContent() : CFX_WideString();
xfa_objectacc_imp.cpp 859 void CXFA_Text::GetContent(CFX_WideString& wsText) {
895 void CXFA_ExData::GetContent(CFX_WideString& wsText) {
    [all...]
xfa_document_datamerger_imp.cpp 122 image.GetContent(wsValue);
    [all...]
xfa_object_imp.cpp     [all...]
  /external/pdfium/core/include/fxcrt/
fx_xml.h 138 CFX_WideString GetContent(FX_DWORD index) const;
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdocview.cpp 281 wsValidateStr = pValidateNode->GetContent();
804 wsValue = refNode->GetContent();
808 wsValue = refNode->GetContent();
810 wsValue = nodeValue->GetContent();
815 wsLabel = refNode->GetContent();
819 wsLabel = nodeLabel->GetContent();
xfa_ffwidgetacc.cpp 223 image.GetContent(wsValue);
250 itemText = pItems->GetChild(1, XFA_ELEMENT_UNKNOWN)->GetContent();
558 capText.GetContent(wsCaptionName);
    [all...]
xfa_textlayout.cpp     [all...]
xfa_ffwidget.cpp 967 pImage->GetContent(wsImage);
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdf_ext.cpp 107 CFX_WideString wsContent = pVersion->GetContent(0); // == 1.1
  /external/pdfium/xfa/include/fxfa/
fxfa_objectacc.h 335 void GetContent(CFX_WideString& wsText);
349 void GetContent(CFX_WideString& wsText);
367 FX_BOOL GetContent(CFX_WideString& wsText);
  /external/pdfium/xfa/src/fdp/include/
fde_css.h 864 virtual IFDE_CSSValueList* GetContent() const = 0;
    [all...]
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssstyleselector.h 465 virtual IFDE_CSSValueList* GetContent() const {
    [all...]
  /external/pdfium/xfa/src/fgas/src/localization/
fx_locale.cpp 100 return pDatePattern->GetContent(0);
129 wsDtSymbol = pNumberSymbols->GetContent(0);
153 wsName = pSymbolName->GetContent(0);
214 CFX_WideString wsTimeZone = pxmlTimeZone->GetContent(0);
    [all...]
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_object.h 155 CFX_WideString GetContent();
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 54 swSection += pSubElement->GetContent(j);
    [all...]

Completed in 436 milliseconds