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

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/
H A DTabModel.java65 * will not actually be closed until {@link #commitTabClosure(int)} or
100 public void commitTabClosure(int tabId); method in interface:TabModel
H A DEmptyTabModel.java110 public void commitTabClosure(int tabId) { method in class:EmptyTabModel
H A DTabModelBase.java299 public void commitTabClosure(int tabId) { method in class:TabModelBase
313 commitTabClosure(mRewoundList.getNextRewindableTab().getId());
432 * {@link #commitTabClosure(int)} or {@link #commitAllTabClosures()} needs to be
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/widget/accessibility/
H A DAccessibilityTabModelAdapter.java56 mActualTabModel.commitTabClosure(tab);

Completed in 1958 milliseconds