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

  /external/webkit/Tools/MiniBrowser/mac/
BrowserWindowController.h 30 IBOutlet NSButton *forwardButton;
  /external/webkit/Source/WebCore/inspector/front-end/
ScriptsPanel.js 46 this.forwardButton = document.createElement("button");
47 this.forwardButton.className = "status-bar-item";
48 this.forwardButton.id = "scripts-forward";
49 this.forwardButton.title = WebInspector.UIString("Show the next script resource.");
50 this.forwardButton.disabled = true;
51 this.forwardButton.appendChild(document.createElement("img"));
52 this.forwardButton.addEventListener("click", this._goForward.bind(this), false);
53 this.topStatusBar.appendChild(this.forwardButton);
774 this.forwardButton.disabled = this._currentBackForwardIndex >= (this._backForwardList.length - 1);
    [all...]

Completed in 211 milliseconds