Searched refs:kSnippetContext (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/query_parser/
H A Dsnippet.cc137 const int kSnippetContext = 50; member in namespace:query_parser::__anon6781
147 if (next_match_start < previous_match_end + kSnippetContext)
151 // kSnippetContext times, compare |bi->current()| with |next_match_start|
155 bi->next(kSnippetContext);
232 // kSnippetContext), we skip the "..." between them.
246 MoveByNGraphemes(bi.get(), -kSnippetContext, &context_start);
278 MoveByNGraphemes(bi.get(), kSnippetContext, &end);

Completed in 102 milliseconds