Searched refs:CanPaste (Results 1 - 10 of 10) sorted by relevance

/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_ComboBox.h58 virtual FX_BOOL CanPaste(CPDFSDK_Document* pDocument);
H A DFFL_TextField.h61 virtual FX_BOOL CanPaste(CPDFSDK_Document* pDocument);
H A DFFL_IFormFiller.h90 virtual FX_BOOL CanPaste(CPDFSDK_Document* pDocument);
H A DFFL_FormFiller.h75 virtual FX_BOOL CanPaste(CPDFSDK_Document* pDocument);
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Edit.h75 FX_BOOL CanPaste() const;
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ComboBox.cpp388 FX_BOOL CFFL_ComboBox::CanPaste(CPDFSDK_Document* pDocument) function in class:CFFL_ComboBox
H A DFFL_TextField.cpp360 FX_BOOL CFFL_TextField::CanPaste(CPDFSDK_Document* pDocument) function in class:CFFL_TextField
H A DFFL_FormFiller.cpp787 FX_BOOL CFFL_FormFiller::CanPaste(CPDFSDK_Document* pDocument) function in class:CFFL_FormFiller
H A DFFL_IFormFiller.cpp1082 FX_BOOL CFFL_IFormFiller::CanPaste(CPDFSDK_Document* pDocument) function in class:CFFL_IFormFiller
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Edit.cpp150 FX_BOOL CPWL_Edit::CanPaste() const function in class:CPWL_Edit
173 if (!CanPaste()) return;

Completed in 272 milliseconds