Home
last modified time | relevance | path

Searched refs:annot_iteration (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/
Dcpdfsdk_pageview.cpp89 auto annot_iteration = CPDFSDK_AnnotIteration::CreateForDrawing(this); in PageView_OnDraw() local
90 for (const auto& pSDKAnnot : annot_iteration) { in PageView_OnDraw()
121 CPDFSDK_AnnotIteration annot_iteration(this); in GetFXAnnotAtPoint() local
122 for (const auto& pSDKAnnot : annot_iteration) { in GetFXAnnotAtPoint()
133 CPDFSDK_AnnotIteration annot_iteration(this); in GetFXWidgetAtPoint() local
134 for (const auto& pSDKAnnot : annot_iteration) { in GetFXWidgetAtPoint()
/external/pdfium/fxjs/
Dcjs_document.cpp1014 CPDFSDK_AnnotIteration annot_iteration(pPageView); in getAnnot() local
1016 for (const auto& pSDKAnnotCur : annot_iteration) { in getAnnot()
1056 CPDFSDK_AnnotIteration annot_iteration(pPageView); in getAnnots() local
1057 for (const auto& pSDKAnnotCur : annot_iteration) { in getAnnots()