Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dform_filler.cc42 bool IsClickActionType(int type) { in IsClickActionType() function
56 return IsClickActionType(type) || IsChoiceType(type) || IsTextFieldType(type); in IsSupportedType()
160 if (IsClickActionType(type)) { in GetFormWidgetInfo()
218 if (!IsClickActionType(type)) { in ClickOnPoint()