Home | History | Annotate | Download | only in predictors

Lines Matching refs:urls_to_delete

737   std::vector<std::string> urls_to_delete, hosts_to_delete;
738 urls_to_delete.push_back("http://www.google.com/page2.html");
739 urls_to_delete.push_back("http://www.apple.com/");
740 urls_to_delete.push_back("http://www.nike.com/");
746 DeleteData(ContainerEq(urls_to_delete), ContainerEq(hosts_to_delete)));