Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_edit_embeddertest.cpp46 FORM_OnLButtonDown(form_handle(), page(), 0, 115, 58); in TEST_F()
48 FORM_OnChar(form_handle(), page(), 'a' + i, 0); in TEST_F()
51 FORM_OnLButtonDown(form_handle(), page(), 0, 128, 58); in TEST_F()
52 FORM_OnLButtonDown(form_handle(), page(), FWL_EVENTFLAG_ShiftKey, 152, 58); in TEST_F()
55 EXPECT_EQ(12UL, FORM_GetSelectedText(form_handle(), page(), nullptr, 0)); in TEST_F()
58 unsigned long len = FORM_GetSelectedText(form_handle(), page(), &buf, 128); in TEST_F()
70 FORM_OnLButtonDown(form_handle(), page(), 0, 115, 58); in TEST_F()
72 FORM_OnChar(form_handle(), page(), 'a' + i, 0); in TEST_F()
75 FORM_OnLButtonDown(form_handle(), page(), 0, 128, 58); in TEST_F()
76 FORM_OnMouseMove(form_handle(), page(), FWL_EVENTFLAG_ShiftKey, 152, 58); in TEST_F()
[all …]
/external/pdfium/fpdfsdk/
Dfpdf_formfill_embeddertest.cpp59 return FPDFPage_HasFormFieldAtPoint(form_handle(), page_, point.x, point.y); in GetFormTypeAtPoint()
64 FORM_OnMouseMove(form_handle(), page_, 0, point.x, point.y); in ClickOnFormFieldAtPoint()
65 FORM_OnLButtonDown(form_handle(), page_, 0, point.x, point.y); in ClickOnFormFieldAtPoint()
66 FORM_OnLButtonUp(form_handle(), page_, 0, point.x, point.y); in ClickOnFormFieldAtPoint()
71 FORM_OnMouseMove(form_handle(), page_, 0, point.x, point.y); in DoubleClickOnFormFieldAtPoint()
72 FORM_OnLButtonDoubleClick(form_handle(), page_, 0, point.x, point.y); in DoubleClickOnFormFieldAtPoint()
81 FORM_OnChar(form_handle(), page_, 'A' + i, 0); in TypeTextIntoTextField()
94 FORM_OnKeyDown(form_handle(), page_, FWL_VKEY_Shift, 0); in SelectTextWithKeyboard()
98 FORM_OnKeyDown(form_handle(), page_, arrow_key, FWL_EVENTFLAG_ShiftKey); in SelectTextWithKeyboard()
99 FORM_OnKeyUp(form_handle(), page_, arrow_key, FWL_EVENTFLAG_ShiftKey); in SelectTextWithKeyboard()
[all …]
Dfpdf_annot_embeddertest.cpp1482 int flags = FPDFAnnot_GetFormFieldFlags(form_handle(), annot.get()); in TEST_F()
1493 int flags = FPDFAnnot_GetFormFieldFlags(form_handle(), annot.get()); in TEST_F()
1504 int flags = FPDFAnnot_GetFormFieldFlags(form_handle(), annot.get()); in TEST_F()
1524 int flags = FPDFAnnot_GetFormFieldFlags(form_handle(), annot.get()); in TEST_F()
1536 int flags = FPDFAnnot_GetFormFieldFlags(form_handle(), annot.get()); in TEST_F()
1548 int flags = FPDFAnnot_GetFormFieldFlags(form_handle(), annot.get()); in TEST_F()
1566 FPDFAnnot_GetFormFieldAtPoint(form_handle(), page, &kOriginPoint)); in TEST_F()
1572 FPDFAnnot_GetFormFieldAtPoint(form_handle(), page, &kValidPoint)); in TEST_F()
1580 FPDFAnnot_GetFormFieldAtPoint(form_handle(), nullptr, &kValidPoint)); in TEST_F()
1595 FPDFAnnot_GetFormFieldAtPoint(form_handle(), page, &kPoint)); in TEST_F()
[all …]
Dcpdfsdk_baannothandler_embeddertest.cpp34 CPDFSDKFormFillEnvironmentFromFPDFFormHandle(form_handle()); in SetUpBAAnnotHandler()
Dcpdfsdk_annotiterator_embeddertest.cpp43 CPDFSDKFormFillEnvironmentFromFPDFFormHandle(form_handle()); in TEST_F()
/external/pdfium/testing/
Dembedder_test.cpp173 FPDF_FORMHANDLE* form_handle) { in OpenDocumentHelper() argument
221 *form_handle = SetupFormFillEnvironment(*document, javascript_option); in OpenDocumentHelper()
263 FPDF_FORMHANDLE form_handle = in SetupFormFillEnvironment() local
265 SetInitialFormFieldHighlight(form_handle); in SetupFormFillEnvironment()
266 return form_handle; in SetupFormFillEnvironment()
Dembedder_test.h85 FPDF_FORMHANDLE form_handle() const { return form_handle_; } in form_handle() function
195 FPDF_FORMHANDLE* form_handle);
/external/pdfium/samples/
Dpdfium_test.cc213 FPDF_FORMHANDLE form_handle; member
671 FPDF_FORMHANDLE& form_handle = form_fill_info->form_handle; in GetPageForIndex() local
672 FORM_OnAfterLoadPage(page_ptr, form_handle); in GetPageForIndex()
673 FORM_DoPageAAction(page_ptr, form_handle, FPDFPAGE_AACTION_OPEN); in GetPageForIndex()
920 form_callbacks.form_handle = form.get(); in RenderPdf()
/external/pdfium/fxjs/
Dcjs_publicmethods_embeddertest.cpp190 CPDFSDKFormFillEnvironmentFromFPDFFormHandle(form_handle())); in TEST_F()
226 CPDFSDKFormFillEnvironmentFromFPDFFormHandle(form_handle())); in TEST_F()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box_embeddertest.cpp35 CPDFSDKFormFillEnvironmentFromFPDFFormHandle(form_handle()); in CreateAndInitializeFormComboboxPDF()
Dcpwl_edit_embeddertest.cpp35 CPDFSDKFormFillEnvironmentFromFPDFFormHandle(form_handle()); in CreateAndInitializeFormPDF()