HomeSort by relevance Sort by last modified time
    Searched defs:reveal (Results 1 - 7 of 7) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
ISourceRevealer.java 26 * Sent to reveal a particular line in a source editor
29 * @param line the line to reveal
32 public boolean reveal(String applicationName, String className, int line); method in interface:ISourceRevealer
DdmsPlugin.java 233 // of the extension point. see #reveal(String, String, int)
775 public void reveal(String applicationName, String className, int line) { method in class:DdmsPlugin
780 if (revealer.reveal(applicationName, className, line)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
SourceRevealer.java 31 public boolean reveal(String applicationName, String className, int line) { method in class:SourceRevealer
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
SourceRevealer.java 46 public boolean reveal(String applicationName, String className, int line) { method in class:SourceRevealer
88 // select and reveal the line.
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
StackTracePanel.java 133 * Classes which implement this interface provide a method that is able to reveal a method
138 * Sent to reveal a particular line in a source editor
141 * @param line the line to reveal
143 public void reveal(String applicationName, String className, int line); method in interface:StackTracePanel.ISourceRevealer
148 * Sets the {@link ISourceRevealer} object able to reveal source code in a source editor.
227 sSourceRevealer.reveal(
  /external/webkit/Source/WebCore/inspector/front-end/
treeoutline.js 378 this.selectedTreeElement.reveal();
401 nextSelectedElement.reveal();
426 TreeOutline.prototype.reveal = function()
784 TreeElement.prototype.reveal = function()
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 397 milliseconds