Home
last modified time | relevance | path

Searched refs:GetValueAge (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp125 uint32_t nValueAge = pWidget->GetValueAge(); in OnMouseEnter()
140 pWidget->GetValueAge() == nValueAge); in OnMouseEnter()
158 uint32_t nValueAge = pWidget->GetValueAge(); in OnMouseExit()
173 nValueAge == pWidget->GetValueAge()); in OnMouseExit()
194 uint32_t nValueAge = pWidget->GetValueAge(); in OnLButtonDown()
212 nValueAge == pWidget->GetValueAge()); in OnLButtonDown()
273 uint32_t nValueAge = pWidget->GetValueAge(); in OnButtonUp()
288 pFormFiller->ResetPDFWindow(pPageView, nValueAge == pWidget->GetValueAge()); in OnButtonUp()
378 uint32_t nValueAge = pWidget->GetValueAge(); in OnSetFocus()
400 nValueAge == pWidget->GetValueAge()); in OnSetFocus()
[all …]
Dcffl_formfiller.cpp363 pPageView, pPrivateData->nWidgetValueAge == m_pWidget->GetValueAge()); in GetPDFWindow()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.h134 uint32_t GetValueAge() const { return m_nValueAge; } in GetValueAge() function