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

  /external/webkit/Source/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/Source/WebKit/android/plugins/
PluginTimer.cpp 123 void PluginTimerList::unschedule(NPP instance, uint32_t timerID) function in class:WebCore::PluginTimerList
132 timer->unschedule();
PluginTimer.h 48 void unschedule() { m_unscheduled = true; } function in class:WebCore::PluginTimer
76 void unschedule(NPP instance, uint32_t timerID);
  /external/webkit/Source/WebCore/svg/animation/
SMILTimeContainer.cpp 75 void SMILTimeContainer::unschedule(SVGSMILElement* animation) function in class:WebCore::SMILTimeContainer

Completed in 845 milliseconds