Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:test_step

314     std::string test_step = StringPrintf("test_step=%d", step);
315 safe_browsing_service_->protocol_manager_->set_additional_query(test_step);
451 GURL url(StringPrintf("http://%s:%d%s?test_step=0",
467 int test_step) {
470 "client=chromium&appver=1.0&pver=2.2&test_step=%d&"
472 host, port, kDBVerifyPath, test_step));
478 int test_step) {
480 "client=chromium&appver=1.0&pver=2.2&test_step=%d",
481 host, port, kUrlVerifyPath, test_step));
489 int test_step) {
490 GURL url(StringPrintf("http://%s:%d%s?test_step=%d",
491 host, port, kTestCompletePath, test_step));