HomeSort by relevance Sort by last modified time
    Searched defs:toValues (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableRepeatable.cpp 41 const WillBeHeapVector<RefPtrWillBeMember<AnimatableValue> >& toValues = toAnimatableRepeatable(value)->m_values;
42 ASSERT(!fromValues.isEmpty() && !toValues.isEmpty());
43 size_t size = lowestCommonMultiple(fromValues.size(), toValues.size());
47 const AnimatableValue* to = toValues[i % toValues.size()].get();
55 bool AnimatableRepeatable::interpolateLists(const WillBeHeapVector<RefPtrWillBeMember<AnimatableValue> >& fromValues, const WillBeHeapVector<RefPtrWillBeMember<AnimatableValue> >& toValues, double fraction, WillBeHeapVector<RefPtrWillBeMember<AnimatableValue> >& interpolatedValues)
59 ASSERT(!fromValues.isEmpty() && !toValues.isEmpty());
60 size_t size = lowestCommonMultiple(fromValues.size(), toValues.size());
64 const AnimatableValue* to = toValues[i % toValues.size()].get()
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PostalSplitter.java 51 public void toValues(ContentValues values) {
NameSplitter.java 171 public void toValues(ContentValues values) {
    [all...]
ContactsDatabaseHelper.java     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 118 milliseconds