Home
last modified time | relevance | path

Searched refs:frameForId (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorPageAgent.h161 LocalFrame* frameForId(const String& frameId);
DInspectorPageAgent.cpp775 LocalFrame* frame = frameForId(frameId); in searchInResource()
1048 LocalFrame* InspectorPageAgent::frameForId(const String& frameId) in frameForId() function in blink::InspectorPageAgent
1098 LocalFrame* frame = frameForId(frameId); in assertFrame()
DInspectorCSSAgent.cpp924 LocalFrame* frame = m_pageAgent->frameForId(frameId); in createStyleSheet()
DInspectorDOMAgent.cpp1346 LocalFrame* frame = m_pageAgent->frameForId(frameId); in highlightFrame()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DResourceTreeModel.js330 frameForId: function(frameId) method in WebInspector.ResourceTreeModel
DCSSStyleModel.js1508 var frame = this._cssModel.target().resourceTreeModel.frameForId(this.frameId);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/console/
DConsoleView.js303 … var frame = executionContext.target().resourceTreeModel.frameForId(executionContext.frameId);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
DResourcesPanel.js2051 var frame = WebInspector.resourceTreeModel.frameForId(this._frameId);