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

/external/chromium_org/chrome/browser/autocomplete/
H A Dbuiltin_provider.cc82 bool starting_chrome = StartsWith(kChrome, text, false); local
83 if (starting_chrome || StartsWith(kAbout, text, false)) {
87 bool highlight = starting_chrome || text.length() > kAboutSchemeLength;
89 size_t offset = starting_chrome ? text.length() : kChrome.length();

Completed in 225 milliseconds