Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
DGoToLineDialog.js60 WebInspector.GoToLineDialog.install = function(panel, sourceFrameGetter) argument
63 …sterShortcuts([goToLineShortcut], WebInspector.GoToLineDialog._show.bind(null, sourceFrameGetter));
71 WebInspector.GoToLineDialog._show = function(sourceFrameGetter, event) argument
73 var sourceFrame = sourceFrameGetter();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
DResourcesPanel.js109 function sourceFrameGetter() function in WebInspector.ResourcesPanel
116 WebInspector.GoToLineDialog.install(this, sourceFrameGetter.bind(this));