Home
last modified time | relevance | path

Searched refs:selection_end (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_eventtextwillchange.h21 size_t selection_end);
39 void SetSelectionEnd(size_t selection_end) { selection_end_ = selection_end; } in SetSelectionEnd() argument
Dcfwl_eventtextwillchange.cpp16 size_t selection_end) in CFWL_EventTextWillChange() argument
21 selection_end_(selection_end) {} in CFWL_EventTextWillChange()
Dcfwl_edit.cpp282 change->selection_end); in OnTextWillChange()
287 change->selection_end = event.GetSelectionEnd(); in OnTextWillChange()
/external/libtextclassifier/native/annotator/
Dannotator_jni.h64 jint selection_end, jobject options);
68 jint selection_end, jobject options, jobject app_context,
Dannotator_jni.cc627 jint selection_end, jobject options) { in TC3_JNI_METHOD()
635 ConvertIndicesBMPToUTF8(context_utf8, {selection_begin, selection_end}); in TC3_JNI_METHOD()
655 jint selection_end, jobject options, jobject app_context, in TC3_JNI_METHOD()
666 ConvertIndicesBMPToUTF8(context_utf8, {selection_begin, selection_end}); in TC3_JNI_METHOD()
Dannotator.cc1391 [](const Token& token, int selection_end) { in CopyCachedTokens() argument
1392 return token.start < selection_end; in CopyCachedTokens()
/external/pdfium/xfa/fde/
Dcfde_texteditengine.cpp240 change.selection_end = idx; in Insert()
255 if (change.selection_end != change.selection_start) in Insert()
807 change.selection_end = start_idx + length; in Delete()
815 length = change.selection_end - change.selection_start; in Delete()
857 change.selection_end = selection_.start_idx + selection_.count; in ReplaceSelectedText()
868 selection_.count = change.selection_end - change.selection_start; in ReplaceSelectedText()
Dcfde_texteditengine.h72 size_t selection_end; member
/external/perfetto/protos/perfetto/trace/android/view/inputmethod/
Dinputconnection.proto74 optional int32 selection_end = 3; field