Home
last modified time | relevance | path

Searched refs:panelId (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DExtensionServer.js62 notifyObjectSelected: function(panelId, objectId) argument
64 this._postNotification("panel-objectSelected-" + panelId, objectId);
67 notifySearchAction: function(panelId, action, searchString) argument
69 this._postNotification("panel-search-" + panelId, action, searchString);
72 notifyPanelShown: function(panelId) argument
74 this._postNotification("panel-shown-" + panelId);
77 notifyPanelHidden: function(panelId) argument
79 this._postNotification("panel-hidden-" + panelId);
283 if (message.panelId === "resources" && type === "resource")
286 return this._status.E_NOTSUPPORTED(message.panelId, message.type);