Lines Matching full:async
25 // - Test mixing async with sync (in particular how does sync update the
26 // cache while an async is already pending).
770 // Since caching is disabled, this will result in another async request.
1036 // Start an async resolve for (host1:70).
1062 // Start an async request for (host2:60)
1114 MessageLoop::current()->RunAllPending(); // Notification happens async.
1141 MessageLoop::current()->RunAllPending(); // Notification happens async.
1171 MessageLoop::current()->RunAllPending(); // Notification happens async.
1237 MessageLoop::current()->RunAllPending(); // Notification happens async.