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

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/
H A DTabModel.java64 * {@link #supportsPendingClosures()} is {@code true}, this {@link Tab}
89 public boolean supportsPendingClosures(); method in interface:TabModel
112 * {@link #supportsPendingClosures()}, as this will include all pending closure tabs.
H A DEmptyTabModel.java118 public boolean supportsPendingClosures() { method in class:EmptyTabModel
H A DTabModelBase.java247 public boolean supportsPendingClosures() { method in class:TabModelBase
253 if (!supportsPendingClosures()) return this;
331 canUndo &= supportsPendingClosures();
431 * and {@link #supportsPendingClosures()} is {@code true},
543 if (TabModelBase.this.supportsPendingClosures()) {
560 if (!TabModelBase.this.supportsPendingClosures()) return null;
601 return TabModelBase.this.supportsPendingClosures()
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/widget/accessibility/
H A DAccessibilityTabModelAdapter.java142 mActualTabModel.supportsPendingClosures());

Completed in 127 milliseconds