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

  /external/chromium_org/chrome/browser/autocomplete/
history_provider.cc 84 ACMatchClassification::Style url_style = local
89 spans.push_back(ACMatchClassification(0, url_style));
93 spans.push_back(ACMatchClassification(0, url_style));
98 ACMatchClassification::MATCH | url_style));
105 spans.push_back(ACMatchClassification(offset, url_style));
bookmark_provider.cc 319 ACMatchClassification::Style url_style = local
324 classifications.push_back(ACMatchClassification(0, url_style));
334 text_length, url_style, &new_class);

Completed in 44 milliseconds