Home
last modified time | relevance | path

Searched refs:ClearSelection (Results 1 – 23 of 23) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_ctrl.cpp65 m_pEdit->ClearSelection(); in ReplaceSelection()
180 ClearSelection(); in OnKeyDown()
244 ClearSelection(); in OnChar()
361 void CPWL_EditCtrl::ClearSelection() { in ClearSelection() function in CPWL_EditCtrl
363 m_pEdit->ClearSelection(); in ClearSelection()
Dcpwl_edit_ctrl.h31 void ClearSelection();
Dcpwl_combo_box.h76 void ClearSelection();
Dcpwl_combo_box.cpp242 void CPWL_ComboBox::ClearSelection() { in ClearSelection() function in CPWL_ComboBox
244 m_pEdit->ClearSelection(); in ClearSelection()
Dcpwl_edit.cpp140 m_pEdit->ClearSelection(); in CutText()
454 m_pEdit->ClearSelection(); in ReplaceSel()
Dcpwl_edit_impl.h290 bool ClearSelection();
Dcpwl_edit_impl.cpp808 bool CPWL_EditImpl::ClearSelection() { in ClearSelection() function in CPWL_EditImpl
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp391 pFormField->ClearSelection(false); in SynchronizeXFAValue()
405 pFormField->ClearSelection(false); in SynchronizeXFAValue()
433 pFormField->ClearSelection(false); in SynchronizeXFAItems()
446 pFormField->ClearSelection(false); in SynchronizeXFAItems()
717 void CPDFSDK_Widget::ClearSelection(bool bNotify) { function in CPDFSDK_Widget
719 pFormField->ClearSelection(bNotify);
Dcpdfsdk_widget.h106 void ClearSelection(bool bNotify);
/external/pdfium/xfa/fwl/
Dcfwl_comboedit.cpp25 ClearSelection(); in ClearSelected()
Dcfwl_listbox.h84 void ClearSelection();
Dcfwl_combobox.h91 void EditDeSelect() { m_pEdit->ClearSelection(); } in EditDeSelect()
Dcfwl_edit.h75 void ClearSelection();
Dcfwl_edit.cpp302 void CFWL_Edit::ClearSelection() { in ClearSelection() function in CFWL_Edit
303 return m_EdtEngine.ClearSelection(); in ClearSelection()
1180 ClearSelection(); in OnFocusChanged()
1207 m_EdtEngine.ClearSelection(); in OnLButtonDown()
Dcfwl_listbox.cpp165 ClearSelection(); in SetSelItem()
247 void CFWL_ListBox::ClearSelection() { in ClearSelection() function in CFWL_ListBox
/external/pdfium/xfa/fde/
Dcfde_texteditengine.cpp179 ClearSelection(); in Clear()
338 ClearSelection(); in Insert()
738 void CFDE_TextEditEngine::ClearSelection() { in ClearSelection() function in CFDE_TextEditEngine
746 ClearSelection(); in SetSelection()
824 ClearSelection(); in Delete()
Dcfde_texteditengine.h142 void ClearSelection();
Dcfde_texteditengine_unittest.cpp242 engine()->ClearSelection(); in TEST_F()
304 engine()->ClearSelection(); in TEST_F()
/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.cpp187 ClearSelection(); in ResetField()
369 ClearSelection(); in SetValue()
389 ClearSelection(); in SetValue()
471 bool CPDF_FormField::ClearSelection(bool bNotify) { in ClearSelection() function in CPDF_FormField
Dcpdf_formfield.h142 bool ClearSelection(bool bNotify = false);
/external/pdfium/fpdfsdk/formfiller/
Dcffl_listbox.cpp111 m_pWidget->ClearSelection(false); in SaveData()
/external/pdfium/xfa/fxfa/
Dcxfa_fftextedit.cpp424 ToEdit(m_pNormalWidget.get())->ClearSelection(); in DeSelect()
/external/pdfium/fxjs/
Dcjs_field.cpp840 pFormField->ClearSelection(true); in SetCurrentValueIndices()
2139 pFormField->ClearSelection(true); in SetValue()