Searched defs:CanCopy (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ComboBox.cpp379 FX_BOOL CFFL_ComboBox::CanCopy(CPDFSDK_Document* pDocument) function in class:CFFL_ComboBox
H A DFFL_TextField.cpp380 FX_BOOL CFFL_TextField::CanCopy(CPDFSDK_Document* pDocument) function in class:CFFL_TextField
H A DFFL_FormFiller.cpp777 FX_BOOL CFFL_FormFiller::CanCopy(CPDFSDK_Document* pDocument) function in class:CFFL_FormFiller
H A DFFL_IFormFiller.cpp1070 FX_BOOL CFFL_IFormFiller::CanCopy(CPDFSDK_Document* pDocument) function in class:CFFL_IFormFiller
/external/chromium_org/third_party/WebKit/public/web/
H A DWebContextMenuData.h152 CanCopy = 0x8, enumerator in enum:blink::WebContextMenuData::EditFlags
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Edit.cpp139 FX_BOOL CPWL_Edit::CanCopy() const function in class:CPWL_Edit
146 return CanCopy() && !IsReadOnly();
162 if (!CanCopy()) return;

Completed in 3218 milliseconds