Home | History | Annotate | Download | only in framed

Lines Matching defs:nextPingId

98   private int nextPingId;
142 nextPingId = builder.client ? 1 : 2;
385 pingId = nextPingId;
386 nextPingId += 2;