Searched defs:order_by_strs (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc449 const std::vector<std::string>& order_by_strs,
459 for (std::vector<std::string>::const_iterator iter = order_by_strs.begin();
460 iter != order_by_strs.end(); ++iter) {
448 CompileDownloadQueryOrderBy( const std::vector<std::string>& order_by_strs, std::string* error, DownloadQuery* query) argument

Completed in 42 milliseconds