Home | History | Annotate | Download | only in common

Lines Matching refs:glob

16   for (std::vector<std::string>::const_iterator glob = globs->begin();
17 glob != globs->end(); ++glob) {
18 if (MatchPattern(url.spec(), *glob))
143 for (std::vector<std::string>::const_iterator glob = globs.begin();
144 glob != globs.end(); ++glob) {
145 pickle->WriteString(*glob);
194 std::string glob;
195 CHECK(pickle.ReadString(iter, &glob));
196 globs->push_back(glob);