HomeSort by relevance Sort by last modified time
    Searched refs:unschedule (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ToolTip.py 23 self.unschedule()
27 self.unschedule()
30 def unschedule(self): member in class:ToolTipBase
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ToolTip.py 23 self.unschedule()
27 self.unschedule()
30 def unschedule(self): member in class:ToolTipBase
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTimeContainer.h 53 void unschedule(SVGSMILElement*, SVGElement*, const QualifiedName&);
SVGSMILElement.cpp 209 m_timeContainer->unschedule(this, m_targetElement, m_attributeName);
682 m_timeContainer->unschedule(this, m_targetElement, m_attributeName);
698 m_timeContainer->unschedule(this, m_targetElement, m_attributeName);
    [all...]
SMILTimeContainer.cpp 99 void SMILTimeContainer::unschedule(SVGSMILElement* animation, SVGElement* target, const QualifiedName& attributeName) function in class:blink::SMILTimeContainer
376 // This boolean will catch any attempts to schedule/unschedule scheduledAnimations during this critical section.
377 // Similarly, any elements removed will unschedule themselves, so this will catch modification of animationsToApply.
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimationDrawable.java 246 private void nextFrame(boolean unschedule) {
253 setFrame(next, unschedule, !mAnimationState.mOneShot || next < (N - 1));
256 private void setFrame(int frame, boolean unschedule, boolean animate) {
263 if (unschedule || animate) {

Completed in 420 milliseconds