Lines Matching refs:Panel
81180 * inspector/front-end/Panel.js: Renamed from WebCore/page/inspector/Panel.js.
83000 * page/inspector/Panel.js:
86048 … (WebInspector.ProfilesPanel.prototype.showView): Call showProfile. Used by Panel to show a view.
86084 in the sidebar. Calls the Panel prototype's searchCanceled.
86086 in the sidebar. Calls the Panel prototype's performSearch.
86092 … (WebInspector.ResourcesPanel.prototype.showView): Call showResource. Used by Panel to show a view.
86108 …(WebInspector.ScriptsPanel.prototype.showView): Call _showScriptOrResource. Used by Panel to show …
86186 Add support to Panel that allows easy searching of sub-views.
86192 * page/inspector/Panel.js:
86193 (WebInspector.Panel.prototype.searchCanceled): Call searchCanceled on all the
86197 (WebInspector.Panel.prototype.performSearch): Call searchCanceled since it will
86203 (WebInspector.Panel.prototype.jumpToNextSearchResult): Finds the index in the
86208 (WebInspector.Panel.prototype.jumpToPreviousSearchResult): Ditto, but in reverse.