HomeSort by relevance Sort by last modified time
    Searched refs:classifications (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_match.cc 24 bool IsTrivialClassification(const ACMatchClassifications& classifications) {
25 return classifications.empty() ||
26 ((classifications.size() == 1) &&
27 (classifications.back().style == ACMatchClassification::NONE));
275 const ACMatchClassifications& classifications) {
277 for (size_t i = 0; i < classifications.size(); ++i) {
280 serialized_classifications += base::IntToString(classifications[i].offset) +
281 ',' + base::IntToString(classifications[i].style);
289 ACMatchClassifications classifications; local
299 return classifications;
    [all...]
autocomplete_match.h 119 // Fills in the classifications for |text|, using |style| as the base style
125 ACMatchClassifications* classifications);
135 ACMatchClassifications* classifications);
137 // Returns a new vector of classifications containing the merged contents of
143 // Converts classifications to and from a serialized string representation
146 const ACMatchClassifications& classifications);
150 // Adds a classification to the end of |classifications| iff its style is
152 // than the offset of the last classification in |classifications|.
154 ACMatchClassifications* classifications,
362 // Checks one text/classifications pair for valid values
    [all...]
bookmark_provider.cc 303 ACMatchClassifications classifications; local
305 classifications.push_back(
307 return classifications;
317 classifications = AutocompleteMatch::MergeClassifications(
318 classifications, new_class);
320 return classifications;
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.cc 350 const ACMatchClassifications& classifications,
354 for (size_t i = 0; i < classifications.size(); ++i) {
355 const size_t text_start = classifications[i].offset;
359 const size_t text_end = (i < (classifications.size() - 1)) ?
360 std::min(classifications[i + 1].offset, text_length) :
365 if (classifications[i].style & ACMatchClassification::MATCH)
369 if (classifications[i].style & ACMatchClassification::URL) {
384 (classifications[i].style & ACMatchClassification::DIM)) {
omnibox_result_view.h 106 // |classifications| and |force_dim| are used to style the text.
109 const ACMatchClassifications& classifications,
  /external/libvorbis/doc/
08-residue.tex 26 classifies each chunk, encodes the chunk classifications and finally
207 codebook classifications and the maximum possible number of encoding
305 11) array [classifications] element [j],([i]+[partition_count]) =
324 16) [vqclass] = array [classifications] element [j],[partition_count]
  /external/libvorbis/lib/
mapping0.c 670 long **classifications; local
681 classifications=_residue_P[ci->residue_type[resnum]]->
691 couple_bundle,zerobundle,ch_in_bundle,classifications,i);

Completed in 3328 milliseconds