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

  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMWindowTimers.cpp 53 void clearTimeout(EventTarget* eventTarget, int timeoutID)
  /external/chromium_org/chrome_frame/
html_window_impl.h 69 STDMETHOD(clearTimeout)(long timer_id) {
  /external/chromium_org/tools/playback_benchmark/
common.js 13 ['clearTimeout', 'clearTimeout'],
45 clearTimeout: function(timerId) {
49 Benchmark.originals.clearTimeout.call(this, timerId);

Completed in 110 milliseconds