/external/pdfium/xfa/fwl/ |
D | cfwl_edit_embeddertest.cpp | 46 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/ |
D | fpdf_formfill_embeddertest.cpp | 59 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 …]
|
D | fpdf_annot_embeddertest.cpp | 1482 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 …]
|
D | cpdfsdk_baannothandler_embeddertest.cpp | 34 CPDFSDKFormFillEnvironmentFromFPDFFormHandle(form_handle()); in SetUpBAAnnotHandler()
|
D | cpdfsdk_annotiterator_embeddertest.cpp | 43 CPDFSDKFormFillEnvironmentFromFPDFFormHandle(form_handle()); in TEST_F()
|
/external/pdfium/testing/ |
D | embedder_test.cpp | 173 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()
|
D | embedder_test.h | 85 FPDF_FORMHANDLE form_handle() const { return form_handle_; } in form_handle() function 195 FPDF_FORMHANDLE* form_handle);
|
/external/pdfium/samples/ |
D | pdfium_test.cc | 213 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/ |
D | cjs_publicmethods_embeddertest.cpp | 190 CPDFSDKFormFillEnvironmentFromFPDFFormHandle(form_handle())); in TEST_F() 226 CPDFSDKFormFillEnvironmentFromFPDFFormHandle(form_handle())); in TEST_F()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_combo_box_embeddertest.cpp | 35 CPDFSDKFormFillEnvironmentFromFPDFFormHandle(form_handle()); in CreateAndInitializeFormComboboxPDF()
|
D | cpwl_edit_embeddertest.cpp | 35 CPDFSDKFormFillEnvironmentFromFPDFFormHandle(form_handle()); in CreateAndInitializeFormPDF()
|