Searched refs:selection_start (Results 1 – 6 of 6) sorted by relevance
18 size_t selection_start,34 void SetSelectionStart(size_t selection_start) { in SetSelectionStart() argument35 selection_start_ = selection_start; in SetSelectionStart()
13 size_t selection_start, in CFWL_EventTextWillChange() argument18 selection_start_(selection_start), in CFWL_EventTextWillChange()
280 change->selection_start, in OnTextWillChange()285 change->selection_start = event.GetSelectionStart(); in OnTextWillChange()
235 change.selection_start = idx; in Insert()248 idx = change.selection_start; in Insert()251 if (change.selection_end != change.selection_start) in Insert()801 change.selection_start = start_idx; in Delete()809 start_idx = change.selection_start; in Delete()810 length = change.selection_end - change.selection_start; in Delete()851 change.selection_start = selection_.start_idx; in ReplaceSelectedText()862 selection_.start_idx = change.selection_start; in ReplaceSelectedText()863 selection_.count = change.selection_end - change.selection_start; in ReplaceSelectedText()
69 size_t selection_start; member
1386 [](int selection_start, const Token& token) { in CopyCachedTokens() argument1387 return selection_start < token.end; in CopyCachedTokens()