Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfsdk_annothandler.cpp362 CFX_ByteString sSubType = pAnnot->GetSubType(); in CanAnswer() local
364 if (sSubType == BFFT_SIGNATURE) in CanAnswer()
439 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnDraw() local
441 if (sSubType == BFFT_SIGNATURE) in OnDraw()
457 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnMouseEnter() local
459 if (sSubType == BFFT_SIGNATURE) in OnMouseEnter()
473 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnMouseExit() local
475 if (sSubType == BFFT_SIGNATURE) in OnMouseExit()
488 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnLButtonDown() local
490 if (sSubType == BFFT_SIGNATURE) in OnLButtonDown()
[all …]
Dfsdk_baseform.cpp2777 …tIterator(CPDFSDK_PageView* pPageView, const CFX_ByteString& sType, const CFX_ByteString& sSubType) in CBA_AnnotIterator() argument
2780 m_sSubType(sSubType), in CBA_AnnotIterator()
/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h265 …Iterator(CPDFSDK_PageView* pPageView, const CFX_ByteString& sType, const CFX_ByteString& sSubType);