Searched refs:ServerWillReply (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/policy/
H A Dauto_enrollment_client_unittest.cc94 void ServerWillReply(int64 modulus, bool with_hashes, bool with_id_hash) { function in class:policy::__anon3393::AutoEnrollmentClientTest
175 ServerWillReply(-1, false, false);
182 ServerWillReply(-1, false, false);
195 ServerWillReply(32, false, false);
204 ServerWillReply(32, false, false);
205 ServerWillReply(64, false, false);
213 ServerWillReply(8, false, false);
214 ServerWillReply(-1, true, true);
225 ServerWillReply(16, false, false);
226 ServerWillReply(
[all...]

Completed in 245 milliseconds