Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_eventtextwillchange.h21 size_t selection_end = 0; variable
Dcfwl_edit.cpp303 event.selection_end = change->selection_end; in OnTextWillChange()
310 change->selection_end = event.selection_end; 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.cc626 jint selection_end, jobject options) { in TC3_JNI_METHOD()
634 ConvertIndicesBMPToUTF8(context_utf8, {selection_begin, selection_end}); in TC3_JNI_METHOD()
654 jint selection_end, jobject options, jobject app_context, in TC3_JNI_METHOD()
665 ConvertIndicesBMPToUTF8(context_utf8, {selection_begin, selection_end}); in TC3_JNI_METHOD()
Dannotator.cc1366 [](const Token& token, int selection_end) { in CopyCachedTokens() argument
1367 return token.start < selection_end; in CopyCachedTokens()
/external/pdfium/xfa/fde/
Dcfde_texteditengine.cpp262 change.selection_end = idx; in Insert()
277 if (change.selection_end != change.selection_start) in Insert()
836 change.selection_end = start_idx + length; in Delete()
844 length = change.selection_end - change.selection_start; in Delete()
887 change.selection_end = selection_.start_idx + selection_.count; in ReplaceSelectedText()
898 selection_.count = change.selection_end - change.selection_start; in ReplaceSelectedText()
Dcfde_texteditengine.h68 size_t selection_end; member
/external/pdfium/xfa/fxfa/
Dcxfa_fftextedit.cpp336 eParam.m_iSelEnd = static_cast<int32_t>(event->selection_end); in OnTextWillChange()
345 event->selection_end = static_cast<size_t>(eParam.m_iSelEnd); in OnTextWillChange()