Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp124 uint32_t nValueAge = pWidget->GetValueAge(); in OnMouseEnter()
139 pWidget->GetValueAge() == nValueAge); in OnMouseEnter()
157 uint32_t nValueAge = pWidget->GetValueAge(); in OnMouseExit()
172 nValueAge == pWidget->GetValueAge()); in OnMouseExit()
193 uint32_t nValueAge = pWidget->GetValueAge(); in OnLButtonDown()
211 nValueAge == pWidget->GetValueAge()); in OnLButtonDown()
272 uint32_t nValueAge = pWidget->GetValueAge(); in OnButtonUp()
287 pFormFiller->ResetPWLWindow(pPageView, nValueAge == pWidget->GetValueAge()); in OnButtonUp()
391 uint32_t nValueAge = pWidget->GetValueAge(); in OnSetFocus()
413 nValueAge == pWidget->GetValueAge()); in OnSetFocus()
[all …]
Dcffl_formfiller.cpp363 pPageView, pPrivateData->nWidgetValueAge == m_pWidget->GetValueAge()); in GetPWLWindow()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.h122 uint32_t GetValueAge() const { return m_nValueAge; } in GetValueAge() function