Home
last modified time | relevance | path

Searched defs:annotation_index (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dform_filler.cc126 FormWidgetInfo FormFiller::GetFormWidgetInfo(FPDF_PAGE page, const int annotation_index) { in GetFormWidgetInfo()
234 bool FormFiller::SetText(FPDF_PAGE page, const int annotation_index, const std::string_view text) { in SetText()
258 bool FormFiller::SetChoiceSelection(FPDF_PAGE page, const int annotation_index, in SetChoiceSelection()
Dpage.cc362 FormWidgetInfo Page::GetFormWidgetInfo(int annotation_index) { in GetFormWidgetInfo()
398 bool Page::SetFormFieldText(int annotation_index, std::string_view text) { in SetFormFieldText()
402 bool Page::SetChoiceSelection(int annotation_index, std::span<const int> selected_indices) { in SetChoiceSelection()
Dform_filing_textfield_test.cc129 int annotation_index = 1; in TEST() local
/aosp_15_r20/external/libtextclassifier/native/annotator/
H A Dannotator_jni.cc822 for (int annotation_index = 0; in TC3_JNI_METHOD() local
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dminidump.cc5482 for (uint32_t annotation_index = 0; annotation_index < list_annots.size(); in Print() local