HomeSort by relevance Sort by last modified time
    Searched full:matchescountupdatetimeout (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/inspector/front-end/
Panel.js 146 var matchesCountUpdateTimeout = null;
151 matchesCountUpdateTimeout = null;
156 if (matchesCountUpdateTimeout)
159 matchesCountUpdateTimeout = setTimeout(updateMatchesCount.bind(this), 500);

Completed in 48 milliseconds