HomeSort by relevance Sort by last modified time
    Searched full:pane (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/webkit/WebCore/manual-tests/inspector/
debugger-scopes-inspection.html 32 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=34161"> Bug 34161 - Local scope is shown as With scope in scope chain pane </a>.</p>
33 <p>To test, open the Inspector and start a debugging session. In a second debugger will pause. While paused look at scope chain pane. There should be three scopes: 'With scope' containing objField variable, 'Local scope' with this and self variables and 'Global scope'. All scopes but 'Global' should be expanced. 'Global' scope should be collapsed(it takes too long to expand DOMWindow so we prefer to do it on demand). </p>
debugger-watch-expressions.html 16 Scripts panel sidebar pane: "<code>this</code>", "<code>a</code>",
  /external/junit/src/junit/swingui/
TestRunView.java 30 public void addTab(JTabbedPane pane);
TestHierarchyRunView.java 36 public void addTab(JTabbedPane pane) {
38 pane.addTab("Test Hierarchy", treeIcon, fTreeBrowser, "The test hierarchy");
FailureRunView.java 103 public void addTab(JTabbedPane pane) {
106 pane.addTab("Failures", errorIcon, scrollPane, "The list of failed tests");
TestRunner.java 95 private Vector fTestRunViews= new Vector(); // view associated with tab in tabbed pane
391 JTabbedPane pane= new JTabbedPane(SwingConstants.BOTTOM); local
395 lv.addTab(pane);
399 tv.addTab(pane);
401 pane.addChangeListener(
408 return pane;
  /external/webkit/WebCore/inspector/front-end/
audits.css 70 #audit-result-view > .pane img.score {
79 #audit-result-view > .pane img.score.red {
83 #audit-result-view > .pane img.score.green {
87 #audit-result-view > .pane.expanded:nth-last-of-type(1) {
91 #audit-result-view .pane.expanded:nth-last-of-type(1) {
95 #audit-result-view > .pane > .body > .pane > .title {
101 #audit-result-view > .pane > .body > .pane > .body {
105 #audit-result-view > .pane > .body > .pane .section
    [all...]
ScopeChainSidebarPane.js 82 section.pane = this;
104 if (this.hasChildren && this.propertyIdentifier in this.treeOutline.section.pane._expandedProperties)
110 this.treeOutline.section.pane._expandedProperties[this.propertyIdentifier] = true;
115 delete this.treeOutline.section.pane._expandedProperties[this.propertyIdentifier];
StylesSidebarPane.js 303 section.pane = this;
355 blankSection.pane = this;
693 self.pane.update();
700 InjectedScriptAccess.get(this.rule.injectedScriptId).applyStyleRuleText(this.rule.id, newContent, this.pane.node.id, callback);
754 InjectedScriptAccess.get(this.pane.node.injectedScriptId).addStyleSelector(newContent, this.pane.node.id, callback);
759 this.pane.removeSection(this);
    [all...]
SidebarPane.js 32 this.element.className = "pane";
inspector.css     [all...]
EventListenersSidebarPane.js 33 this.bodyElement.addStyleClass("events-pane");
  /frameworks/base/docs/html/guide/developing/testing/
testing_eclipse.jd 230 In the left-hand pane, find the
232 In the right-hand pane, click the Test tab.
257 In the Emulator Launch Parameters pane, set the
264 Save As pane, click Local to save
270 menu: in the Display in Favorites pane
329 The test results appear in the JUnit view. This is divided into an upper summary pane,
330 and a lower stack trace pane.
333 The upper pane contains test information. In the pane's header, you see the following
358 The body of the upper pane contains the details of the test run. For each test case clas
    [all...]
  /frameworks/base/docs/html/guide/developing/tools/
draw9patch.jd 23 <p>The left pane is your drawing area, in which you can edit the lines for the
25 pane is the preview area, where you can preview your graphic when stretched.</p>
ddms.jd 48 <h2 id="left-pane">Left Pane</h2>
73 <h2 id="right-pane">Right pane</h2>
126 With a VM selected in the left pane, click <strong>Start Tracking</strong>, then
traceview.jd 126 <p>The image below shows the profile pane. The profile pane shows a
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
LogCatPreferencePage.java 34 * Preference Pane for LogCat.
  /frameworks/base/docs/html/sdk/
win-usb.jd 232 <li>Select "Device Manager" in the left pane of the Computer Management
234 <li>Locate and expand "ADB Interface" in the right pane.</li>
277 <li>Select "Device Manager" in the left pane of the Computer Management
279 <li>Locate and expand "Android Phone" in the right pane.</li>
adding-components.jd 218 left pane. </li>
  /frameworks/base/docs/html/resources/tutorials/testing/
helloandroid_test.jd 406 an upper pane summarizes the tests that were run and a lower pane reports the failure traces
415 The upper pane summarizes the test:
450 The lower pane contains the failure trace. If all the tests are successful,
451 this pane is empty. If some tests fail, then if you select a failed test in the
452 upper pane, the lower view contains a stack trace for the test.
activity_test.jd 343 If you see errors listed in the <strong>Problems</strong> pane at the bottom of the Eclipse window, or if a red error marker appears next to
362 Open it, then at the bottom of the center pane click <strong>AndroidManifest.xml</strong>
    [all...]
  /external/proguard/src/proguard/gui/
TabbedPane.java 66 * Adds a component with a given title to the tabbed pane.
  /external/webkit/WebKit/chromium/src/js/
DevTools.js 376 glassPane.id = "glass-pane-for-drag";
388 var glassPane = document.getElementById("glass-pane-for-drag");
  /packages/apps/Camera/src/com/android/camera/ui/
GLRootView.java 198 // no parent for the content pane
226 Log.v(TAG, "layout content pane " + width + "x" + height);
  /external/webkit/WebKit/wx/
WebBrowserShell.cpp 163 // create a status bar just for fun (by default with 1 pane only)

Completed in 187 milliseconds

1 2 3