Home
last modified time | relevance | path

Searched refs:frameId (Results 1 – 25 of 61) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DApplicationCacheModel.js91 _manifestForFrameLoaded: function(frameId, error, manifestURL) argument
99 this._frameManifestRemoved(frameId);
114 …this._frameManifestUpdated(framesWithManifests[i].frameId, framesWithManifests[i].manifestURL, fra…
122 _frameManifestUpdated: function(frameId, manifestURL, status) argument
125 this._frameManifestRemoved(frameId);
132 … if (this._manifestURLsByFrame[frameId] && manifestURL !== this._manifestURLsByFrame[frameId])
133 this._frameManifestRemoved(frameId);
135 var statusChanged = this._statuses[frameId] !== status;
136 this._statuses[frameId] = status;
138 if (!this._manifestURLsByFrame[frameId]) {
[all …]
DResourceTreeModel.js210 _frameAttached: function(frameId, parentFrameId) argument
215 if (this._frames[frameId])
219 var frame = new WebInspector.ResourceTreeFrame(this, parentFrame, frameId);
269 _frameDetached: function(frameId) argument
275 var frame = this._frames[frameId];
298 var frame = this._frames[request.frameId];
313 var frameId = event.data.frameId;
314 var frame = this._frames[frameId];
322 …var resource = new WebInspector.Resource(this.target(), null, url, frame.url, frameId, event.data.…
330 frameForId: function(frameId) argument
[all …]
DResource.js43 WebInspector.Resource = function(target, request, url, documentURL, frameId, loaderId, type, mimeTy… argument
49 this._frameId = frameId;
121 get frameId() getter in WebInspector.Resource
291 if (this.frameId)
292 …this.target().pageAgent().searchInResource(this.frameId, this.url, query, caseSensitive, isRegex, …
387 …this.target().pageAgent().getResourceContent(this.frameId, this.url, resourceContentLoaded.bind(th…
DNetworkManager.js268 …requestWillBeSent: function(requestId, frameId, loaderId, documentURL, request, time, initiator, r… argument
275 …this.responseReceived(requestId, frameId, loaderId, time, PageAgent.ResourceType.Other, redirectRe…
278 …networkRequest = this._createNetworkRequest(requestId, frameId, loaderId, request.url, documentURL…
306 responseReceived: function(requestId, frameId, loaderId, time, resourceType, response) argument
313 eventData.frameId = frameId;
514 …rkRequest = this._createNetworkRequest(requestId, originalNetworkRequest.frameId, originalNetworkR…
571 _createNetworkRequest: function(requestId, frameId, loaderId, url, documentURL, initiator) argument
573 …ector.NetworkRequest(this._manager._target, requestId, url, documentURL, frameId, loaderId, initia…
DCSSStyleModel.js398 var frameId = node.frameId() || this.target().resourceTreeModel.mainFrame.id;
402 if (styleSheetHeader.frameId === frameId && styleSheetHeader.isViaInspector()) {
423 this._agent.createStyleSheet(frameId, innerCallback.bind(this));
488 var styleSheetIds = frameIdToStyleSheetIds[styleSheetHeader.frameId];
491 frameIdToStyleSheetIds[styleSheetHeader.frameId] = styleSheetIds;
510 frameIdToStyleSheetIds[header.frameId].remove(id);
511 if (!frameIdToStyleSheetIds[header.frameId].length) {
512 delete frameIdToStyleSheetIds[header.frameId];
530 for (var frameId in frameIdToStyleSheetIds)
531 result = result.concat(frameIdToStyleSheetIds[frameId]);
[all …]
DRuntimeModel.js70 …t(this.target(), context.id, context.name, context.origin, context.isPageContext, context.frameId);
173 WebInspector.ExecutionContext = function(target, id, name, origin, isPageContext, frameId) argument
181 this.frameId = frameId;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DPageRuntimeAgent.cpp108 String frameId = m_pageAgent->frameId(frame); in didClearDocumentOfWindowObject() local
109 addExecutionContextToFrontend(ScriptState::forMainWorld(frame), true, "", frameId); in didClearDocumentOfWindowObject()
117 String frameId = m_pageAgent->frameId(frame); in didCreateIsolatedContext() local
118 addExecutionContextToFrontend(scriptState, false, origin->toRawString(), frameId); in didCreateIsolatedContext()
155 String frameId = m_pageAgent->frameId(localFrame); in reportExecutionContextCreation() local
158 addExecutionContextToFrontend(scriptState, true, "", frameId); in reportExecutionContextCreation()
163 …xtToFrontend(isolatedContexts[i].first, false, isolatedContexts[i].second->toRawString(), frameId); in reportExecutionContextCreation()
DInspectorCanvasAgent.cpp142 void InspectorCanvasAgent::captureFrame(ErrorString* errorString, const FrameId* frameId, TraceLogI… in captureFrame() argument
144 …LocalFrame* frame = frameId ? m_pageAgent->assertFrame(errorString, *frameId) : m_pageAgent->mainF… in captureFrame()
152 void InspectorCanvasAgent::startCapturing(ErrorString* errorString, const FrameId* frameId, TraceLo… in startCapturing() argument
154 …LocalFrame* frame = frameId ? m_pageAgent->assertFrame(errorString, *frameId) : m_pageAgent->mainF… in startCapturing()
225 String frameId = m_pageAgent->frameId(frame); in notifyRenderingContextWasWrapped() local
226 if (!frameId.isEmpty()) in notifyRenderingContextWasWrapped()
227 m_frontend->contextCreated(frameId); in notifyRenderingContextWasWrapped()
301 String frameId = m_pageAgent->frameId(it->key); in findFramesWithUninstrumentedCanvases() local
302 if (!frameId.isEmpty()) in findFramesWithUninstrumentedCanvases()
303 m_frontend->contextCreated(frameId); in findFramesWithUninstrumentedCanvases()
[all …]
DInspectorApplicationCacheAgent.cpp90 …m_frontend->applicationCacheStatusUpdated(m_pageAgent->frameId(frame), manifestURL, static_cast<in… in updateApplicationCacheStatus()
115 .setFrameId(m_pageAgent->frameId(toLocalFrame(frame))) in getFramesWithManifests()
123 …ectorApplicationCacheAgent::assertFrameWithDocumentLoader(ErrorString* errorString, String frameId) in assertFrameWithDocumentLoader() argument
125 LocalFrame* frame = m_pageAgent->assertFrame(errorString, frameId); in assertFrameWithDocumentLoader()
132 …nCacheAgent::getManifestForFrame(ErrorString* errorString, const String& frameId, String* manifest… in getManifestForFrame() argument
134 DocumentLoader* documentLoader = assertFrameWithDocumentLoader(errorString, frameId); in getManifestForFrame()
142 …ent::getApplicationCacheForFrame(ErrorString* errorString, const String& frameId, RefPtr<TypeBuild… in getApplicationCacheForFrame() argument
144 DocumentLoader* documentLoader = assertFrameWithDocumentLoader(errorString, frameId); in getApplicationCacheForFrame()
DInspectorPageAgent.h104 virtual void navigate(ErrorString*, const String& url, String* frameId) OVERRIDE;
108 …virtual void getResourceContent(ErrorString*, const String& frameId, const String& url, PassRefPtr…
109 …virtual void searchInResource(ErrorString*, const String& frameId, const String& url, const String…
110 … virtual void setDocumentContent(ErrorString*, const String& frameId, const String& html) OVERRIDE;
161 LocalFrame* frameForId(const String& frameId);
162 String frameId(LocalFrame*);
166 LocalFrame* assertFrame(ErrorString*, const String& frameId);
190 …void getResourceContentAfterResourcesContentLoaded(const String& frameId, const String& url, PassR…
DInspectorApplicationCacheAgent.h66 …virtual void getManifestForFrame(ErrorString*, const String& frameId, String* manifestURL) OVERRID…
67 …virtual void getApplicationCacheForFrame(ErrorString*, const String& frameId, RefPtr<TypeBuilder::…
75 DocumentLoader* assertFrameWithDocumentLoader(ErrorString*, String frameId);
DInspectorPageAgent.cpp150 …GetResourceContentLoadListener(InspectorPageAgent*, const String& frameId, const String& url, Pass…
160 …ResourceContentLoadListener(InspectorPageAgent* pageAgent, const String& frameId, const String& ur… in GetResourceContentLoadListener() argument
162 , m_frameId(frameId) in GetResourceContentLoadListener()
586 *outFrameId = frameId(frame); in navigate()
726 void InspectorPageAgent::getResourceContentAfterResourcesContentLoaded(const String& frameId, const… in getResourceContentAfterResourcesContentLoaded() argument
729 LocalFrame* frame = assertFrame(&errorString, frameId); in getResourceContentAfterResourcesContentLoaded()
744 void InspectorPageAgent::getResourceContent(ErrorString* errorString, const String& frameId, const … in getResourceContent() argument
755 …er->ensureResourcesContentLoaded(new GetResourceContentLoadListener(this, frameId, url, callback)); in getResourceContent()
771 void InspectorPageAgent::searchInResource(ErrorString*, const String& frameId, const String& url, c… in searchInResource() argument
775 LocalFrame* frame = frameForId(frameId); in searchInResource()
[all …]
DNetworkResourcesData.h91 String frameId() const { return m_frameId; } in frameId() function
92 void setFrameId(const String& frameId) { m_frameId = frameId; } in setFrameId() argument
158 void responseReceived(const String& requestId, const String& frameId, const ResourceResponse&);
DInspectorResourceAgent.cpp341 String frameId = m_pageAgent->frameId(loader->frame()); in willSendRequest() local
345 FrameNavigationInitiatorMap::iterator it = m_frameNavigationInitiatorMap.find(frameId); in willSendRequest()
355 …m_frontend->requestWillBeSent(requestId, frameId, m_pageAgent->loaderId(loader), urlWithoutFragmen… in willSendRequest()
403 m_resourcesData->responseReceived(requestId, m_pageAgent->frameId(frame), response); in didReceiveResourceResponse()
407 …m_frontend->responseReceived(requestId, m_pageAgent->frameId(frame), m_pageAgent->loaderId(loader)… in didReceiveResourceResponse()
776 …ceAgent::loadResourceForFrontend(ErrorString* errorString, const String& frameId, const String& ur… in loadResourceForFrontend() argument
779 LocalFrame* frame = m_pageAgent->assertFrame(errorString, frameId); in loadResourceForFrontend()
838 m_frameNavigationInitiatorMap.set(m_pageAgent->frameId(frame), initiator); in frameScheduledNavigation()
843 m_frameNavigationInitiatorMap.remove(m_pageAgent->frameId(frame)); in frameClearedScheduledNavigation()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
DCanvasProfileView.js728 var frameId = this._selectedFrameId();
730 CanvasAgent.captureFrame(frameId, this._didStartCapturingFrame.bind(this, frameId));
736 var frameId = this._selectedFrameId();
738 CanvasAgent.startCapturing(frameId, this._didStartCapturingFrame.bind(this, frameId));
763 _didStartCapturingFrame: function(frameId, error, traceLogId) argument
767 … var profileHeader = new WebInspector.CanvasProfileHeader(this._target, this, traceLogId, frameId);
834 for (var frameId in this._framesWithCanvases) {
835 if (this._framesWithCanvases.hasOwnProperty(frameId)) {
892 var frameId = frame.id;
896 option.value = frameId;
[all …]
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DWebContentsObserverAndroid.java113 long frameId, in didStartProvisionalLoadForFrame() argument
132 long frameId, boolean isMainFrame, String url, int transitionType) { in didCommitProvisionalLoadForFrame() argument
143 public void didFinishLoad(long frameId, String validatedUrl, boolean isMainFrame) { in didFinishLoad() argument
151 public void documentLoadedInFrame(long frameId) { in documentLoadedInFrame() argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
DResourcesPanel.js297 var frameId = resource.frameId;
302 var frameTreeElement = this._treeElementForFrameId[frameId];
319 var frameId = frame.id;
320 var frameTreeElement = this._treeElementForFrameId[frameId];
324 var applicationCacheFrameTreeElement = this._applicationCacheFrameElements[frameId];
580 showApplicationCache: function(frameId) argument
582 if (!this._applicationCacheViews[frameId])
583 …this._applicationCacheViews[frameId] = new WebInspector.ApplicationCacheItemsView(this._applicatio…
585 this._innerShowView(this._applicationCacheViews[frameId]);
692 var frameId = event.data;
[all …]
DApplicationCacheItemsView.js30 WebInspector.ApplicationCacheItemsView = function(model, frameId) argument
57 this._frameId = frameId;
64 var status = this._model.frameManifestStatus(frameId);
/external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
Dnavigation_collector.js137 return data.tabId + '-' + (data.frameId ? data.frameId : 0);
153 frameId: null,
222 frameId: data.sourceFrameId property
286 frameId: null, property
321 frameId: null, property
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
DTimelineModelImpl.js338 bindings._lastScheduleStyleRecalculation[this.frameId()] = this;
342 this._initiator = bindings._lastScheduleStyleRecalculation[this.frameId()];
349 …if (!bindings._layoutInvalidate[this.frameId()] && parentRecord.type() === recordTypes.Recalculate…
351 bindings._layoutInvalidate[this.frameId()] = layoutInitator;
355 this._initiator = bindings._layoutInvalidate[this.frameId()];
356 bindings._layoutInvalidate[this.frameId()] = null;
465 frameId: function() method in WebInspector.TimelineModel.RecordImpl
467 return this._record.frameId || "";
DTracingTimelineModel.js563 var frameId = event.args["frame"];
564 …if (!this._layoutInvalidate[frameId] && this._lastRecalculateStylesEvent && this._lastRecalculateS…
566 this._layoutInvalidate[frameId] = layoutInitator;
570 var frameId = event.args["beginData"]["frame"];
571 event.initiator = this._layoutInvalidate[frameId];
574 this._layoutInvalidate[frameId] = null;
861 frameId: function() method in WebInspector.TracingTimelineModel.TraceEventRecord
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
DAwWebContentsObserverTest.java45 int frameId = 0; in testOnPageFinished() local
50 mWebContentsObserver.didFinishLoad(frameId, EXAMPLE_URL, subFrame); in testOnPageFinished()
55 mWebContentsObserver.didFinishLoad(frameId, mUnreachableWebDataUrl, mainFrame); in testOnPageFinished()
60 mWebContentsObserver.didFinishLoad(frameId, EXAMPLE_URL, mainFrame); in testOnPageFinished()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
DStylesSourceMapping.js119 var headersById = map.get(header.frameId);
122 map.set(header.frameId, headersById);
141 var headersById = map.get(header.frameId);
146 map.remove(header.frameId);
/external/chromium_org/content/public/android/java/src/org/chromium/content_public/browser/
DNavigationTransitionDelegate.java41 public void didStartNavigationTransitionForFrame(long frameId); in didStartNavigationTransitionForFrame() argument
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/webcontents/
DWebContentsImpl.java213 private void didStartNavigationTransitionForFrame(long frameId) { in didStartNavigationTransitionForFrame() argument
215 mNavigationTransitionDelegate.didStartNavigationTransitionForFrame(frameId); in didStartNavigationTransitionForFrame()

123