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

  /external/pdfium/xfa/fxfa/
cxfa_ffnotify.cpp 61 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pSender->GetLayout());
74 m_pDoc->GetDocView()->GetWidgetForNode(pSender->GetNode());
91 m_pDoc->GetDocView()->GetWidgetForNode(pSender->GetNode());
109 return new CXFA_FFPageView(m_pDoc->GetDocView(pLayout), pNode);
190 pWidget->SetDocView(m_pDoc->GetDocView(pLayout));
210 pAcc->FindSplitPos(m_pDoc->GetDocView(), iBlockIndex, fCalcHeightPos);
214 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
232 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
241 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
266 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
    [all...]
cxfa_ffdoc.h 72 CXFA_FFDocView* GetDocView(CXFA_LayoutProcessor* pLayout);
73 CXFA_FFDocView* GetDocView();
cxfa_ffcombobox.cpp 142 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Change, pParam);
316 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::PreOpen, &eParam);
323 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::PostOpen, &eParam);
cxfa_ffcheckbutton.cpp 319 exclNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Change,
323 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Change, &eParam);
329 exclNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Click, &eParam);
332 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Click, &eParam);
cxfa_ffpageview.cpp 117 CXFA_FFDocView* CXFA_FFPageView::GetDocView() const {
148 m_pPageView->GetDocView()->GetDoc()->GetXFADoc()->GetCurVersionMode() <
235 m_pPageView->GetDocView()->GetDoc()->GetXFADoc()->GetCurVersionMode() <
330 return pRefWidget->GetDocView()->GetWidgetByName(wsWidgetName, pRefWidget);
cxfa_ffpageview.h 26 CXFA_FFDocView* GetDocView() const;
cxfa_ffdatetimeedit.cpp 146 m_pNode->GetWidgetAcc()->UpdateUIDisplay(GetDoc()->GetDocView(), this);
205 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Change, &eParam);
cxfa_ffwidget.cpp 239 return GetPageView()->GetDocView()->GetDoc()->GetApp()->GetFWLApp();
407 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Enter, &eParam);
570 CXFA_LayoutProcessor* layout = GetDocView()->GetXFALayout();
596 CXFA_FFDocView* CXFA_FFWidget::GetDocView() {
628 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Exit, &eParam);
cxfa_fftextedit.cpp 188 m_pNode->GetWidgetAcc()->UpdateUIDisplay(GetDoc()->GetDocView(), this);
318 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Change, &eParam);
325 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Full, &eParam);
cxfa_ffwidget.h 132 CXFA_FFDocView* GetDocView();
cxfa_fffield.cpp 745 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::MouseEnter,
751 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::MouseExit,
757 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::MouseDown,
763 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::MouseUp,
772 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Click, &eParam);
cxfa_ffdoc.cpp 279 CXFA_FFDocView* CXFA_FFDoc::GetDocView(CXFA_LayoutProcessor* pLayout) {
284 CXFA_FFDocView* CXFA_FFDoc::GetDocView() {
cxfa_fflistbox.cpp 163 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Change, &eParam);
  /external/pdfium/fpdfsdk/
cpdfsdk_xfawidgethandler.cpp 327 bool bRet = pXFAPageView->GetDocView()->SetFocus(hWidget);
328 if (pXFAPageView->GetDocView()->GetFocusWidget() == hWidget)
cpdfsdk_pageview.cpp 103 CXFA_FFDocView* docView = xfaView->GetDocView();
fpdfformfill.cpp 240 CXFA_FFDocView* pDocView = pPageView->GetDocView();

Completed in 194 milliseconds