Lines Matching refs:query
42 void ExpectMatches(const std::string& query,
48 ExpectMatches(query, title_vector);
51 void ExpectMatches(const std::string& query,
54 model_->GetBookmarksWithTitlesMatching(ASCIIToUTF16(query), 1000, &matches);
86 void ExpectMatchPositions(const std::string& query,
89 model_->GetBookmarksWithTitlesMatching(ASCIIToUTF16(query), 1000, &matches);
107 // all query paths.
111 const std::string query;
146 ExpectMatches(data[i].query, expected);
156 const std::string query;
171 ExpectMatchPositions(data[i].query, expected_matches);