Lines Matching refs:kFormBeginX

205     static const CFX_PointF point = CharLimitFormAtX(kFormBeginX);  in CharLimitFormBegin()
215 static const CFX_PointF point = RegularFormAtX(kFormBeginX); in RegularFormBegin()
225 ASSERT(x >= kFormBeginX); in CharLimitFormAtX()
231 ASSERT(x >= kFormBeginX); in RegularFormAtX()
237 static constexpr float kFormBeginX = 102.0; member in FPDFFormFillTextFormEmbedderTest
293 static const CFX_PointF point = EditableFormAtX(kFormBeginX); in EditableFormBegin()
308 static const CFX_PointF point = NonEditableFormAtX(kFormBeginX); in NonEditableFormBegin()
323 ASSERT(x >= kFormBeginX); in EditableFormAtX()
329 ASSERT(x >= kFormBeginX); in NonEditableFormAtX()
353 static constexpr float kFormBeginX = 102.0; member in FPDFFormFillComboBoxFormEmbedderTest
471 static const CFX_PointF point(kFormBeginX, kSingleFormYFirstVisibleOption); in SingleSelectFirstVisibleOption()
476 static const CFX_PointF point(kFormBeginX, kSingleFormYSecondVisibleOption); in SingleSelectSecondVisibleOption()
481 static const CFX_PointF point(kFormBeginX, kMultiFormYFirstVisibleOption); in MultiSelectFirstVisibleOption()
486 static const CFX_PointF point(kFormBeginX, kMultiFormYSecondVisibleOption); in MultiSelectSecondVisibleOption()
492 kFormBeginX, kMultiFormMultipleSelectedYFirstVisibleOption); in MultiSelectMultipleSelectedFirstVisibleOption()
498 kFormBeginX, kMultiFormMultipleSelectedYSecondVisibleOption); in MultiSelectMultipleSelectedSecondVisibleOption()
503 static const CFX_PointF point(kFormBeginX, in SingleSelectLastSelectedFirstVisibleOption()
509 static const CFX_PointF point(kFormBeginX, in SingleSelectLastSelectedSecondVisibleOption()
515 static constexpr float kFormBeginX = 102.0; member in FPDFFormFillListBoxFormEmbedderTest