Home
last modified time | relevance | path

Searched refs:GetCPDFSDKAnnotNormal (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_combobox_embeddertest.cpp13 FormFillerAndWindowSetup(GetCPDFSDKAnnotNormal()); in TEST_F()
38 FormFillerAndWindowSetup(GetCPDFSDKAnnotNormal()); in TEST_F()
/aosp_15_r20/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_combo_box_edit_embeddertest.cpp21 FormFillerAndWindowSetup(GetCPDFSDKAnnotNormal()); in TEST_F()
39 EXPECT_FALSE(GetCFFLFormField()->OnChar(GetCPDFSDKAnnotNormal(), 'a', {})); in TEST_F()
43 FormFillerAndWindowSetup(GetCPDFSDKAnnotNormal()); in TEST_F()
H A Dcpwl_combo_box_embeddertest.h29 CPDFSDK_Widget* GetCPDFSDKAnnotNormal() const { return m_pAnnotNormal; } in GetCPDFSDKAnnotNormal() function