Home | History | Annotate | Download | only in omnibox

Lines Matching refs:classification

185     ACMatchClassifications* classification) {
187 text.length(), style, classification);
196 ACMatchClassifications* classification) {
197 classification->clear();
206 classification->push_back(ACMatchClassification(0, style));
211 // No match, above classification will suffice for whole string.
217 classification->push_back(ACMatchClassification(match_location,
223 classification->push_back(ACMatchClassification(after_match, style));
234 // classification is the latter one-entry vector.
521 DCHECK(!classifications.empty()) << "No classification for \"" << text << '"';
523 << "Classification misses beginning for \"" << text << '"';
533 << " Classification for \"" << text << "\" with offset of " << i->offset
537 << " Classification of [" << i->offset << "," << text.length()