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

  /external/pdfium/xfa/fxfa/
cxfa_ffcombobox.h 24 bool CanRedo() override;
cxfa_fftextedit.h 47 bool CanRedo() override;
cxfa_ffwidget.h 100 virtual bool CanRedo();
cxfa_fftextedit.cpp 372 bool CXFA_FFTextEdit::CanRedo() {
373 return ToEdit(m_pNormalWidget.get())->CanRedo();
cxfa_ffcombobox.cpp 207 bool CXFA_FFComboBox::CanRedo() {
cxfa_ffwidget.cpp 447 bool CXFA_FFWidget::CanRedo() {
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit_ctrl.h 41 bool CanRedo() const;
cpwl_edit_ctrl.cpp 408 bool CPWL_EditCtrl::CanRedo() const {
409 return !IsReadOnly() && m_pEdit->CanRedo();
413 if (CanRedo())
cpwl_edit_impl.h 86 bool CanRedo() const;
322 bool CanRedo() const;
cpwl_edit_impl.cpp 230 bool CPWL_EditImpl_Undo::CanRedo() const {
236 if (CanRedo()) {
246 if (CanRedo())
262 while (CanRedo())
    [all...]
  /external/pdfium/xfa/fde/
cfde_texteditengine_unittest.cpp 311 EXPECT_FALSE(engine()->CanRedo());
317 EXPECT_FALSE(engine()->CanRedo());
321 EXPECT_TRUE(engine()->CanRedo());
325 EXPECT_FALSE(engine()->CanRedo());
329 EXPECT_FALSE(engine()->CanRedo());
338 EXPECT_TRUE(engine()->CanRedo());
342 EXPECT_FALSE(engine()->CanRedo());
351 EXPECT_TRUE(engine()->CanRedo());
370 EXPECT_TRUE(engine()->CanRedo());
372 EXPECT_TRUE(engine()->CanRedo());
    [all...]
cfde_texteditengine.h 126 bool CanRedo() const;
cfde_texteditengine.cpp 547 bool CFDE_TextEditEngine::CanRedo() const {
554 if (!CanRedo())
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_combobox.h 76 bool EditCanRedo() const { return m_pEdit->CanRedo(); }
cfwl_edit.h 89 bool CanRedo();
cfwl_edit.cpp 353 return CanRedo() ? m_EdtEngine.Redo() : false;
360 bool CFWL_Edit::CanRedo() {
361 return m_EdtEngine.CanRedo();
    [all...]
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_docenvironment.cpp 240 if (hWidget->CanRedo())
    [all...]

Completed in 266 milliseconds