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

  /external/webkit/Source/WebCore/inspector/front-end/
ShowMoreDataGridNode.js 31 WebInspector.ShowMoreDataGridNode = function(callback, nextCount, allCount)
42 this.showNext.textContent = WebInspector.UIString("Show next %d", nextCount);
43 this.showNext.addEventListener("click", populate.bind(this, nextCount), false);
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 102 static int nextCount;
121 if (--nextCount > 0 && NULL != nextBuffer && 0 != nextSize) {
526 nextCount = count;

Completed in 50 milliseconds