HomeSort by relevance Sort by last modified time
    Searched refs:timerId (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/tools/perf/page_sets/tough_scrolling_cases/
busy.js 22 var timerId = 0;
24 timerId = 0;
28 timerId = window.setTimeout(loop, 50);
32 if (visible() && !timerId)
33 timerId = window.setTimeout(loop, 50);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
content.js 28 var timerId = timers[type];
29 var eventInProgress = (timerId > 0);
31 clearTimeout(timerId);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
content.js 28 var timerId = timers[type];
29 var eventInProgress = (timerId > 0);
31 clearTimeout(timerId);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMDebuggerAgent.h 80 void didInstallTimer(ScriptExecutionContext*, int timerId, int timeout, bool singleShot);
81 void didRemoveTimer(ScriptExecutionContext*, int timerId);
82 void willFireTimer(ScriptExecutionContext*, int timerId);
TimelineRecordFactory.h 59 static PassRefPtr<JSONObject> createGenericTimerData(int timerId);
61 static PassRefPtr<JSONObject> createTimerInstallData(int timerId, int timeout, bool singleShot);
TimelineRecordFactory.cpp 90 PassRefPtr<JSONObject> TimelineRecordFactory::createGenericTimerData(int timerId)
93 data->setNumber("timerId", timerId);
97 PassRefPtr<JSONObject> TimelineRecordFactory::createTimerInstallData(int timerId, int timeout, bool singleShot)
100 data->setNumber("timerId", timerId);
InspectorTimelineAgent.h 165 void didInstallTimer(ScriptExecutionContext* context, int timerId, int timeout, bool singleShot);
166 void didRemoveTimer(ScriptExecutionContext* context, int timerId);
167 bool willFireTimer(ScriptExecutionContext* context, int timerId);
InspectorTimelineAgent.cpp 441 void InspectorTimelineAgent::didInstallTimer(ScriptExecutionContext* context, int timerId, int timeout, bool singleShot)
443 appendRecord(TimelineRecordFactory::createTimerInstallData(timerId, timeout, singleShot), TimelineRecordType::TimerInstall, true, frameForScriptExecutionContext(context));
446 void InspectorTimelineAgent::didRemoveTimer(ScriptExecutionContext* context, int timerId)
448 appendRecord(TimelineRecordFactory::createGenericTimerData(timerId), TimelineRecordType::TimerRemove, true, frameForScriptExecutionContext(context));
451 bool InspectorTimelineAgent::willFireTimer(ScriptExecutionContext* context, int timerId)
453 pushCurrentRecord(TimelineRecordFactory::createGenericTimerData(timerId), TimelineRecordType::TimerFire, false, frameForScriptExecutionContext(context));
InspectorDOMDebuggerAgent.cpp 410 void InspectorDOMDebuggerAgent::didInstallTimer(ScriptExecutionContext* context, int timerId, int timeout, bool singleShot)
415 void InspectorDOMDebuggerAgent::didRemoveTimer(ScriptExecutionContext* context, int timerId)
420 void InspectorDOMDebuggerAgent::willFireTimer(ScriptExecutionContext* context, int timerId)
InspectorInstrumentation.idl 134 void didInstallTimer([Keep] ScriptExecutionContext*, int timerId, int timeout, bool singleShot);
137 void didRemoveTimer([Keep] ScriptExecutionContext*, int timerId);
182 InspectorInstrumentationCookie willFireTimer([Keep] ScriptExecutionContext*, int timerId);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8WorkerGlobalScopeCustom.cpp 88 int timerId;
90 timerId = DOMWindowTimers::setTimeout(workerGlobalScope, action.release(), timeout);
92 timerId = DOMWindowTimers::setInterval(workerGlobalScope, action.release(), timeout);
94 v8SetReturnValue(args, timerId);
V8WindowCustom.cpp 141 int timerId;
143 timerId = DOMWindowTimers::setTimeout(imp, action.release(), timeout);
145 timerId = DOMWindowTimers::setInterval(imp, action.release(), timeout);
154 v8SetReturnValue(args, timerId);
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
Timers.java 49 public static TimerObj findTimer(ArrayList<TimerObj> timers, int timerId) {
53 if (t.mTimerId == timerId) {
TimerReceiver.java 86 int timerId = intent.getIntExtra(Timers.TIMER_INTENT_EXTRA, -1);
87 if (timerId == -1) {
91 TimerObj t = Timers.findTimer(mTimers, timerId);
209 int timerId = (t == null) ? -1 : t.mTimerId;
215 intent.putExtra(Timers.TIMER_INTENT_EXTRA, timerId);
TimerFragment.java     [all...]
  /external/chromium_org/tools/playback_benchmark/
common.js 38 var timerId = Benchmark.originals.setTimeout.call(this, function() {
41 Benchmark.timeoutMapping[timerId] = eventId;
42 return timerId;
45 clearTimeout: function(timerId) {
46 var eventId = Benchmark.timeoutMapping[timerId];
49 Benchmark.originals.clearTimeout.call(this, timerId);
56 clearInterval: function(timerId) {
  /libcore/luni/src/main/java/java/util/
Timer.java 342 private static long timerId;
345 return timerId++;
  /external/chromium/chrome/browser/resources/
print_preview.js 19 var timerId;
590 timerId = window.setTimeout(onPageSelectionMayHaveChanged, 500);
598 clearTimeout(timerId);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/js/
jquery.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
jquery.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
jquery-1.6.4.js     [all...]
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 803 milliseconds