Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_formfill_embeddertest.cpp58 int GetFormTypeAtPoint(const CFX_PointF& point) { in GetFormTypeAtPoint() function in FPDFFormFillInteractiveEmbedderTest
76 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(point)); in TypeTextIntoTextField()
190 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(CharLimitFormBegin())); in FormSanityChecks()
191 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(CharLimitFormEnd())); in FormSanityChecks()
192 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(RegularFormBegin())); in FormSanityChecks()
193 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(RegularFormEnd())); in FormSanityChecks()
260 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(EditableFormBegin())); in FormSanityChecks()
261 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(EditableFormEnd())); in FormSanityChecks()
262 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(EditableFormDropDown())); in FormSanityChecks()
263 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(NonEditableFormBegin())); in FormSanityChecks()
[all …]