Searched refs:selection_end (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/xfa/fwl/ |
D | cfwl_eventtextwillchange.h | 21 size_t selection_end); 39 void SetSelectionEnd(size_t selection_end) { selection_end_ = selection_end; } in SetSelectionEnd() argument
|
D | cfwl_eventtextwillchange.cpp | 16 size_t selection_end) in CFWL_EventTextWillChange() argument 21 selection_end_(selection_end) {} in CFWL_EventTextWillChange()
|
D | cfwl_edit.cpp | 282 change->selection_end); in OnTextWillChange() 287 change->selection_end = event.GetSelectionEnd(); in OnTextWillChange()
|
/external/libtextclassifier/native/annotator/ |
D | annotator_jni.h | 64 jint selection_end, jobject options); 68 jint selection_end, jobject options, jobject app_context,
|
D | annotator_jni.cc | 627 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()
|
D | annotator.cc | 1391 [](const Token& token, int selection_end) { in CopyCachedTokens() argument 1392 return token.start < selection_end; in CopyCachedTokens()
|
/external/pdfium/xfa/fde/ |
D | cfde_texteditengine.cpp | 240 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()
|
D | cfde_texteditengine.h | 72 size_t selection_end; member
|
/external/perfetto/protos/perfetto/trace/android/view/inputmethod/ |
D | inputconnection.proto | 74 optional int32 selection_end = 3; field
|