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

  /external/quake/quake/src/QW/client/
render.h 49 float syncbase; member in struct:entity_s
  /external/quake/quake/src/WinQuake/
render.h 55 float syncbase; // for client-side animations member in struct:entity_s
  /gdk/samples/quake/jni/
render.h 55 float syncbase; // for client-side animations member in struct:entity_s
  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.cpp 199 // Calling disconnectConditions() may kill us if there are syncbase conditions.
333 type = Condition::Syncbase;
448 } else if (condition.m_type == Condition::Syncbase) {
455 SVGSMILElement* syncbase = static_cast<SVGSMILElement*>(condition.m_syncbase.get()); local
456 syncbase->addTimeDependent(this);
482 } else if (condition.m_type == Condition::Syncbase) {
    [all...]

Completed in 820 milliseconds