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

  /packages/apps/Mms/src/org/w3c/dom/smil/
Time.java 29 * the syncbase and all <code>Time</code> 's that the syncbase depends on
64 * The clock value in seconds relative to the syncbase or eventbase.
  /packages/apps/Mms/src/com/android/mms/dom/smil/
TimeImpl.java 44 * Time-val ::= ( smil-1.0-syncbase-value
47 * | syncbase-value
52 * Smil-1.0-syncbase-value ::=
55 * Syncbase-value ::= ( id-ref "." ( "begin" | "end" ) ) ( ( "+" | "-" ) clock-value )?
73 * - smil-1.0-syncbase-value
74 * - syncbase-value
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.h 178 Syncbase,
196 SVGSMILElement* syncBase() const { return m_syncBase.get(); }
222 void createInstanceTimesFromSyncbase(SVGSMILElement* syncbase);
SVGSMILElement.cpp 473 type = Condition::Syncbase;
606 if (condition->type() == Condition::Syncbase) {
627 if (condition->type() == Condition::Syncbase) {
628 if (condition->syncBase())
629 condition->syncBase()->removeSyncBaseDependent(this);
641 ASSERT(!condition->syncBase());
661 ASSERT(!condition->syncBase());
    [all...]
SMILTimeContainer.cpp 179 // If updateAnimations() caused new syncbase instance to be generated,

Completed in 230 milliseconds