Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
DSourcesView.js37 …Manager = new WebInspector.EditingLocationHistoryManager(this, this.currentSourceFrame.bind(this));
174 currentSourceFrame: function() method in WebInspector.SourcesView
276 var sourceFrame = this.currentSourceFrame();
495 var sourceFrame = this.currentSourceFrame();
540 if (this._searchView !== this.currentSourceFrame()) {
553 if (this._searchView !== this.currentSourceFrame()) {
568 var sourceFrame = this.currentSourceFrame();
582 var sourceFrame = this.currentSourceFrame();
641 this._saveSourceFrame(this.currentSourceFrame());
672 var sourceFrame = this.currentSourceFrame();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
DNetworkItemView.js78 currentSourceFrame: function() method in WebInspector.NetworkItemView