Searched refs:selection_start (Results 1 – 6 of 6) sorted by relevance
20 size_t selection_start = 0; variable
302 event.selection_start = change->selection_start; in OnTextWillChange()309 change->selection_start = event.selection_start; in OnTextWillChange()
261 change.selection_start = idx; in Insert()274 idx = change.selection_start; in Insert()277 if (change.selection_end != change.selection_start) in Insert()835 change.selection_start = start_idx; in Delete()843 start_idx = change.selection_start; in Delete()844 length = change.selection_end - change.selection_start; in Delete()886 change.selection_start = selection_.start_idx; in ReplaceSelectedText()897 selection_.start_idx = change.selection_start; in ReplaceSelectedText()898 selection_.count = change.selection_end - change.selection_start; in ReplaceSelectedText()
67 size_t selection_start; member
335 eParam.m_iSelStart = static_cast<int32_t>(event->selection_start); in OnTextWillChange()344 event->selection_start = static_cast<size_t>(eParam.m_iSelStart); in OnTextWillChange()
1361 [](int selection_start, const Token& token) { in CopyCachedTokens() argument1362 return selection_start < token.end; in CopyCachedTokens()