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

  /external/webkit/Tools/MiniBrowser/mac/
BrowserWindowController.h 29 IBOutlet NSButton *backButton;
  /external/webkit/Source/WebCore/inspector/front-end/
ScriptsPanel.js 37 this.backButton = document.createElement("button");
38 this.backButton.className = "status-bar-item";
39 this.backButton.id = "scripts-back";
40 this.backButton.title = WebInspector.UIString("Show the previous script resource.");
41 this.backButton.disabled = true;
42 this.backButton.appendChild(document.createElement("img"));
43 this.backButton.addEventListener("click", this._goBack.bind(this), false);
44 this.topStatusBar.appendChild(this.backButton);
773 this.backButton.disabled = this._currentBackForwardIndex <= 0;
    [all...]
  /frameworks/base/core/java/android/preference/
PreferenceActivity.java 598 Button backButton = (Button)findViewById(com.android.internal.R.id.back_button);
599 backButton.setOnClickListener(new OnClickListener() {
633 backButton.setVisibility(View.GONE);
636 backButton.setText(buttonText);
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 480 milliseconds