Home
last modified time | relevance | path

Searched defs:sSubType (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfsdk_annothandler.cpp362 CFX_ByteString sSubType = pAnnot->GetSubType(); in CanAnswer() local
439 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnDraw() local
457 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnMouseEnter() local
473 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnMouseExit() local
488 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnLButtonDown() local
505 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnLButtonUp() local
522 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnLButtonDblClk() local
539 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnMouseMove() local
558 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnMouseWheel() local
575 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnRButtonDown() local
[all …]
Dfsdk_baseform.cpp2777 …tIterator(CPDFSDK_PageView* pPageView, const CFX_ByteString& sType, const CFX_ByteString& sSubType) in CBA_AnnotIterator()