Searched refs:sSubType (Results 1 – 3 of 3) sorted by relevance
362 CFX_ByteString sSubType = pAnnot->GetSubType(); in CanAnswer() local364 if (sSubType == BFFT_SIGNATURE) in CanAnswer()439 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnDraw() local441 if (sSubType == BFFT_SIGNATURE) in OnDraw()457 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnMouseEnter() local459 if (sSubType == BFFT_SIGNATURE) in OnMouseEnter()473 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnMouseExit() local475 if (sSubType == BFFT_SIGNATURE) in OnMouseExit()488 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnLButtonDown() local490 if (sSubType == BFFT_SIGNATURE) in OnLButtonDown()[all …]
2777 …tIterator(CPDFSDK_PageView* pPageView, const CFX_ByteString& sType, const CFX_ByteString& sSubType) in CBA_AnnotIterator() argument2780 m_sSubType(sSubType), in CBA_AnnotIterator()
265 …Iterator(CPDFSDK_PageView* pPageView, const CFX_ByteString& sType, const CFX_ByteString& sSubType);