Searched refs:withPush (Results 1 – 3 of 3) sorted by relevance
40 .withPush(pushPromise); in serverSendsPushPromise_GET()64 .withPush(pushPromise); in serverSendsPushPromise_HEAD()
59 var withPush = true; variable143 txt += " push: Enable push api (" + (withPush? "yes" : "no") + ")\n";256 vf.WriteLine("WITH_PUSH=" + (withPush? "1" : "0"));365 of.WriteLine(s.replace(/\@WITH_PUSH\@/, withPush? "1" : "0"));510 withPush = strToBool(arg.substring(opt.length + 1, arg.length));679 txtOut += " Push support: " + boolToStr(withPush) + "\n";
234 public MockResponse withPush(PushPromise promise) { in withPush() method in MockResponse