| /external/pdfium/fpdfsdk/formfiller/ | 
| D | cffl_formfield.cpp | 39 FX_RECT CFFL_FormField::GetViewBBox(const CPDFSDK_PageView* pPageView) {  in GetViewBBox()56 void CFFL_FormField::OnDraw(CPDFSDK_PageView* pPageView,  in OnDraw()
 72 void CFFL_FormField::OnDrawDeactive(CPDFSDK_PageView* pPageView,  in OnDrawDeactive()
 80 void CFFL_FormField::OnMouseEnter(CPDFSDK_PageView* pPageView) {}  in OnMouseEnter()
 82 void CFFL_FormField::OnMouseExit(CPDFSDK_PageView* pPageView) {  in OnMouseExit()
 87 bool CFFL_FormField::OnLButtonDown(CPDFSDK_PageView* pPageView,  in OnLButtonDown()
 103 bool CFFL_FormField::OnLButtonUp(CPDFSDK_PageView* pPageView,  in OnLButtonUp()
 116 bool CFFL_FormField::OnLButtonDblClk(CPDFSDK_PageView* pPageView,  in OnLButtonDblClk()
 127 bool CFFL_FormField::OnMouseMove(CPDFSDK_PageView* pPageView,  in OnMouseMove()
 138 bool CFFL_FormField::OnMouseWheel(CPDFSDK_PageView* pPageView,  in OnMouseWheel()
 [all …]
 
 | 
| D | cffl_button.cpp | 18 void CFFL_Button::OnMouseEnter(CPDFSDK_PageView* pPageView) {  in OnMouseEnter()23 void CFFL_Button::OnMouseExit(CPDFSDK_PageView* pPageView) {  in OnMouseExit()
 30 bool CFFL_Button::OnLButtonDown(CPDFSDK_PageView* pPageView,  in OnLButtonDown()
 43 bool CFFL_Button::OnLButtonUp(CPDFSDK_PageView* pPageView,  in OnLButtonUp()
 55 bool CFFL_Button::OnMouseMove(CPDFSDK_PageView* pPageView,  in OnMouseMove()
 61 void CFFL_Button::OnDraw(CPDFSDK_PageView* pPageView,  in OnDraw()
 97 void CFFL_Button::OnDrawDeactive(CPDFSDK_PageView* pPageView,  in OnDrawDeactive()
 
 | 
| D | cffl_textfield.cpp | 111       CPDFSDK_PageView* pPageView = GetCurPageView();  in OnChar()  local129       CPDFSDK_PageView* pPageView = GetCurPageView();  in OnChar()  local
 139 bool CFFL_TextField::IsDataChanged(const CPDFSDK_PageView* pPageView) {  in IsDataChanged()
 144 void CFFL_TextField::SaveData(const CPDFSDK_PageView* pPageView) {  in SaveData()
 171 void CFFL_TextField::GetActionData(const CPDFSDK_PageView* pPageView,  in GetActionData()
 199 void CFFL_TextField::SetActionData(const CPDFSDK_PageView* pPageView,  in SetActionData()
 215 void CFFL_TextField::SavePWLWindowState(const CPDFSDK_PageView* pPageView) {  in SavePWLWindowState()
 225     const CPDFSDK_PageView* pPageView) {  in RecreatePWLWindowFromSavedState()
 235 bool CFFL_TextField::IsFieldFull(const CPDFSDK_PageView* pPageView) {  in IsFieldFull()
 252     const CPDFSDK_PageView* pPageView) {  in CreateOrUpdatePWLEdit()
 
 | 
| D | cffl_combobox.cpp | 67 bool CFFL_ComboBox::IsDataChanged(const CPDFSDK_PageView* pPageView) {  in IsDataChanged()82 void CFFL_ComboBox::SaveData(const CPDFSDK_PageView* pPageView) {  in SaveData()
 112 void CFFL_ComboBox::GetActionData(const CPDFSDK_PageView* pPageView,  in GetActionData()
 147 void CFFL_ComboBox::SetActionData(const CPDFSDK_PageView* pPageView,  in SetActionData()
 164 void CFFL_ComboBox::SavePWLWindowState(const CPDFSDK_PageView* pPageView) {  in SavePWLWindowState()
 180     const CPDFSDK_PageView* pPageView) {  in RecreatePWLWindowFromSavedState()
 225 bool CFFL_ComboBox::IsFieldFull(const CPDFSDK_PageView* pPageView) {  in IsFieldFull()
 253     const CPDFSDK_PageView* pPageView) {  in CreateOrUpdatePWLComboBox()
 
 | 
| D | cffl_radiobutton.cpp | 51       CPDFSDK_PageView* pPageView = pWidget->GetPageView();  in OnChar()  local71 bool CFFL_RadioButton::OnLButtonUp(CPDFSDK_PageView* pPageView,  in OnLButtonUp()
 87 bool CFFL_RadioButton::IsDataChanged(const CPDFSDK_PageView* pPageView) {  in IsDataChanged()
 92 void CFFL_RadioButton::SaveData(const CPDFSDK_PageView* pPageView) {  in SaveData()
 117     const CPDFSDK_PageView* pPageView) {  in CreateOrUpdatePWLRadioButton()
 
 | 
| D | cffl_interactiveformfiller.cpp | 41     const CPDFSDK_PageView* pPageView,  in GetViewBBox()57 void CFFL_InteractiveFormFiller::OnDraw(CPDFSDK_PageView* pPageView,  in OnDraw()
 96     CPDFSDK_PageView* pPageView,  in OnMouseEnter()
 129     CPDFSDK_PageView* pPageView,  in OnMouseExit()
 163     CPDFSDK_PageView* pPageView,  in OnLButtonDown()
 203     CPDFSDK_PageView* pPageView,  in OnLButtonUp()
 242     const CPDFSDK_PageView* pPageView,  in OnButtonUp()
 289     CPDFSDK_PageView* pPageView,  in OnLButtonDblClk()
 298     CPDFSDK_PageView* pPageView,  in OnMouseMove()
 307     CPDFSDK_PageView* pPageView,  in OnMouseWheel()
 [all …]
 
 | 
| D | cffl_checkbox.cpp | 51       CPDFSDK_PageView* pPageView = pWidget->GetPageView();  in OnChar()  local82 bool CFFL_CheckBox::OnLButtonUp(CPDFSDK_PageView* pPageView,  in OnLButtonUp()
 101 bool CFFL_CheckBox::IsDataChanged(const CPDFSDK_PageView* pPageView) {  in IsDataChanged()
 106 void CFFL_CheckBox::SaveData(const CPDFSDK_PageView* pPageView) {  in SaveData()
 131     const CPDFSDK_PageView* pPageView) {  in CreateOrUpdatePWLCheckBox()
 
 | 
| D | cffl_listbox.cpp | 85 bool CFFL_ListBox::IsDataChanged(const CPDFSDK_PageView* pPageView) {  in IsDataChanged()106 void CFFL_ListBox::SaveData(const CPDFSDK_PageView* pPageView) {  in SaveData()
 149 void CFFL_ListBox::GetActionData(const CPDFSDK_PageView* pPageView,  in GetActionData()
 180 void CFFL_ListBox::SavePWLWindowState(const CPDFSDK_PageView* pPageView) {  in SavePWLWindowState()
 192     const CPDFSDK_PageView* pPageView) {  in RecreatePWLWindowFromSavedState()
 240     const CPDFSDK_PageView* pPageView) {  in CreateOrUpdatePWLListBox()
 
 | 
| D | cffl_textobject.cpp | 23 CPWL_Wnd* CFFL_TextObject::ResetPWLWindow(const CPDFSDK_PageView* pPageView) {  in ResetPWLWindow()30 CPWL_Wnd* CFFL_TextObject::RestorePWLWindow(const CPDFSDK_PageView* pPageView) {  in RestorePWLWindow()
 
 | 
| D | cffl_perwindowdata.cpp | 13                                        const CPDFSDK_PageView* pPageView,  in CFFL_PerWindowData()
 | 
| /external/pdfium/fpdfsdk/ | 
| D | fpdf_formfill.cpp | 190   CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, fpdf_page);  in FFLCommon()  local363   CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page);  in FORM_OnMouseMove()  local
 380   CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page);  in FORM_OnMouseWheel()  local
 392   CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page);  in FORM_OnFocus()  local
 408   CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page);  in FORM_OnLButtonDown()  local
 424   CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page);  in FORM_OnLButtonUp()  local
 441   CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page);  in FORM_OnLButtonDoubleClick()  local
 457   CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page);  in FORM_OnRButtonDown()  local
 473   CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page);  in FORM_OnRButtonUp()  local
 484   CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page);  in FORM_OnKeyDown()  local
 [all …]
 
 | 
| D | cpdfsdk_annotiterator.cpp | 36     CPDFSDK_PageView* pPageView,  in CPDFSDK_AnnotIterator()104     CPDFSDK_PageView* pPageView) {  in GetTabOrder()
 
 | 
| D | cpdfsdk_widget.cpp | 48                                CPDFSDK_PageView* pPageView,  in CPDFSDK_Widget()210                                   const CPDFSDK_PageView* pPageView) {  in OnXFAAAction()
 939                                 CPDFSDK_PageView* pPageView) {  in DrawShadow()
 1043                                const CPDFSDK_PageView* pPageView) {  in OnAAction()
 
 | 
| D | cpdfsdk_annot.cpp | 12 CPDFSDK_Annot::CPDFSDK_Annot(CPDFSDK_PageView* pPageView)  in CPDFSDK_Annot()
 | 
| D | cpdfsdk_formfillenvironment.cpp | 621   CPDFSDK_PageView* pPageView = pNew.get();  in GetOrCreatePageView()  local684   CPDFSDK_PageView* pPageView = it->second.get();  in RemovePageView()  local
 817   CPDFSDK_PageView* pPageView = pAnnot->GetPageView();  in SendOnFocusChange()  local
 
 | 
| D | cpdfsdk_baannot.cpp | 31                                  CPDFSDK_PageView* pPageView)  in CPDFSDK_BAAnnot()
 | 
| /external/pdfium/fpdfsdk/fpdfxfa/ | 
| D | cpdfxfa_page.cpp | 35     CPDFSDK_PageView* pPageView) {  in GCedWidgetIteratorForPage()132   CXFA_FFPageView* pPageView = GetXFAPageView();  in GetPageWidth()  local
 154   CXFA_FFPageView* pPageView = GetXFAPageView();  in GetPageHeight()  local
 179   CXFA_FFPageView* pPageView = GetXFAPageView();  in DeviceToPage()  local
 191   CXFA_FFPageView* pPageView = GetXFAPageView();  in PageToDevice()  local
 201   CXFA_FFPageView* pPageView = GetXFAPageView();  in GetDisplayMatrix()  local
 263   CXFA_FFPageView* pPageView = GetXFAPageView();  in HasFormFieldAtPoint()  local
 
 | 
| D | cpdfxfa_docenvironment.cpp | 67 void CPDFXFA_DocEnvironment::InvalidateRect(CXFA_FFPageView* pPageView,  in InvalidateRect()101   CXFA_FFPageView* pPageView = hWidget->GetPageView();  in DisplayCaret()  local
 281 void CPDFXFA_DocEnvironment::OnPageViewEvent(CXFA_FFPageView* pPageView,  in OnPageViewEvent()
 321   CXFA_FFPageView* pPageView = hWidget->GetPageView();  in WidgetPostAdd()  local
 337   CXFA_FFPageView* pPageView = hWidget->GetPageView();  in WidgetPreRemove()  local
 569     CPDFSDK_PageView* pPageView =  in SetFocusWidget()  local
 
 | 
| D | cpdfxfa_widget.cpp | 219                                CPDFSDK_PageView* pPageView)  in CPDFXFA_Widget()
 | 
| /external/pdfium/xfa/fxfa/layout/ | 
| D | cxfa_viewlayoutitem.cpp | 18                                          CXFA_FFPageView* pPageView)  in CXFA_ViewLayoutItem()
 | 
| /external/pdfium/xfa/fxfa/ | 
| D | cxfa_ffdoc.cpp | 116 void CXFA_FFDoc::InvalidateRect(CXFA_FFPageView* pPageView,  in InvalidateRect()140 void CXFA_FFDoc::OnPageViewEvent(CXFA_FFPageView* pPageView,  in OnPageViewEvent()
 
 | 
| D | cxfa_ffwidget.h | 162   void SetPageView(CXFA_FFPageView* pPageView) { m_pPageView = pPageView; }  in SetPageView()
 | 
| D | cxfa_ffpageview.cpp | 272     CXFA_FFPageView* pPageView,  in CXFA_FFPageWidgetIterator()329     CXFA_FFPageView* pPageView,  in CXFA_FFTabOrderPageWidgetIterator()
 
 | 
| D | cxfa_ffdocview.cpp | 495 void CXFA_FFDocView::InvalidateRect(CXFA_FFPageView* pPageView,  in InvalidateRect()
 | 
| /external/pdfium/fxjs/ | 
| D | cjs_document.cpp | 186   CPDFSDK_PageView* pPageView = m_pFormFillEnv->GetCurrentView();  in get_page_num()  local492     CPDFSDK_PageView* pPageView = m_pFormFillEnv->GetPageView(pPage);  in removeField()  local
 1010   CPDFSDK_PageView* pPageView = m_pFormFillEnv->GetPageViewAtIndex(nPageNo);  in getAnnot()  local
 1052     CPDFSDK_PageView* pPageView = m_pFormFillEnv->GetPageViewAtIndex(i);  in getAnnots()  local
 
 |