Home
last modified time | relevance | path

Searched refs:Panel (Results 1 – 25 of 28) sorted by relevance

12

/external/webkit/WebCore/inspector/front-end/
DConsolePanel.js31 WebInspector.Panel.call(this);
44 WebInspector.Panel.prototype.show.call(this); class in WebInspector
66 WebInspector.Panel.prototype.hide.call(this);
88 WebInspector.ConsolePanel.prototype.__proto__ = WebInspector.Panel.prototype;
DAuditsPanel.js33 WebInspector.Panel.call(this);
238 WebInspector.Panel.prototype.show.call(this); class in WebInspector
246 WebInspector.Panel.prototype.attach.call(this);
276 WebInspector.AuditsPanel.prototype.__proto__ = WebInspector.Panel.prototype;
DAbstractTimelinePanel.js33 WebInspector.Panel.call(this);
255 WebInspector.Panel.prototype.show.call(this); class in WebInspector
263 WebInspector.Panel.prototype.resize.call(this);
428 WebInspector.AbstractTimelinePanel.prototype.__proto__ = WebInspector.Panel.prototype;
DPanel.js29 WebInspector.Panel = function() class in WebInspector
36 WebInspector.Panel.prototype = {
382 WebInspector.Panel.prototype.__proto__ = WebInspector.View.prototype;
DProfilesPanel.js93 WebInspector.Panel.call(this);
159 WebInspector.Panel.prototype.show.call(this); class in WebInspector
418 WebInspector.Panel.prototype.searchCanceled.call(this, startingNewSearch);
495 WebInspector.ProfilesPanel.prototype.__proto__ = WebInspector.Panel.prototype;
DTimelinePanel.js33 WebInspector.Panel.call(this);
254 WebInspector.Panel.prototype.setSidebarWidth.call(this, width); class in WebInspector
283 WebInspector.Panel.prototype.show.call(this);
440 WebInspector.TimelinePanel.prototype.__proto__ = WebInspector.Panel.prototype;
DElementsPanel.js33 WebInspector.Panel.call(this);
144 WebInspector.Panel.prototype.show.call(this); class in WebInspector
154 WebInspector.Panel.prototype.hide.call(this);
1112 WebInspector.ElementsPanel.prototype.__proto__ = WebInspector.Panel.prototype;
DStoragePanel.js32 WebInspector.Panel.call(this);
351 WebInspector.StoragePanel.prototype.__proto__ = WebInspector.Panel.prototype;
DScriptsPanel.js28 WebInspector.Panel.call(this);
229 WebInspector.Panel.prototype.show.call(this); class in WebInspector
969 WebInspector.ScriptsPanel.prototype.__proto__ = WebInspector.Panel.prototype;
DResourcesPanel.js255 WebInspector.Panel.prototype.searchCanceled.call(this, startingNewSearch); class in WebInspector
275 WebInspector.Panel.prototype.performSearch.call(this, query);
/external/junit/src/junit/awtui/
DTestRunner.java20 import java.awt.Panel;
110 …protected void addGrid(Panel p, Component co, int x, int y, int w, int fill, double wx, int anchor… in addGrid()
249 Panel numbersPanel= createCounterPanel(); in createUI()
272 Panel failedPanel= new Panel(new GridLayout(0, 1, 0, 2)); in createUI()
298 Panel panel= new Panel(new GridBagLayout()); in createUI()
323 protected Panel createCounterPanel() { in createCounterPanel()
324 Panel numbersPanel= new Panel(new GridBagLayout()); in createCounterPanel()
370 private void addToCounterPanel(Panel counter, Component comp, in addToCounterPanel()
/external/webkit/WebKit/wx/bindings/python/samples/
Dsimple.py30 class TestPanel(wx.Panel):
32 wx.Panel.__init__(
/external/sonivox/jet_tools/JetCreator/
DJetSegGraph.py89 class SegmentGraph(wx.Panel):
92 wx.Panel.__init__(self, parent, -1, pos=pos, size=size, style=wx.BORDER_STATIC)
DJetCreator.py110 panel = wx.Panel(self, -1)
114 leftPanel = wx.Panel(panel, -1)
115 leftTopPanel = wx.Panel(leftPanel, -1)
116 leftBotPanel = wx.Panel(leftPanel, -1)
117 rightPanel = wx.Panel(panel, -1)
219 pnlGraph = wx.Panel(leftBotPanel, -1)
DJetAudition.py73 panel = wx.Panel(self, -1)
DJetCtrls.py540 panel = wx.Panel(self, -1)
/external/quake/quake/src/WinQuake/kit/
D3DFX.TXT131 Control Panel, System - click on the Performance tab and then click on
142 Internet Control Panel or in Internet Explorer Options. Single
/external/proguard/src/proguard/gui/
DGUIResources.properties26 # Panel titles.
/external/dnsmasq/
DFAQ125 A: for XP, Control Panel > Network Connections > { Connection to gateway /
/external/webkit/WebCore/
DChangeLog-2010-01-297149 * inspector/front-end/Panel.js:
7150 (WebInspector.Panel.prototype.updateSidebarWidth):
7151 (WebInspector.Panel.prototype.resize):
20197 * inspector/front-end/Panel.js:
20198 (WebInspector.Panel.prototype.updateMainViewWidth):
20199 (WebInspector.Panel.prototype.canShowSourceLineForURL):
20200 (WebInspector.Panel.prototype.showSourceLineForURL):
21162 in the Resources Panel.
21764 * inspector/front-end/Panel.js:
21765 (WebInspector.Panel.prototype.show):
[all …]
DWebCore.gypi3753 'inspector/front-end/Panel.js',
DChangeLog1272 Web Inspector: Elements Panel: Limit the number of initially loaded element children
DChangeLog-2009-06-1681180 * inspector/front-end/Panel.js: Renamed from WebCore/page/inspector/Panel.js.
83000 * page/inspector/Panel.js:
86048 … (WebInspector.ProfilesPanel.prototype.showView): Call showProfile. Used by Panel to show a view.
86084 in the sidebar. Calls the Panel prototype's searchCanceled.
86086 in the sidebar. Calls the Panel prototype's performSearch.
86092 … (WebInspector.ResourcesPanel.prototype.showView): Call showResource. Used by Panel to show a view.
86108 …(WebInspector.ScriptsPanel.prototype.showView): Call _showScriptOrResource. Used by Panel to show …
86186 Add support to Panel that allows easy searching of sub-views.
86192 * page/inspector/Panel.js:
86193 (WebInspector.Panel.prototype.searchCanceled): Call searchCanceled on all the
[all …]
DChangeLog-2008-08-1018675 … fix <rdar://problem/5908580> 10A58: Dictionary Panel hangs in WebCore::Cache::pruneDeadResources()
21078 * page/inspector/Panel.js:
21079 (WebInspector.Panel.prototype.attach): Don't append to main-panels
33483 * page/inspector/Panel.js: Added support for toolbar items and status bar items.
50548 … <rdar://problem/5709660> Eastern Asian fonts do not display without specific box in Control Panel
71524 * page/inspector/Panel.js: Add panels to the panels div.
72567 * page/inspector/Panel.js: Change InspectorController.log to console.log and early return.
72636 * page/inspector/Panel.js: Ditto.
75892 * page/inspector/Panel.js: Remove an InspectorController.log() call.
79500 - Moved View code down to the Panel base-class.
[all …]
/external/webkit/WebKit/qt/
DChangeLog3669 Make Software Input Panel requests work with QGraphicsWebView

12