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

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fftextedit.h 26 virtual FX_BOOL CanPaste();
103 virtual FX_BOOL CanPaste();
xfa_ffchoicelist.h 53 virtual FX_BOOL CanPaste();
xfa_ffwidget.h 94 virtual FX_BOOL CanPaste() { return FALSE; }
xfa_ffwidgethandler.h 146 virtual FX_BOOL CanPaste(IXFA_Widget* hWidget);
xfa_fftextedit.cpp 298 FX_BOOL CXFA_FFTextEdit::CanPaste() {
747 FX_BOOL CXFA_FFDateTimeEdit::CanPaste() {
xfa_ffwidgethandler.cpp 580 FX_BOOL CXFA_FFMenuHandler::CanPaste(IXFA_Widget* hWidget) {
581 return static_cast<CXFA_FFWidget*>(hWidget)->CanPaste();
xfa_ffchoicelist.cpp 423 FX_BOOL CXFA_FFComboBox::CanPaste() {
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Edit.h 90 FX_BOOL CanPaste() const;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 129 FX_BOOL CPWL_Edit::CanPaste() const {
151 if (!CanPaste())
    [all...]
  /external/pdfium/xfa/include/fxfa/
fxfa.h 325 virtual FX_BOOL CanPaste(IXFA_Widget* hWidget) = 0;
    [all...]
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_doc.cpp 461 if (pXFAMenuHander->CanPaste(hWidget))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tom.h 331 virtual HRESULT WINAPI CanPaste(VARIANT *pVar,__LONG32 Format,__LONG32 *pb) = 0;
393 HRESULT (WINAPI *CanPaste)(ITextRange *This,VARIANT *pVar,__LONG32 Format,__LONG32 *pb);
457 #define ITextRange_CanPaste(This,pVar,Format,pb) (This)->lpVtbl->CanPaste(This,pVar,Format,pb)
    [all...]

Completed in 2340 milliseconds