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

/external/chromium/chrome/browser/history/
H A Dsnippet.cc136 const int kSnippetContext = 50; member in namespace:__anon2070
146 if (next_match_start < previous_match_end + kSnippetContext)
150 // kSnippetContext times, compare |bi->current()| with |next_match_start|
154 bi->next(kSnippetContext);
229 // kSnippetContext), we skip the "..." between them.
243 MoveByNGraphemes(bi.get(), -kSnippetContext, &context_start);
275 MoveByNGraphemes(bi.get(), kSnippetContext, &end);

Completed in 82 milliseconds