Searched defs:newTab (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/
H A DTabModelOrderController.java32 public int determineInsertionIndex(TabLaunchType type, int position, Tab newTab) { argument
34 position = determineInsertionIndex(type, newTab);
37 if (willOpenInForeground(type, newTab.isIncognito())) {
52 public int determineInsertionIndex(TabLaunchType type, Tab newTab) { argument
62 if (sameModelType(currentModel, newTab)) {
63 if (willOpenInForeground(type, newTab.isIncognito())) {
79 return mTabModelSelector.getModel(newTab.isIncognito()).getCount();
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 179 milliseconds