Home
last modified time | relevance | path

Searched refs:sel_start (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp481 size_t sel_start; in DrawContent() local
483 std::tie(sel_start, count) = m_EdtEngine.GetSelection(); in DrawContent()
485 m_EdtEngine.GetCharacterRectsInRange(sel_start, count); in DrawContent()
1259 size_t sel_start = 0; in OnMouseMove() local
1262 std::tie(sel_start, count) = m_EdtEngine.GetSelection(); in OnMouseMove()
1264 sel_start = old_cursor_pos; in OnMouseMove()
1266 size_t start_pos = std::min(sel_start, m_CursorPosition); in OnMouseMove()
1267 size_t end_pos = std::max(sel_start, m_CursorPosition); in OnMouseMove()
1275 size_t sel_start = m_CursorPosition; in OnKeyDown() local
1280 sel_start = start_idx; in OnKeyDown()
[all …]
/external/pdfium/fxjs/
Dcjs_event.h97 JS_STATIC_PROP(selStart, sel_start, event);