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

  /external/pdfium/xfa/fxfa/
cxfa_ffcombobox.cpp 222 bool CXFA_FFComboBox::CanCopy() {
cxfa_fftextedit.cpp 384 bool CXFA_FFTextEdit::CanCopy() {
cxfa_ffwidget.cpp 459 bool CXFA_FFWidget::CanCopy() {
480 return CanCopy();
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
STLExtrasTest.cpp 135 template <bool B> struct CanCopy {};
136 template <> struct CanCopy<false> {
137 CanCopy(const CanCopy &) = delete;
139 CanCopy() = default;
140 CanCopy(CanCopy &&) = default;
144 struct Range : CanMove<Moveable>, CanCopy<Copyable> {
146 Range(const Range &R) : CanCopy<Copyable>(R), C(R.C), M(R.M), D(R.D) { ++C; }
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit.cpp 129 bool CPWL_Edit::CanCopy() const {
135 return CanCopy() && !IsReadOnly();

Completed in 361 milliseconds