Searched defs:unschedule (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/loader/mac/
H A DDocumentLoaderMac.cpp54 handle->unschedule(pair);
71 void DocumentLoader::unschedule(SchedulePair* pair) function in class:WebCore::DocumentLoader
75 m_mainResourceLoader->handle()->unschedule(pair);
/external/webkit/Source/WebKit/android/plugins/
H A DPluginTimer.h48 void unschedule() { m_unscheduled = true; } function in class:WebCore::PluginTimer
76 void unschedule(NPP instance, uint32_t timerID);
H A DPluginTimer.cpp123 void PluginTimerList::unschedule(NPP instance, uint32_t timerID) function in class:WebCore::PluginTimerList
132 timer->unschedule();
/external/webkit/Source/WebCore/svg/animation/
H A DSMILTimeContainer.cpp75 void SMILTimeContainer::unschedule(SVGSMILElement* animation) function in class:WebCore::SMILTimeContainer

Completed in 181 milliseconds