Searched defs:Panel (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/console/
H A DConsolePanel.js31 * @extends {WebInspector.Panel}
35 WebInspector.Panel.call(this, "console");
61 WebInspector.Panel.prototype.wasShown.call(this);
67 WebInspector.Panel.prototype.willHide.call(this);
72 __proto__: WebInspector.Panel.prototype
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DElementsPanel.js35 * @extends {WebInspector.Panel}
39 WebInspector.Panel.call(this, "elements");
203 WebInspector.Panel.prototype.wasShown.call(this);
230 WebInspector.Panel.prototype.willHide.call(this);
1288 contextMenu.appendItem(WebInspector.useLowerCaseMenuTitles() ? "Reveal in Elements panel" : "Reveal in Elements Panel", commandCallback);
1438 __proto__: WebInspector.Panel.prototype
1436 }, function
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DSourcesPanel.js29 * @extends {WebInspector.Panel}
36 WebInspector.Panel.call(this, "sources");
169 WebInspector.Panel.prototype.wasShown.call(this);
174 WebInspector.Panel.prototype.willHide.call(this);
1257 __proto__: WebInspector.Panel.prototype
170 }, class
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DPanel.js33 WebInspector.Panel = function(name)
45 WebInspector.Panel.counterRightMargin = 25;
47 WebInspector.Panel.prototype = {
142 * @extends {WebInspector.Panel}
149 WebInspector.Panel.call(this, name);
189 __proto__: WebInspector.Panel.prototype
211 * @return {!WebInspector.Panel}
246 * @return {!WebInspector.Panel}
250 return /** @type {!WebInspector.Panel} */ (this._extension.instance());
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/layers/
H A DLayersPanel.js81 WebInspector.Panel.prototype.wasShown.call(this);
91 WebInspector.Panel.prototype.willHide.call(this);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/
H A DAuditsPanel.js160 WebInspector.Panel.prototype.wasShown.call(this);
156 }, class
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel.h48 // - Do Panel specific platform independent processing and then invoke the
53 class Panel : public ui::BaseWindow, class in inherits:ui::BaseWindow,CommandUpdaterDelegate,content::NotificationObserver,extensions::ExtensionRegistryObserver
78 virtual ~Panel();
106 // an app exits full screen mode. Panel should respond by making sure
158 static NativePanel* CreateNativePanel(Panel* panel,
210 // Panel must be initialized to be "fully created" and ready for use.
218 // only change the size for Panel.
321 // Panel can only be created using PanelManager::CreatePanel() or subclass.
325 Panel(Profile* profile, const std::string& app_name,
408 base::WeakPtrFactory<Panel> image_loader_ptr_factory
[all...]
H A Dpanel.cc53 PanelExtensionWindowController(Panel* panel, Profile* profile);
70 Panel* panel_; // Weak pointer. Owns us.
75 Panel* panel, Profile* profile)
159 Panel::~Panel() {
167 PanelManager* Panel::manager() const {
171 const std::string Panel::extension_id() const {
175 CommandUpdater* Panel::command_updater() {
179 Profile* Panel::profile() const {
183 const extensions::Extension* Panel
806 Panel::Panel(Profile* profile, function in class:Panel
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DProfilesPanel.js634 WebInspector.Panel.prototype.reset.call(this);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
H A DResourcesPanel.js161 WebInspector.Panel.prototype.wasShown.call(this);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelinePanel.js34 * @extends {WebInspector.Panel}
40 WebInspector.Panel.call(this, "timeline");
1116 __proto__: WebInspector.Panel.prototype
1114 }, class
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Dexterns.js208 function Panel() {} function

Completed in 465 milliseconds