Searched defs:isForward (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DNavigationClient.java15 * @param isForward Whether the returned history should be entries after the current entry.
19 public NavigationHistory getDirectedNavigationHistory(boolean isForward, int itemLimit); argument
H A DContentViewCore.java2899 public NavigationHistory getDirectedNavigationHistory(boolean isForward, int itemLimit) { argument
2902 nativeGetDirectedNavigationHistory(mNativeContentViewCore, history, isForward, itemLimit);
3123 Object context, boolean isForward, int maxEntries);
3122 nativeGetDirectedNavigationHistory(int nativeContentViewCoreImpl, Object context, boolean isForward, int maxEntries) argument
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/
H A DNavigationPopupTest.java70 public NavigationHistory getDirectedNavigationHistory(boolean isForward, int itemLimit) { argument
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DNavigationPopup.java63 * @param isForward Whether to request forward navigation entries.
66 Context context, NavigationClient navigationClient, boolean isForward) {
71 isForward, MAXIMUM_HISTORY_ITEMS);
65 NavigationPopup( Context context, NavigationClient navigationClient, boolean isForward) argument
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFrameSelection.cpp560 static void adjustPositionForUserSelectAll(VisiblePosition& pos, bool isForward) argument
563 pos = isForward ? positionAfterNode(rootUserSelectAll).downstream(CanCrossEditingBoundary) : positionBeforeNode(rootUserSelectAll).upstream(CanCrossEditingBoundary);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dusettest.cpp2883 UBool isForward; local
2912 isForward=TRUE;
2918 isForward=FALSE;
2950 if(!isForward && (whichSpans&SPAN_FWD)!=0 && (expectCount&1)==0) {
/external/icu4c/test/intltest/
H A Dusettest.cpp2865 UBool isForward; local
2894 isForward=TRUE;
2900 isForward=FALSE;
2932 if(!isForward && (whichSpans&SPAN_FWD)!=0 && (expectCount&1)==0) {
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 322 milliseconds