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

  /external/chromium/chrome/browser/history/
snippet.h 36 static void ExtractMatchPositions(const std::string& offsets_str,
40 // Converts match positions as returned from ExtractMatchPositions to be in
snippet_unittest.cc 226 TEST(Snippets, ExtractMatchPositions) {
245 Snippet::ExtractMatchPositions(data[i].offsets_string, "0", &matches);
text_database.cc 352 Snippet::ExtractMatchPositions(offsets_str, kTitleColumnIndex,
359 Snippet::ExtractMatchPositions(offsets_str, kBodyColumnIndex,
snippet.cc 163 void Snippet::ExtractMatchPositions(const std::string& offsets_str,
  /external/chromium/chrome/browser/bookmarks/
bookmark_index_unittest.cc 69 void ExtractMatchPositions(const std::string& string,
170 ExtractMatchPositions(data[i].expected, &expected_matches);

Completed in 131 milliseconds