Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_ListBox.cpp81 pWnd->SetTopVisibleIndex(m_pWidget->GetTopVisibleIndex()); in NewPDFWindow()
127 int32_t nNewTopIndex = pListBox->GetTopVisibleIndex(); in SaveData()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_ListBox.h99 int32_t GetTopVisibleIndex() const;
/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h131 int GetTopVisibleIndex() const;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListBox.cpp475 int32_t CPWL_ListBox::GetTopVisibleIndex() const { in GetTopVisibleIndex() function in CPWL_ListBox
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp664 int CPDFSDK_Widget::GetTopVisibleIndex() const { function in CPDFSDK_Widget
666 return pFormField->GetTopVisibleIndex();
1487 int32_t nTop = pField->GetTopVisibleIndex();
/external/pdfium/core/src/fpdfdoc/
Ddoc_formfield.cpp920 int CPDF_FormField::GetTopVisibleIndex() { in GetTopVisibleIndex() function in CPDF_FormField
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h805 int GetTopVisibleIndex();