Home | History | Annotate | Download | only in drive

Lines Matching defs:search_query

376     const std::string& search_query,
379 DCHECK(!search_query.empty());
383 search_query,
444 std::string search_query;
455 search_query =
470 search_query, directory_resource_id,
1437 const std::string& search_query,
1453 // |search_query|.
1473 // If |search_query| is set, exclude the entry if it does not contain the
1475 if (!should_exclude && !search_query.empty() &&
1476 !EntryMatchWithQuery(entry, search_query)) {
1540 if (!search_query.empty()) {
1542 next_url, "q", search_query);