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

/external/chromium_org/tools/perf/page_sets/tough_scrolling_cases/
H A Dbusy.js22 var timerId = 0; variable
24 timerId = 0;
28 timerId = window.setTimeout(loop, 50);
32 if (visible() && !timerId)
33 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(args, timerId);
H A DV8WindowCustom.cpp141 int timerId; local
143 timerId = DOMWindowTimers::setTimeout(imp, action.release(), timeout);
145 timerId = DOMWindowTimers::setInterval(imp, action.release(), timeout);
154 v8SetReturnValue(args, timerId);
/external/chromium/chrome/browser/resources/
H A Dprint_preview.js19 var timerId; variable
590 timerId = window.setTimeout(onPageSelectionMayHaveChanged, 500);
598 clearTimeout(timerId);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DTimelineRecordFactory.cpp90 PassRefPtr<JSONObject> TimelineRecordFactory::createGenericTimerData(int timerId) argument
93 data->setNumber("timerId", timerId);
97 PassRefPtr<JSONObject> TimelineRecordFactory::createTimerInstallData(int timerId, int timeout, bool singleShot) argument
100 data->setNumber("timerId", timerId);
H A DInspectorDOMDebuggerAgent.cpp410 void InspectorDOMDebuggerAgent::didInstallTimer(ScriptExecutionContext* context, int timerId, int timeout, bool singleShot) argument
415 void InspectorDOMDebuggerAgent::didRemoveTimer(ScriptExecutionContext* context, int timerId) argument
420 void InspectorDOMDebuggerAgent::willFireTimer(ScriptExecutionContext* context, int timerId) argument
H A DInspectorTimelineAgent.cpp441 void InspectorTimelineAgent::didInstallTimer(ScriptExecutionContext* context, int timerId, int timeout, bool singleShot) argument
443 appendRecord(TimelineRecordFactory::createTimerInstallData(timerId, timeout, singleShot), TimelineRecordType::TimerInstall, true, frameForScriptExecutionContext(context));
446 void InspectorTimelineAgent::didRemoveTimer(ScriptExecutionContext* context, int timerId) argument
448 appendRecord(TimelineRecordFactory::createGenericTimerData(timerId), TimelineRecordType::TimerRemove, true, frameForScriptExecutionContext(context));
451 bool InspectorTimelineAgent::willFireTimer(ScriptExecutionContext* context, int timerId) argument
453 pushCurrentRecord(TimelineRecordFactory::createGenericTimerData(timerId), TimelineRecordType::TimerFire, false, frameForScriptExecutionContext(context));
/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 401 milliseconds