Home
last modified time | relevance | path

Searched refs:IsSelectionImplemented (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dipwl_systemhandler.h31 virtual bool IsSelectionImplemented() const = 0;
Dcpwl_list_box.cpp117 if (pSysHandler->IsSelectionImplemented()) { in DrawThisAppearance()
Dcpwl_edit_impl.cpp501 if (pSystemHandler->IsSelectionImplemented()) { in DrawEdit()
511 if (pSystemHandler->IsSelectionImplemented()) { in DrawEdit()
/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h64 bool IsSelectionImplemented() const override;
Dcpdfsdk_formfillenvironment.cpp105 bool CPDFSDK_FormFillEnvironment::IsSelectionImplemented() const { in IsSelectionImplemented() function in CPDFSDK_FormFillEnvironment