Searched refs:kExtraCharsBeforeAndAfterSelection (Results 1 – 1 of 1) sorted by relevance
199 const size_t kExtraCharsBeforeAndAfterSelection = 100; variable3763 if (location > kExtraCharsBeforeAndAfterSelection) in SyncSelectionIfRequired()3764 offset = location - kExtraCharsBeforeAndAfterSelection; in SyncSelectionIfRequired()3767 length = location + length - offset + kExtraCharsBeforeAndAfterSelection; in SyncSelectionIfRequired()