Searched refs:showNext (Results 1 – 3 of 3) sorted by relevance
47 this.showNext = document.createElement("button");48 this.showNext.setAttribute("type", "button");49 this.showNext.addEventListener("click", this._showNextChunk.bind(this), false);50 this.showNext.textContent = WebInspector.UIString("Show %d before", this._chunkSize);85 this.showNext.classList.remove("hidden");88 this.showNext.classList.add("hidden");113 cell.appendChild(this.showNext);
14 public void showNext() { in showNext() method in ShadowViewAnimator
40 animator.showNext(); in testAnimatorHandlesCyclingViews()