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

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/
H A DTabList.java50 boolean isClosurePending(int tabId); method in interface:TabList
H A DEmptyTabModel.java91 public boolean isClosurePending(int tabId) { method in class:EmptyTabModel
H A DTabModelSelectorBase.java67 if (TabModelUtils.getTabById(model, id) != null || model.isClosurePending(id)) {
H A DTabModelBase.java242 public boolean isClosurePending(int tabId) { method in class:TabModelBase
531 public boolean isClosurePending(int tabId) { method in class:TabModelBase.RewoundList
532 return TabModelBase.this.isClosurePending(tabId);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/widget/accessibility/
H A DAccessibilityTabModelAdapter.java55 if (mActualTabModel.isClosurePending(tab)) {
65 return mUndoneTabModel.isClosurePending(tab);

Completed in 115 milliseconds