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

  /external/webkit/Source/WebKit/chromium/src/js/
DevTools.js 69 var oldShow = WebInspector.ProfilesPanel.prototype.show;
70 WebInspector.ProfilesPanel.prototype.show = function()
76 WebInspector.ProfilesPanel.prototype.show = oldShow;
  /external/webkit/Source/WebCore/inspector/front-end/
ProfilesPanel.js 91 WebInspector.ProfilesPanel = function()
149 WebInspector.ProfilesPanel.prototype = {
795 WebInspector.ProfilesPanel.prototype.__proto__ = WebInspector.Panel.prototype;

Completed in 350 milliseconds