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

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DTab.java63 * {@link Tab#incrementIdCounterTo(int)} will ensure new {@link Tab}s get ids greater than or equal
71 * unless special care is taken to make sure {@link Tab#incrementIdCounterTo(int)} is called with
1173 incrementIdCounterTo(id + 1);
1199 public static void incrementIdCounterTo(int id) { method in class:Tab

Completed in 173 milliseconds