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

  /external/autotest/client/cros/cellular/
forward_8960_screen 31 function onTimer() {
46 t = setTimeout("onTimer()", 1000);
49 setTimeout("onTimer()", 0);
  /external/v8/src/inspector/
v8-heap-profiler-agent-impl.h 56 static void onTimer(void*);
v8-heap-profiler-agent-impl.cc 293 void V8HeapProfilerAgentImpl::onTimer(void* data) {
303 0.05, &V8HeapProfilerAgentImpl::onTimer, reinterpret_cast<void*>(this));

Completed in 179 milliseconds