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

  /external/pdfium/xfa/fxfa/app/
xfa_ffpageview.cpp 118 CXFA_FFPageView::CXFA_FFPageView(CXFA_FFDocView* pDocView, CXFA_Node* pPageArea)
121 CXFA_FFPageView::~CXFA_FFPageView() {}
123 CXFA_FFDocView* CXFA_FFPageView::GetDocView() const {
127 CFX_RectF CXFA_FFPageView::GetPageViewRect() const {
131 CFX_Matrix CXFA_FFPageView::GetDisplayMatrix(const CFX_Rect& rtDisp,
136 IXFA_WidgetIterator* CXFA_FFPageView::CreateWidgetIterator(
148 CXFA_FFPageWidgetIterator::CXFA_FFPageWidgetIterator(CXFA_FFPageView* pPageView,
216 CXFA_FFPageView* pPageView
    [all...]
  /external/pdfium/xfa/fxfa/
xfa_ffpageview.h 19 class CXFA_FFPageView : public CXFA_ContainerLayoutItem {
21 CXFA_FFPageView(CXFA_FFDocView* pDocView, CXFA_Node* pPageArea);
22 ~CXFA_FFPageView() override;
42 CXFA_FFPageWidgetIterator(CXFA_FFPageView* pPageView, uint32_t dwFilter);
56 CXFA_FFPageView* m_pPageView;
74 CXFA_FFTabOrderPageWidgetIterator(CXFA_FFPageView* pPageView,
101 CXFA_FFPageView* m_pPageView;

Completed in 74 milliseconds