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

  /external/lzma/CPP/Windows/
Window.h 268 UINT_PTR SetTimer(UINT_PTR idEvent, UINT elapse, TIMERPROC timerFunc = 0)
269 { return ::SetTimer(_window, idEvent, elapse, timerFunc); }
  /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
ShadowDOM.js 485 var timerFunc;
501 timerFunc = function() {
506 timerFunc = window.setTimeout;
512 timerFunc(handle, 0);
    [all...]
webcomponents.js 525 var timerFunc;
541 timerFunc = function() {
546 timerFunc = window.setTimeout;
552 timerFunc(handle, 0);
    [all...]

Completed in 415 milliseconds