HomeSort by relevance Sort by last modified time
    Searched refs:forwards (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/animation/
InertAnimation.h 51 virtual double calculateTimeToEffectChange(bool forwards, double inheritedTime, double timeToNextIteration) const OVERRIDE;
Animation.cpp 189 double Animation::calculateTimeToEffectChange(bool forwards, double localTime, double timeToNextIteration) const
199 return forwards
203 if (forwards && hasActiveAnimationsOnCompositor()) {
218 return forwards
Animation.h 95 virtual double calculateTimeToEffectChange(bool forwards, double inheritedTime, double timeToNextIteration) const OVERRIDE;
AnimationNode.h 147 virtual double calculateTimeToEffectChange(bool forwards, double localTime, double timeToNextIteration) const = 0;
  /external/chromium_org/third_party/polymer/components/paper-checkbox/
paper-checkbox.css 61 -webkit-animation: box-shrink 140ms ease-out forwards;
62 animation: box-shrink 140ms ease-out forwards;
102 -webkit-animation: checkmark-expand 140ms ease-out forwards;
103 animation: checkmark-expand 140ms ease-out forwards;
164 -webkit-animation: checkmark-shrink 140ms ease-out forwards;
165 animation: checkmark-shrink 140ms ease-out forwards;
203 -webkit-animation: box-expand 140ms ease-out forwards;
204 animation: box-expand 140ms ease-out forwards;
  /external/chromium_org/third_party/polymer/components-chromium/paper-checkbox/
paper-checkbox.css 61 -webkit-animation: box-shrink 140ms ease-out forwards;
62 animation: box-shrink 140ms ease-out forwards;
102 -webkit-animation: checkmark-expand 140ms ease-out forwards;
103 animation: checkmark-expand 140ms ease-out forwards;
164 -webkit-animation: checkmark-shrink 140ms ease-out forwards;
165 animation: checkmark-shrink 140ms ease-out forwards;
203 -webkit-animation: box-expand 140ms ease-out forwards;
204 animation: box-expand 140ms ease-out forwards;
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
WebViewFindApisTestBase.java 94 * @param forwards The direction to search as a boolean, with forwards
99 protected int findNextOnUiThread(final boolean forwards)
111 mContents.findNext(forwards);
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_android.h 61 // |forwards|, starting with |start_id|, that matches |element_type|,
66 jstring element_type, jboolean forwards);
browser_accessibility_manager_android.cc 432 jboolean forwards) {
440 node = forwards ? NextInTreeOrder(node) : PreviousInTreeOrder(node);
481 node = forwards ? NextInTreeOrder(node) : PreviousInTreeOrder(node);
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview.css 171 -webkit-animation-fill-mode: forwards;
195 -webkit-animation-fill-mode: forwards;
234 -webkit-animation-fill-mode: forwards;
  /external/chromium_org/ui/accessibility/extensions/alt/
hide-images.css 54 -webkit-animation-direction: forwards;
64 -webkit-animation-direction: forwards;
  /frameworks/base/core/java/android/text/
MeasuredText.java 228 int breakText(int limit, boolean forwards, float width) {
230 if (forwards) {
  /external/icu/icu4c/source/i18n/
filteredbrk.cpp 32 ULISentenceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &status);
95 ULISentenceBreakIterator::ULISentenceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &status) :
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));
  /external/chromium_org/chrome/browser/ui/
browser_window.h 182 virtual void RotatePaneFocus(bool forwards) = 0;
  /external/chromium_org/chrome/browser/resources/ntp4/
tile_page.css 177 -webkit-animation-fill-mode: forwards;
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
BrowserAccessibilityManager.java 280 private boolean jumpToElementType(String elementType, boolean forwards) {
281 int id = nativeFindElementType(mNativeObj, mAccessibilityFocusId, elementType, forwards);
748 int startId, String elementType, boolean forwards);
  /external/chromium_org/chrome/browser/resources/whispernet_proxy/js/
nacl.js 42 * Method that receives Nacl messages and forwards them to registered
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
event-hub.rb 8 A special event listener that intercepts debug events and forwards them to other
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_cocoa.h 95 virtual void RotatePaneFocus(bool forwards) OVERRIDE;
  /external/chromium_org/chrome/test/base/
test_browser_window.h 87 virtual void RotatePaneFocus(bool forwards) OVERRIDE {}
  /external/chromium_org/ui/accessibility/extensions/caretbrowsing/
caretbrowsing.js 55 * 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)) {
    [all...]
  /external/chromium_org/chrome/browser/resources/gaia_auth/
saml_injected.js 23 * |window| object. This class forwards API calls from the SAML page to a
  /external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/
subtle_crypto.js 43 // Catches an |internalErrorInvalidToken|. If so, forwards it to |reject| and
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInspectorStrings.py 820 ${forwards}
  /system/core/adb/
commandline.c 1554 char* forwards = adb_query(buf); local
    [all...]

Completed in 1162 milliseconds

1 2 3