Searched refs:kIsTypingThreshold (Results 1 – 1 of 1) sorted by relevance
278 const int kIsTypingThreshold = 1000 / ts::kChunkSizeMs; in UpdateKeypress() local288 if (keypress_counter_ > kIsTypingThreshold) { in UpdateKeypress()