Home
last modified time | relevance | path

Searched refs:CanSelectAll (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffcombobox.h31 bool CanSelectAll() override;
Dcxfa_fftextedit.h53 bool CanSelectAll() override;
Dcxfa_ffwidget.h106 virtual bool CanSelectAll();
Dcxfa_ffcombobox.cpp237 bool CXFA_FFComboBox::CanSelectAll() { in CanSelectAll() function in CXFA_FFComboBox
Dcxfa_fftextedit.cpp399 bool CXFA_FFTextEdit::CanSelectAll() { in CanSelectAll() function in CXFA_FFTextEdit
Dcxfa_ffwidget.cpp471 bool CXFA_FFWidget::CanSelectAll() { in CanSelectAll() function in CXFA_FFWidget
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.h76 bool CanSelectAll() const;
Dcpwl_edit.cpp125 bool CPWL_Edit::CanSelectAll() const { in CanSelectAll() function in CPWL_Edit
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp248 if (hWidget->CanSelectAll()) in PopupMenu()