Home
last modified time | relevance | path

Searched refs:PageContent (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcscript_layoutpseudomodel.h38 void PageContent(CFXJSE_Arguments* pArguments);
Dcscript_layoutpseudomodel.cpp344 void CScript_LayoutPseudoModel::PageContent(CFXJSE_Arguments* pArguments) { in PageContent() function in CScript_LayoutPseudoModel
Dxfa_basic_data_element_script.cpp233 (XFA_METHOD_CALLBACK)&CScript_LayoutPseudoModel::PageContent},
/external/pdfium/core/fpdfdoc/
Dtagged_int.h25 enum { Invalid, Element, PageContent, StreamContent, Object } m_Type; enumerator
Ddoc_tagged.cpp250 pKid->m_Type = CPDF_StructKid::PageContent; in LoadKid()
/external/skia/experimental/xps_to_png/
Dxps_to_png.cs40 foreach (System.Windows.Documents.PageContent pc in dp.Pages) { in convert()