/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit_embeddertest.cpp | 158 GetCPWLEdit()->ReplaceSelection(L""); in TEST_F() 169 GetCPWLEdit()->ReplaceSelection(L""); in TEST_F() 181 GetCPWLEdit()->ReplaceSelection(L""); in TEST_F() 193 GetCPWLEdit()->ReplaceSelection(L""); in TEST_F() 202 GetCPWLEdit()->ReplaceSelection(L""); in TEST_F() 209 GetCPWLEdit()->ReplaceSelection(L"Hello"); in TEST_F() 221 GetCPWLEdit()->ReplaceSelection(L"Hello"); in TEST_F() 235 GetCPWLEdit()->ReplaceSelection(L"Hello"); in TEST_F() 243 GetCPWLEdit()->ReplaceSelection(L"Hello"); in TEST_F() 254 GetCPWLEdit()->ReplaceSelection(L"Hello"); in TEST_F() [all …]
|
D | cpwl_combo_box_embeddertest.cpp | 214 GetCPWLComboBox()->ReplaceSelection(L""); in TEST_F() 225 GetCPWLComboBox()->ReplaceSelection(L""); in TEST_F() 237 GetCPWLComboBox()->ReplaceSelection(L""); in TEST_F() 249 GetCPWLComboBox()->ReplaceSelection(L""); in TEST_F() 258 GetCPWLComboBox()->ReplaceSelection(L""); in TEST_F() 265 GetCPWLComboBox()->ReplaceSelection(L"Hello"); in TEST_F() 278 GetCPWLComboBox()->ReplaceSelection(L"Hello"); in TEST_F() 293 GetCPWLComboBox()->ReplaceSelection(L"Hello"); in TEST_F() 302 GetCPWLComboBox()->ReplaceSelection(L"Hello"); in TEST_F() 313 GetCPWLComboBox()->ReplaceSelection(L"Hello"); in TEST_F() [all …]
|
D | cpwl_edit_ctrl.h | 64 void ReplaceSelection(const WideString& text) override;
|
D | cpwl_combo_box.h | 64 void ReplaceSelection(const WideString& text) override;
|
D | cpwl_combo_box.cpp | 194 void CPWL_ComboBox::ReplaceSelection(const WideString& text) { in ReplaceSelection() function in CPWL_ComboBox 196 m_pEdit->ReplaceSelection(text); in ReplaceSelection()
|
D | cpwl_wnd.h | 185 virtual void ReplaceSelection(const WideString& text);
|
D | cpwl_edit_ctrl.cpp | 61 void CPWL_EditCtrl::ReplaceSelection(const WideString& text) { in ReplaceSelection() function in CPWL_EditCtrl
|
D | cpwl_wnd.cpp | 362 void CPWL_Wnd::ReplaceSelection(const WideString& text) {} in ReplaceSelection() function in CPWL_Wnd
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_widgethandler.cpp | 291 void CPDFSDK_WidgetHandler::ReplaceSelection(CPDFSDK_Annot* pAnnot, in ReplaceSelection() function in CPDFSDK_WidgetHandler 294 m_pFormFiller->ReplaceSelection(pAnnot, text); in ReplaceSelection()
|
D | cpdfsdk_pageview.h | 65 void ReplaceSelection(const WideString& text);
|
D | cpdfsdk_baannothandler.h | 40 void ReplaceSelection(CPDFSDK_Annot* pAnnot, const WideString& text) override;
|
D | ipdfsdk_annothandler.h | 39 virtual void ReplaceSelection(CPDFSDK_Annot* pAnnot,
|
D | cpdfsdk_xfawidgethandler.h | 36 void ReplaceSelection(CPDFSDK_Annot* pAnnot, const WideString& text) override;
|
D | cpdfsdk_widgethandler.h | 41 void ReplaceSelection(CPDFSDK_Annot* pAnnot, const WideString& text) override;
|
D | cpdfsdk_baannothandler.cpp | 200 void CPDFSDK_BAAnnotHandler::ReplaceSelection(CPDFSDK_Annot* pAnnot, in ReplaceSelection() function in CPDFSDK_BAAnnotHandler
|
D | cpdfsdk_xfawidgethandler.cpp | 110 void CPDFSDK_XFAWidgetHandler::ReplaceSelection(CPDFSDK_Annot* pAnnot, in ReplaceSelection() function in CPDFSDK_XFAWidgetHandler
|
D | cpdfsdk_annothandlermgr.cpp | 86 GetAnnotHandler(pAnnot)->ReplaceSelection(pAnnot, text); in Annot_ReplaceSelection()
|
D | cpdfsdk_pageview.cpp | 253 void CPDFSDK_PageView::ReplaceSelection(const WideString& text) { function in CPDFSDK_PageView
|
D | fpdfformfill.cpp | 466 pPageView->ReplaceSelection(wide_str_text); in FORM_ReplaceSelection()
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_formfiller.h | 79 void ReplaceSelection(CPDFSDK_Annot* pAnnot, const WideString& text);
|
D | cffl_interactiveformfiller.h | 86 void ReplaceSelection(CPDFSDK_Annot* pAnnot, const WideString& text);
|
D | cffl_formfiller.cpp | 233 void CFFL_FormFiller::ReplaceSelection(CPDFSDK_Annot* pAnnot, in ReplaceSelection() function in CFFL_FormFiller 245 pWnd->ReplaceSelection(text); in ReplaceSelection()
|
D | cffl_interactiveformfiller.cpp | 520 void CFFL_InteractiveFormFiller::ReplaceSelection(CPDFSDK_Annot* pAnnot, in ReplaceSelection() function in CFFL_InteractiveFormFiller 527 pFormFiller->ReplaceSelection(pAnnot, text); in ReplaceSelection()
|