HomeSort by relevance Sort by last modified time
    Searched defs:term_num (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/history/
in_memory_url_index.h 48 TermMatch(int term_num, size_t offset, size_t length)
49 : term_num(term_num),
53 int term_num; // The index of the term in the original search string. member in struct:history::TermMatch
276 // |term| found in the string |string|. Mark each match with |term_num| so
281 int term_num);
in_memory_url_index.cc 646 int term_num) {
650 matches.push_back(TermMatch(term_num, location, term.size()));
720 int term_num = 0; local
722 ++iter, ++term_num) {
724 TermMatches url_term_matches = MatchTermInString(term, url, term_num);
725 TermMatches title_term_matches = MatchTermInString(term, title, term_num);
801 if (matches[i - 1].term_num > matches[i].term_num)
    [all...]
  /dalvik/dx/etc/
jasmin.jar 

Completed in 85 milliseconds