Home
last modified time | relevance | path

Searched refs:sSubType (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfsdk_annothandler.cpp463 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnDraw() local
465 if (sSubType == BFFT_SIGNATURE) { in OnDraw()
478 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnMouseEnter() local
480 if (sSubType == BFFT_SIGNATURE) { in OnMouseEnter()
489 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnMouseExit() local
491 if (sSubType == BFFT_SIGNATURE) { in OnMouseExit()
501 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnLButtonDown() local
503 if (sSubType == BFFT_SIGNATURE) { in OnLButtonDown()
516 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnLButtonUp() local
518 if (sSubType == BFFT_SIGNATURE) { in OnLButtonUp()
[all …]
Dfsdk_baseform.cpp2743 const CFX_ByteString& sSubType) argument
2746 m_sSubType(sSubType),
/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h386 const CFX_ByteString& sSubType);