Home
last modified time | relevance | path

Searched refs:selection_start (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_eventtextwillchange.h18 size_t selection_start,
34 void SetSelectionStart(size_t selection_start) { in SetSelectionStart() argument
35 selection_start_ = selection_start; in SetSelectionStart()
Dcfwl_eventtextwillchange.cpp13 size_t selection_start, in CFWL_EventTextWillChange() argument
18 selection_start_(selection_start), in CFWL_EventTextWillChange()
Dcfwl_edit.cpp280 change->selection_start, in OnTextWillChange()
285 change->selection_start = event.GetSelectionStart(); in OnTextWillChange()
/external/pdfium/xfa/fde/
Dcfde_texteditengine.cpp235 change.selection_start = idx; in Insert()
248 idx = change.selection_start; in Insert()
251 if (change.selection_end != change.selection_start) in Insert()
801 change.selection_start = start_idx; in Delete()
809 start_idx = change.selection_start; in Delete()
810 length = change.selection_end - change.selection_start; in Delete()
851 change.selection_start = selection_.start_idx; in ReplaceSelectedText()
862 selection_.start_idx = change.selection_start; in ReplaceSelectedText()
863 selection_.count = change.selection_end - change.selection_start; in ReplaceSelectedText()
Dcfde_texteditengine.h69 size_t selection_start; member
/external/libtextclassifier/native/annotator/
Dannotator.cc1386 [](int selection_start, const Token& token) { in CopyCachedTokens() argument
1387 return selection_start < token.end; in CopyCachedTokens()