HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceSelection (Results 1 - 23 of 23) sorted by null

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

Completed in 1424 milliseconds