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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
MainPanel.java 104 showPanel(LOOKS);
110 showPanel(BORDERS);
116 showPanel(GEOMETRY);
122 showPanel(FILTERS);
128 showPanel(activity.getCurrentPanel());
220 public void showPanel(int currentPanel) {
253 showPanel(mPreviousToggleVersions);
256 showPanel(VERSIONS);
295 showPanel(currentPanel);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
InspectorView.js 152 showPanel: function(panelName)
292 this.showPanel(panelName);
318 this.showPanel(panelOrder[index]);
337 this.showPanel(panelOrder[index]);
inspector.js 184 WebInspector.showPanel("sources");
493 WebInspector.showPanel("profiles").showProfile(profileMatch[1], profileMatch[2]);
502 WebInspector.showPanel(panel);
528 WebInspector.showPanel("resources").showResource(resource);
610 WebInspector.showPanel("sources").showGoToSourceDialog();
709 WebInspector.showPanel = function(panel)
711 return WebInspector.inspectorView.showPanel(panel);
815 WebInspector.showPanel("elements");
    [all...]
Tests.js 186 TestSuite.prototype.showPanel = function(panelName)
246 this.showPanel("sources");
276 test.showPanel("sources");
293 this.showPanel("sources");
320 this.showPanel("sources");
323 test.showPanel("elements");
328 test.showPanel("sources");
364 this.showPanel("sources");
379 this.showPanel("sources");
externs.js 401 WebInspector.showPanel = function(panel)

Completed in 66 milliseconds