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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
DatabaseTableView.js 40 this.refreshButton = new WebInspector.StatusBarButton(WebInspector.UIString("Refresh"), "refresh-storage-status-bar-item");
41 this.refreshButton.addEventListener("click", this._refreshButtonClicked, this);
52 return [this.refreshButton.element];
DOMStorageItemsView.js 44 this.refreshButton = new WebInspector.StatusBarButton(WebInspector.UIString("Refresh"), "refresh-storage-status-bar-item");
45 this.refreshButton.addEventListener("click", this._refreshButtonClicked, this);
56 return [this.refreshButton.element, this.deleteButton.element];
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/promises/
PromisesPanel.js 22 var refreshButton = buttonsBar.createChild("button");
23 refreshButton.textContent = WebInspector.UIString("Refresh");
24 refreshButton.addEventListener("click", this._refreshButtonClicked.bind(this));
  /development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
ActionBarHelperBase.java 111 View refreshButton = mActivity.findViewById(R.id.actionbar_compat_item_refresh);
115 if (refreshButton != null) {
116 refreshButton.setVisibility(refreshing ? View.GONE : View.VISIBLE);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
EventListenersSidebarPane.js 41 var refreshButton = this.titleElement.createChild("button", "pane-title-button refresh");
42 refreshButton.addEventListener("click", this._refreshButtonClicked.bind(this), false);
43 refreshButton.title = WebInspector.UIString("Refresh");
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
WatchExpressionsSidebarPane.js 42 var refreshButton = document.createElement("button");
43 refreshButton.className = "pane-title-button refresh";
44 refreshButton.addEventListener("click", this._refreshButtonClicked.bind(this), false);
45 refreshButton.title = WebInspector.UIString("Refresh");
46 this.titleElement.appendChild(refreshButton);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 169 private JButton refreshButton;
466 refreshButton = new JButton();
467 refreshButton.setAction(actionsMap.get(RefreshWindowsAction.ACTION_NAME));
468 refreshButton.putClientProperty("JButton.buttonType", "segmentedTextured");
469 refreshButton.putClientProperty("JButton.segmentPosition", "last");
470 toolBar.add(refreshButton);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 506 Button refreshButton = new Button(wrapper, SWT.PUSH | SWT.FLAT);
507 refreshButton.setLayoutData(new GridData(SWT.CENTER, SWT.CENTER,
509 refreshButton.setText("Refresh");
510 refreshButton.setImage(IconFactory.getInstance().getIcon("refresh")); //$NON-NLS-1$
511 refreshButton.addSelectionListener(new SelectionAdapter() {
    [all...]
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 

Completed in 4940 milliseconds