Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp101 uint32_t nValueAge = pWidget->GetValueAge(); in OnMouseEnter()
134 uint32_t nValueAge = pWidget->GetValueAge(); in OnMouseExit()
170 uint32_t nValueAge = pWidget->GetValueAge(); in OnLButtonDown()
251 uint32_t nValueAge = pWidget->GetValueAge(); in OnButtonUp()
360 uint32_t nValueAge = pWidget->GetValueAge(); in OnSetFocus()
774 uint32_t nValueAge = pWidget->GetValueAge(); in OnClick()
806 uint32_t nValueAge = pWidget->GetValueAge(); in OnFull()
837 uint32_t nValueAge = pWidget->GetValueAge(); in OnPreOpen()
869 uint32_t nValueAge = pWidget->GetValueAge(); in OnPostOpen()
930 uint32_t nValueAge = pWidget->GetValueAge(); in OnBeforeKeyStroke()
Dcffl_perwindowdata.h37 uint32_t GetValueAge() const { return m_nValueAge; } in GetValueAge() function
Dcffl_formfield.cpp381 pPrivateData->GetValueAge()); in CreateOrUpdatePWLWindow()
565 return nValueAge == pWidget->GetValueAge() ? RestorePWLWindow(pPageView) in ResetPWLWindowForValueAgeInternal()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.h138 uint32_t GetValueAge() const { return m_nValueAge; } in GetValueAge() function