HomeSort by relevance Sort by last modified time
    Searched defs:CanUndo (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/public/web/
WebContextMenuData.h 146 CanUndo = 0x1,
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 615 FX_BOOL CPWL_EditCtrl::CanUndo() const
617 return !IsReadOnly() && m_pEdit->CanUndo();
633 if (CanUndo())
  /external/chromium_org/ui/views/controls/textfield/
textfield_model.cc 436 bool TextfieldModel::CanUndo() {
450 if (!CanUndo())
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 362 FX_BOOL CFX_Edit_Undo::CanUndo() const
    [all...]

Completed in 3199 milliseconds