Searched defs:forwards (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DWebViewFindApisTestBase.java94 * @param forwards The direction to search as a boolean, with forwards
99 protected int findNextOnUiThread(final boolean forwards) argument
111 mContents.findNext(forwards);
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_manager_android.cc432 jboolean forwards) {
440 node = forwards ? NextInTreeOrder(node) : PreviousInTreeOrder(node);
481 node = forwards ? NextInTreeOrder(node) : PreviousInTreeOrder(node);
430 FindElementType( JNIEnv* env, jobject obj, jint start_id, jstring element_type_str, jboolean forwards) argument
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimation.cpp189 double Animation::calculateTimeToEffectChange(bool forwards, double localTime, double timeToNextIteration) const argument
199 return forwards
203 if (forwards && hasActiveAnimationsOnCompositor()) {
218 return forwards
/external/icu/icu4c/source/i18n/
H A Dfilteredbrk.cpp32 ULISentenceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &status);
95 ULISentenceBreakIterator::ULISentenceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &status) : argument
99 fForwardsPartialTrie(forwards)
166 // We matched the "Ph." in "Ph.D." - now we need to run everything through the forwards trie
189 return n; // internal error and/or no forwards trie
371 //printf("Error %s building forwards\n", u_errorName(status));
H A Dusearch.cpp470 * @param shift table for forwards shift
923 // we have been iterating forwards previously
1128 * @param forwards flag TRUE if we are moving in th forwards direction
1133 UBool forwards)
1137 if (FALSE && !forwards && inNormBuf(coleiter) && !isFCDPointerNull(coleiter)) {
3166 * beginning of the collation element iterator and iterate forwards that
1132 getColElemIterOffset(const UCollationElements *coleiter, UBool forwards) argument
/external/chromium_org/ui/accessibility/extensions/caretbrowsing/
H A Dcaretbrowsing.js55 * bounding box for the range or not - keep moving the cursor forwards until
768 * Moves the cursor forwards to the next valid position.
776 CaretBrowsing.forwards = function(cursor, nodesCrossed) {
846 result = CaretBrowsing.forwards(end, nodesCrossed);
958 if (null === CaretBrowsing.forwards(rightPos, nodesCrossed)) {
1176 if (null === CaretBrowsing.forwards(end, nodesCrossed)) {
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
H A DBrowserAccessibilityManager.java280 private boolean jumpToElementType(String elementType, boolean forwards) { argument
281 int id = nativeFindElementType(mNativeObj, mAccessibilityFocusId, elementType, forwards);
748 int startId, String elementType, boolean forwards);
747 nativeFindElementType(long nativeBrowserAccessibilityManagerAndroid, int startId, String elementType, boolean forwards) argument
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DCodeGeneratorInspector.py1560 # Do not generate forwards for this type any longer.
2111 forwards="".join(Generator.type_builder_forwards), variable
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc236 // Delegate implementation for BrowserViewLayout. Usually just forwards calls
1076 void BrowserView::RotatePaneFocus(bool forwards) { argument
1078 forwards ?
/external/chromium_org/third_party/icu/source/i18n/
H A Dusearch.cpp483 * @param shift table for forwards shift
936 // we have been iterating forwards previously
1141 * @param forwards flag TRUE if we are moving in th forwards direction
1146 UBool forwards)
1150 if (FALSE && !forwards && inNormBuf(coleiter) && !isFCDPointerNull(coleiter)) {
3158 * beginning of the collation element iterator and iterate forwards that
1145 getColElemIterOffset(const UCollationElements *coleiter, UBool forwards) argument
H A Ducol.cpp220 * @param forwards boolean to indicate if forwards iteration is used,
225 UBool forwards)
246 if (forwards) {
2173 * Special normalization function for contraction in the forwards iterator.
2214 * for the forwards iterator.
3437 /* to ensure that the backwards and forwards iteration matches, we
224 loadState(collIterate *data, const collIterateState *backup, UBool forwards) argument
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 3626 milliseconds