Home | History | Annotate | Download | only in page

Lines Matching refs:scriptExecutionContext

32 #include "ScriptExecutionContext.h"
65 DOMTimer::DOMTimer(ScriptExecutionContext* context, PassOwnPtr<ScheduledAction> action, int interval, bool singleShot)
73 scriptExecutionContext()->addTimeout(m_timeoutId, this);
84 if (scriptExecutionContext())
85 scriptExecutionContext()->removeTimeout(m_timeoutId);
88 int DOMTimer::install(ScriptExecutionContext* context, PassOwnPtr<ScheduledAction> action, int timeout, bool singleShot)
100 void DOMTimer::removeById(ScriptExecutionContext* context, int timeoutId)
115 ScriptExecutionContext* context = scriptExecutionContext();
165 // because they can form circular references back to the ScriptExecutionContext
175 double newMinimumInterval = scriptExecutionContext()->minimumTimerInterval();