Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfformfill_embeddertest.cpp57 return FPDFPage_HasFormFieldAtPoint(form_handle(), page_, point.x, point.y); in GetFormTypeAtPoint()
62 FORM_OnMouseMove(form_handle(), page_, 0, point.x, point.y); in ClickOnFormFieldAtPoint()
63 FORM_OnLButtonDown(form_handle(), page_, 0, point.x, point.y); in ClickOnFormFieldAtPoint()
64 FORM_OnLButtonUp(form_handle(), page_, 0, point.x, point.y); in ClickOnFormFieldAtPoint()
73 FORM_OnChar(form_handle(), page_, 'A' + i, 0); in TypeTextIntoTextField()
86 FORM_OnKeyDown(form_handle(), page_, FWL_VKEY_Shift, 0); in SelectTextWithKeyboard()
90 FORM_OnKeyDown(form_handle(), page_, arrow_key, FWL_EVENTFLAG_ShiftKey); in SelectTextWithKeyboard()
91 FORM_OnKeyUp(form_handle(), page_, arrow_key, FWL_EVENTFLAG_ShiftKey); in SelectTextWithKeyboard()
93 FORM_OnKeyUp(form_handle(), page_, FWL_VKEY_Shift, 0); in SelectTextWithKeyboard()
101 FORM_OnMouseMove(form_handle(), page_, 0, start.x, start.y); in SelectTextWithMouse()
[all …]
Dfpdfannot_embeddertest.cpp40 FPDF_BITMAP bitmap = RenderPageWithFlags(page, form_handle(), FPDF_ANNOT); in TEST_F()
1192 FPDFAnnot_GetFormFieldAtPoint(form_handle(), page, 0, 0); in TEST_F()
1206 FPDFAnnot_GetFormFieldAtPoint(form_handle(), page, 105, 118); in TEST_F()
1215 annot = FPDFAnnot_GetFormFieldAtPoint(form_handle(), page, 105, 202); in TEST_F()
1234 FPDFAnnot_GetFormFieldAtPoint(form_handle(), page, 102, 63); in TEST_F()
1245 annot = FPDFAnnot_GetFormFieldAtPoint(form_handle(), page, 102, 113); in TEST_F()
1256 annot = FPDFAnnot_GetFormFieldAtPoint(form_handle(), page, 102, 213); in TEST_F()
Dfsdk_baseform_embeddertest.cpp43 static_cast<CPDFSDK_FormFillEnvironment*>(form_handle()); in TEST_F()
/external/pdfium/xfa/fwl/
Dcfwl_edit_embeddertest.cpp48 FORM_OnLButtonDown(form_handle(), page(), 0, 115, 58); in TEST_F()
50 FORM_OnChar(form_handle(), page(), 'a' + i, 0); in TEST_F()
53 FORM_OnLButtonDown(form_handle(), page(), 0, 128, 58); in TEST_F()
54 FORM_OnLButtonDown(form_handle(), page(), FWL_EVENTFLAG_ShiftKey, 152, 58); in TEST_F()
57 EXPECT_EQ(12UL, FORM_GetSelectedText(form_handle(), page(), nullptr, 0)); in TEST_F()
60 unsigned long len = FORM_GetSelectedText(form_handle(), page(), &buf, 128); in TEST_F()
65 FORM_OnLButtonDown(form_handle(), page(), 0, 115, 58); in TEST_F()
67 FORM_OnChar(form_handle(), page(), 'a' + i, 0); in TEST_F()
70 FORM_OnLButtonDown(form_handle(), page(), 0, 128, 58); in TEST_F()
71 FORM_OnMouseMove(form_handle(), page(), FWL_EVENTFLAG_ShiftKey, 152, 58); in TEST_F()
[all …]
/external/pdfium/testing/
Dembedder_test.cpp145 FPDF_FORMHANDLE* form_handle) { in OpenDocumentHelper() argument
194 *form_handle = SetupFormFillEnvironment(*document); in OpenDocumentHelper()
222 FPDF_FORMHANDLE form_handle = in SetupFormFillEnvironment() local
224 FPDF_SetFormFieldHighlightColor(form_handle, FPDF_FORMFIELD_UNKNOWN, in SetupFormFillEnvironment()
226 FPDF_SetFormFieldHighlightAlpha(form_handle, 100); in SetupFormFillEnvironment()
227 return form_handle; in SetupFormFillEnvironment()
Dembedder_test.h80 FPDF_FORMHANDLE form_handle() { return form_handle_; } in form_handle() function
130 FPDF_FORMHANDLE* form_handle);
/external/pdfium/core/fpdfapi/edit/
Dcpdf_creator_embeddertest.cpp31 RenderPageWithFlags(page, form_handle(), FPDF_ANNOT); in TEST_F()
/external/pdfium/samples/
Dpdfium_test.cc128 FPDF_FORMHANDLE form_handle; member
994 FPDF_FORMHANDLE& form_handle = form_fill_info->form_handle; in GetPageForIndex() local
995 FORM_OnAfterLoadPage(page, form_handle); in GetPageForIndex()
996 FORM_DoPageAAction(page, form_handle, FPDFPAGE_AACTION_OPEN); in GetPageForIndex()
1430 form_callbacks.form_handle = form.get(); in RenderPdf()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box_embeddertest.cpp32 m_pFormFillEnv = static_cast<CPDFSDK_FormFillEnvironment*>(form_handle()); in CreateAndInitializeFormComboboxPDF()
Dcpwl_edit_embeddertest.cpp31 m_pFormFillEnv = static_cast<CPDFSDK_FormFillEnvironment*>(form_handle()); in CreateAndInitializeFormPDF()