Home
last modified time | relevance | path

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

12

/external/chromium/chrome/browser/ui/panels/
Dpanel.cc12 Panel::Panel(Browser* browser, const gfx::Rect& bounds) in Panel() function in Panel
18 Panel::~Panel() { in ~Panel()
22 PanelManager* Panel::manager() const { in manager()
26 void Panel::Minimize() { in Minimize()
30 void Panel::Restore() { in Restore()
34 void Panel::Show() { in Show()
38 void Panel::ShowInactive() { in ShowInactive()
42 void Panel::SetBounds(const gfx::Rect& bounds) { in SetBounds()
46 void Panel::Close() { in Close()
53 void Panel::Activate() { in Activate()
[all …]
Dpanel_manager.h16 class Panel; variable
31 Panel* CreatePanel(Browser* browser);
36 void Remove(Panel* panel);
53 void StartDragging(Panel* panel);
61 typedef std::vector<Panel*> ActivePanels;
62 typedef std::deque<Panel*> PendingPanels;
70 void DoRemove(Panel* panel);
98 std::vector<Panel*> panels_pending_to_remove_;
Dpanel_manager.cc77 Panel* PanelManager::CreatePanel(Browser* browser) { in CreatePanel()
81 Panel* panel = new Panel(browser, bounds); in CreatePanel()
92 Panel* panel = pending_panels_.front(); in ProcessPending()
102 void PanelManager::Remove(Panel* panel) { in Remove()
118 void PanelManager::DoRemove(Panel* panel) { in DoRemove()
137 void PanelManager::StartDragging(Panel* panel) { in StartDragging()
169 Panel* dragging_panel = active_panels_[dragging_panel_index_]; in DragNegative()
213 Panel* dragging_panel = active_panels_[dragging_panel_index_]; in DragPositive()
Dpanel.h26 class Panel : public BrowserWindow {
28 virtual ~Panel();
132 static BrowserWindow* CreateNativePanel(Browser* browser, Panel* panel);
141 Panel(Browser* browser, const gfx::Rect& bounds);
152 DISALLOW_COPY_AND_ASSIGN(Panel);
Dpanel_browser_window_gtk.cc8 BrowserWindow* Panel::CreateNativePanel(Browser* browser, Panel* panel) { in CreateNativePanel()
Dpanel_browser_view.cc8 BrowserWindow* Panel::CreateNativePanel(Browser* browser, Panel* panel) { in CreateNativePanel()
Dpanel_browser_window_cocoa.mm8 BrowserWindow* Panel::CreateNativePanel(Browser* browser, Panel* panel) {
/external/webkit/Source/WebCore/inspector/front-end/
DExtensionPanel.js35 WebInspector.Panel.call(this, id);
53 WebInspector.Panel.prototype.searchCanceled.apply(this, arguments); class in WebInspector
59 WebInspector.Panel.prototype.performSearch.apply(this, arguments);
65 WebInspector.Panel.prototype.jumpToNextSearchResult.call(this);
71 WebInspector.Panel.prototype.jumpToPreviousSearchResult.call(this);
82 WebInspector.ExtensionPanel.prototype.__proto__ = WebInspector.Panel.prototype;
DConsolePanel.js31 WebInspector.Panel.call(this, "console");
42 WebInspector.Panel.prototype.show.call(this); class in WebInspector
64 WebInspector.Panel.prototype.hide.call(this);
86 WebInspector.ConsolePanel.prototype.__proto__ = WebInspector.Panel.prototype;
DPanel.js29 WebInspector.Panel = function(name) class in WebInspector
41 WebInspector.Panel.counterRightMargin = 25;
43 WebInspector.Panel.prototype = {
424 WebInspector.Panel.prototype.__proto__ = WebInspector.View.prototype; class in WebInspector
DAuditsPanel.js33 WebInspector.Panel.call(this, "audits");
241 WebInspector.Panel.prototype.attach.call(this); class in WebInspector
259 WebInspector.AuditsPanel.prototype.__proto__ = WebInspector.Panel.prototype;
DProfilesPanel.js93 WebInspector.Panel.call(this, "profiles");
180 WebInspector.Panel.prototype.show.call(this); class in WebInspector
207 WebInspector.Panel.prototype.reset.call(this);
613 WebInspector.Panel.prototype.searchCanceled.call(this, startingNewSearch);
795 WebInspector.ProfilesPanel.prototype.__proto__ = WebInspector.Panel.prototype;
DNetworkPanel.js33 WebInspector.Panel.call(this, "network");
112 WebInspector.Panel.prototype.resize.call(this); class in WebInspector
121 WebInspector.Panel.prototype.updateSidebarWidth.call(this, width);
627 WebInspector.Panel.prototype.show.call(this);
638 WebInspector.Panel.prototype.hide.call(this);
655 WebInspector.Panel.prototype.searchCanceled.call(this, startingNewSearch);
663 WebInspector.Panel.prototype.performSearch.call(this, query);
1060 WebInspector.NetworkPanel.prototype.__proto__ = WebInspector.Panel.prototype;
DExtensionAPI.js224 Panel.call(this, id);
484 var Panel = declareInterfaceClass(PanelImpl);
DElementsPanel.js33 WebInspector.Panel.call(this, "elements");
149 WebInspector.Panel.prototype.show.call(this); class in WebInspector
165 WebInspector.Panel.prototype.hide.call(this);
1147 WebInspector.ElementsPanel.prototype.__proto__ = WebInspector.Panel.prototype;
DResourcesPanel.js32 WebInspector.Panel.call(this, "resources");
99 WebInspector.Panel.prototype.show.call(this); class in WebInspector
744 WebInspector.Panel.prototype.searchCanceled.call(this, startingNewSearch);
763 WebInspector.Panel.prototype.performSearch.call(this, query);
806 WebInspector.ResourcesPanel.prototype.__proto__ = WebInspector.Panel.prototype;
DTimelinePanel.js33 WebInspector.Panel.call(this, "timeline");
399 WebInspector.Panel.prototype.setSidebarWidth.call(this, width); class in WebInspector
443 WebInspector.Panel.prototype.show.call(this);
452 WebInspector.Panel.prototype.hide.call(this);
652 WebInspector.TimelinePanel.prototype.__proto__ = WebInspector.Panel.prototype;
DScriptsPanel.js28 WebInspector.Panel.call(this, "scripts");
232 WebInspector.Panel.prototype.show.call(this); class in WebInspector
245 WebInspector.Panel.prototype.hide.call(this);
1036 WebInspector.ScriptsPanel.prototype.__proto__ = WebInspector.Panel.prototype;
/external/chromium/chrome/browser/chromeos/panels/
Dpanel_scroller.cc17 struct PanelScroller::Panel { struct in PanelScroller
33 Panel* panel = new Panel; in PanelScroller()
39 panel = new Panel; in PanelScroller()
45 panel = new Panel; in PanelScroller()
51 panel = new Panel; in PanelScroller()
57 panel = new Panel; in PanelScroller()
Dpanel_scroller.h39 struct Panel;
48 std::vector<Panel*> panels_;
/external/javassist/sample/rmi/
DAlertDialog.java16 Panel p = new Panel(); in AlertDialog()
/external/webkit/Source/WebKit/wx/bindings/python/samples/
Dsimple.py30 class TestPanel(wx.Panel):
32 wx.Panel.__init__(
/external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DSchedGui.py39 self.panel = wx.Panel(self, size=(self.screen_width, self.screen_height))
48 self.scroll_panel = wx.Panel(self.scroll, size=(self.screen_width - 15, self.screen_height / 2))
/external/chromium/chrome/browser/ui/
Dbrowser_window.h20 class Panel; variable
/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)

12