Searched refs:GetFormTypeAtPoint (Results 1 – 1 of 1) sorted by relevance
56 int GetFormTypeAtPoint(const CFX_PointF& point) { in GetFormTypeAtPoint() function in FPDFFormFillInteractiveEmbeddertest68 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(point)); in TypeTextIntoTextField()148 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(CharLimitFormBegin())); in FormSanityChecks()149 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(CharLimitFormEnd())); in FormSanityChecks()150 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(RegularFormBegin())); in FormSanityChecks()151 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(RegularFormEnd())); in FormSanityChecks()218 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(EditableFormBegin())); in FormSanityChecks()219 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(EditableFormEnd())); in FormSanityChecks()220 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(EditableFormDropDown())); in FormSanityChecks()221 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(NonEditableFormBegin())); in FormSanityChecks()[all …]