Searched defs:timerId (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/tools/perf/page_sets/tough_scrolling_cases/
H A Dbusy.js25 var timerId = 0; variable
27 timerId = 0;
31 timerId = window.setTimeout(loop, 50);
35 if (visible() && !timerId)
36 timerId = window.setTimeout(loop, 50);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8WorkerGlobalScopeCustom.cpp88 int timerId; local
90 timerId = DOMWindowTimers::setTimeout(workerGlobalScope, action.release(), timeout);
92 timerId = DOMWindowTimers::setInterval(workerGlobalScope, action.release(), timeout);
94 v8SetReturnValue(info, timerId);
H A DV8WindowCustom.cpp136 int timerId; local
138 timerId = DOMWindowTimers::setTimeout(imp, action.release(), timeout);
140 timerId = DOMWindowTimers::setInterval(imp, action.release(), timeout);
149 v8SetReturnValue(info, timerId);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DAsyncCallStackTracker.cpp94 void AsyncCallStackTracker::didInstallTimer(ExecutionContext* context, int timerId, bool singleShot, const ScriptValue& callFrames) argument
103 ASSERT(timerId > 0);
105 data->m_timerCallChains.set(timerId, createAsyncCallChain(singleShot ? setTimeoutName : setIntervalName, callFrames));
107 data->m_intervalTimerIds.add(timerId);
110 void AsyncCallStackTracker::didRemoveTimer(ExecutionContext* context, int timerId) argument
113 if (!isEnabled() || timerId <= 0)
118 data->m_intervalTimerIds.remove(timerId);
119 data->m_timerCallChains.remove(timerId);
122 void AsyncCallStackTracker::willFireTimer(ExecutionContext* context, int timerId) argument
127 ASSERT(timerId >
[all...]
H A DTimelineRecordFactory.cpp91 PassRefPtr<JSONObject> TimelineRecordFactory::createGenericTimerData(int timerId) argument
94 data->setNumber("timerId", timerId);
98 PassRefPtr<JSONObject> TimelineRecordFactory::createTimerInstallData(int timerId, int timeout, bool singleShot) argument
101 data->setNumber("timerId", timerId);
H A DInspectorDOMDebuggerAgent.cpp408 void InspectorDOMDebuggerAgent::didInstallTimer(ExecutionContext* context, int timerId, int timeout, bool singleShot) argument
413 void InspectorDOMDebuggerAgent::didRemoveTimer(ExecutionContext* context, int timerId) argument
418 void InspectorDOMDebuggerAgent::willFireTimer(ExecutionContext* context, int timerId) argument
H A DInspectorDebuggerAgent.cpp666 void InspectorDebuggerAgent::didInstallTimer(ExecutionContext* context, int timerId, int timeout, bool singleShot) argument
669 m_asyncCallStackTracker.didInstallTimer(context, timerId, singleShot, scriptDebugServer().currentCallFrames());
672 void InspectorDebuggerAgent::didRemoveTimer(ExecutionContext* context, int timerId) argument
674 m_asyncCallStackTracker.didRemoveTimer(context, timerId);
677 bool InspectorDebuggerAgent::willFireTimer(ExecutionContext* context, int timerId) argument
679 m_asyncCallStackTracker.willFireTimer(context, timerId);
H A DInspectorTimelineAgent.cpp668 void InspectorTimelineAgent::didInstallTimer(ExecutionContext* context, int timerId, int timeout, bool singleShot) argument
670 appendRecord(TimelineRecordFactory::createTimerInstallData(timerId, timeout, singleShot), TimelineRecordType::TimerInstall, true, frameForExecutionContext(context));
673 void InspectorTimelineAgent::didRemoveTimer(ExecutionContext* context, int timerId) argument
675 appendRecord(TimelineRecordFactory::createGenericTimerData(timerId), TimelineRecordType::TimerRemove, true, frameForExecutionContext(context));
678 bool InspectorTimelineAgent::willFireTimer(ExecutionContext* context, int timerId) argument
680 pushCurrentRecord(TimelineRecordFactory::createGenericTimerData(timerId), TimelineRecordType::TimerFire, false, frameForExecutionContext(context));
/external/chromium/chrome/browser/resources/
H A Dprint_preview.js19 var timerId; variable
590 timerId = window.setTimeout(onPageSelectionMayHaveChanged, 500);
598 clearTimeout(timerId);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 189 milliseconds