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

  /external/webkit/WebCore/loader/mac/
DocumentLoaderMac.cpp 54 handle->unschedule(pair);
71 void DocumentLoader::unschedule(SchedulePair* pair) function in class:WebCore::DocumentLoader
75 m_mainResourceLoader->handle()->unschedule(pair);
  /external/webkit/WebKit/android/plugins/
PluginTimer.cpp 109 void PluginTimerList::unschedule(NPP instance, uint32 timerID) function in class:WebCore::PluginTimerList
118 timer->unschedule();
PluginTimer.h 45 void unschedule() { m_unscheduled = true; } function in class:WebCore::PluginTimer
73 void unschedule(NPP instance, uint32 timerID);
  /external/webkit/WebCore/svg/animation/
SMILTimeContainer.cpp 75 void SMILTimeContainer::unschedule(SVGSMILElement* animation) function in class:WebCore::SMILTimeContainer

Completed in 441 milliseconds