Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffdatetimeedit.h47 bool CanSelectAll() override;
Dcxfa_fftextedit.h54 bool CanSelectAll() override;
Dcxfa_ffcombobox.h37 bool CanSelectAll() override;
Dcxfa_ffdatetimeedit.cpp250 bool CXFA_FFDateTimeEdit::CanSelectAll() { in CanSelectAll() function in CXFA_FFDateTimeEdit
Dcxfa_ffwidget.h133 virtual bool CanSelectAll();
Dcxfa_ffcombobox.cpp248 bool CXFA_FFComboBox::CanSelectAll() { in CanSelectAll() function in CXFA_FFComboBox
Dcxfa_fftextedit.cpp411 bool CXFA_FFTextEdit::CanSelectAll() { in CanSelectAll() function in CXFA_FFTextEdit
Dcxfa_ffwidget.cpp518 bool CXFA_FFWidget::CanSelectAll() { in CanSelectAll() function in CXFA_FFWidget
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.h79 bool CanSelectAll() const;
Dcpwl_edit.cpp85 bool CPWL_Edit::CanSelectAll() const { in CanSelectAll() function in CPWL_Edit
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp266 if (hWidget->CanSelectAll()) in PopupMenu()