Home
last modified time | relevance | path

Searched refs:GetTopVisibleIndex (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcffl_listbox.cpp82 pWnd->SetTopVisibleIndex(m_pWidget->GetTopVisibleIndex()); in NewPDFWindow()
120 int32_t nNewTopIndex = pListBox->GetTopVisibleIndex(); in SaveData()
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ListBox.h94 int32_t GetTopVisibleIndex() const;
DPWL_ListBox.cpp422 int32_t CPWL_ListBox::GetTopVisibleIndex() const { in GetTopVisibleIndex() function in CPWL_ListBox
/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.h110 int GetTopVisibleIndex() const;
Dcpdf_formfield.cpp800 int CPDF_FormField::GetTopVisibleIndex() const { in GetTopVisibleIndex() function in CPDF_FormField
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.h92 int GetTopVisibleIndex() const;
Dcpdfsdk_widget.cpp657 int CPDFSDK_Widget::GetTopVisibleIndex() const { function in CPDFSDK_Widget
659 return pFormField->GetTopVisibleIndex();
1440 int32_t nTop = pField->GetTopVisibleIndex();