Searched refs:CanSelectAll (Results 1 – 9 of 9) sorted by relevance
31 bool CanSelectAll() override;
53 bool CanSelectAll() override;
106 virtual bool CanSelectAll();
237 bool CXFA_FFComboBox::CanSelectAll() { in CanSelectAll() function in CXFA_FFComboBox
399 bool CXFA_FFTextEdit::CanSelectAll() { in CanSelectAll() function in CXFA_FFTextEdit
471 bool CXFA_FFWidget::CanSelectAll() { in CanSelectAll() function in CXFA_FFWidget
76 bool CanSelectAll() const;
125 bool CPWL_Edit::CanSelectAll() const { in CanSelectAll() function in CPWL_Edit
248 if (hWidget->CanSelectAll()) in PopupMenu()