Home | History | Annotate | Download | only in common

Lines Matching refs:globs

19 bool UrlMatchesGlobs(const std::vector<std::string>* globs,
21 for (std::vector<std::string>::const_iterator glob = globs->begin();
22 glob != globs->end(); ++glob) {
157 const std::vector<std::string>& globs) const {
158 pickle->WriteUInt64(globs.size());
159 for (std::vector<std::string>::const_iterator glob = globs.begin();
160 glob != globs.end(); ++glob) {
207 std::vector<std::string>* globs) {
210 globs->clear();
214 globs->push_back(glob);