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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DElementsPanel.js46 * @extends {WebInspector.Panel}
50 WebInspector.Panel.call(this, "elements");
206 WebInspector.Panel.prototype.wasShown.call(this);
233 WebInspector.Panel.prototype.willHide.call(this);
1235 contextMenu.appendItem(WebInspector.useLowerCaseMenuTitles() ? "Reveal in Elements panel" : "Reveal in Elements Panel", commandCallback);
1385 __proto__: WebInspector.Panel.prototype
1383 }, function
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/console/
H A DConsolePanel.js34 * @extends {WebInspector.Panel}
38 WebInspector.Panel.call(this, "console");
64 WebInspector.Panel.prototype.wasShown.call(this);
70 WebInspector.Panel.prototype.willHide.call(this);
75 __proto__: WebInspector.Panel.prototype
/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/sources/
H A DSourcesPanel.js55 * @extends {WebInspector.Panel}
60 WebInspector.Panel.call(this, "sources");
69 var helpSection = WebInspector.shortcutsScreen.section(WebInspector.UIString("Sources Panel"));
237 WebInspector.Panel.prototype.wasShown.call(this);
242 WebInspector.Panel.prototype.willHide.call(this);
1179 __proto__: WebInspector.Panel.prototype
238 }, class
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/layers/
H A DLayersPanel.js88 WebInspector.Panel.prototype.wasShown.call(this);
96 WebInspector.Panel.prototype.willHide.call(this);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/
H A DAuditsPanel.js161 WebInspector.Panel.prototype.wasShown.call(this);
157 }, class
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel.h46 // - Do Panel specific platform independent processing and then invoke the
51 class Panel : public ui::BaseWindow, class in inherits:ui::BaseWindow,CommandUpdaterDelegate,content::NotificationObserver
75 virtual ~Panel();
103 // an app exits full screen mode. Panel should respond by making sure
149 static NativePanel* CreateNativePanel(Panel* panel,
201 // Panel must be initialized to be "fully created" and ready for use.
209 // only change the size for Panel.
312 // Panel can only be created using PanelManager::CreatePanel() or subclass.
316 Panel(Profile* profile, const std::string& app_name,
398 base::WeakPtrFactory<Panel> image_loader_ptr_factory
[all...]
H A Dpanel.cc51 PanelExtensionWindowController(Panel* panel, Profile* profile);
68 Panel* panel_; // Weak pointer. Owns us.
73 Panel* panel, Profile* profile)
156 Panel::~Panel() {
164 PanelManager* Panel::manager() const {
168 const std::string Panel::extension_id() const {
172 CommandUpdater* Panel::command_updater() {
176 Profile* Panel::profile() const {
180 const extensions::Extension* Panel
803 Panel::Panel(Profile* profile, const std::string& app_name, function in class:Panel
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DProfilesPanel.js672 WebInspector.Panel.prototype.reset.call(this);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
H A DResourcesPanel.js140 WebInspector.Panel.prototype.wasShown.call(this);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelinePanel.js60 * @extends {WebInspector.Panel}
66 WebInspector.Panel.call(this, "timeline");
1111 __proto__: WebInspector.Panel.prototype
1109 }, class
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Dexterns.js277 function Panel() {} function

Completed in 366 milliseconds