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

/external/webkit/Source/WebCore/inspector/front-end/
H A DResourcesPanel.js218 var frameTreeElement = new WebInspector.FrameTreeElement(this, frameId, title, subtitle);
791 if (element instanceof WebInspector.FrameTreeElement) {
919 WebInspector.FrameTreeElement = function(storagePanel, frameId, title, subtitle)
927 WebInspector.FrameTreeElement.prototype = {
1014 if (treeElement instanceof WebInspector.FrameTreeElement)
1047 WebInspector.FrameTreeElement.prototype.__proto__ = WebInspector.BaseStorageTreeElement.prototype;

Completed in 197 milliseconds