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

  /external/chromium_org/components/query_parser/
snippet.h 37 static void ExtractMatchPositions(const std::string& offsets_str,
41 // Converts match positions as returned from ExtractMatchPositions to be in
snippet_unittest.cc 227 TEST(Snippets, ExtractMatchPositions) {
246 Snippet::ExtractMatchPositions(data[i].offsets_string, "0", &matches);
snippet.cc 164 void Snippet::ExtractMatchPositions(const std::string& offsets_str,
  /external/chromium_org/components/bookmarks/browser/
bookmark_index_unittest.cc 107 void ExtractMatchPositions(const std::string& string,
310 ExtractMatchPositions(data[i].expected_title_match_positions,
362 ExtractMatchPositions(data[i].expected_url_match_positions,

Completed in 1427 milliseconds