HomeSort by relevance Sort by last modified time
    Searched defs:ExtensionPanel (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/inspector/front-end/
ExtensionPanel.js 31 WebInspector.ExtensionPanel = function(id, label, iconURL, options)
38 WebInspector.ExtensionPanel.prototype = {
82 WebInspector.ExtensionPanel.prototype.__proto__ = WebInspector.Panel.prototype;
ExtensionAPI.js 179 extensionServer.sendRequest(request, callback && bind(callback, this, new ExtensionPanel(id)));
222 function ExtensionPanel(id)

Completed in 42 milliseconds