/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
D | ApplicationCacheModel.js | 91 _manifestForFrameLoaded: function(frameId, error, manifestURL) argument 122 _frameManifestUpdated: function(frameId, manifestURL, status) argument 150 _frameManifestRemoved: function(frameId) argument 166 frameManifestURL: function(frameId) argument 175 frameManifestStatus: function(frameId) argument 193 _statusUpdated: function(frameId, manifestURL, status) argument 202 requestApplicationCache: function(frameId, callback) argument 249 applicationCacheStatusUpdated: function(frameId, manifestURL, status) argument
|
D | ResourceTreeModel.js | 210 _frameAttached: function(frameId, parentFrameId) argument 269 _frameDetached: function(frameId) argument 330 frameForId: function(frameId) argument 488 WebInspector.ResourceTreeFrame = function(model, parentFrame, frameId, payload) argument 762 frameAttached: function(frameId, parentFrameId) argument 772 frameDetached: function(frameId) argument 777 frameStartedLoading: function(frameId) argument 781 frameStoppedLoading: function(frameId) argument 785 frameScheduledNavigation: function(frameId, delay) argument 789 frameClearedScheduledNavigation: function(frameId) argument
|
D | Resource.js | 43 WebInspector.Resource = function(target, request, url, documentURL, frameId, loaderId, type, mimeTy… argument 121 get frameId() getter in WebInspector.Resource
|
D | NetworkManager.js | 268 …requestWillBeSent: function(requestId, frameId, loaderId, documentURL, request, time, initiator, r… argument 306 responseReceived: function(requestId, frameId, loaderId, time, resourceType, response) argument 571 _createNetworkRequest: function(requestId, frameId, loaderId, url, documentURL, initiator) argument
|
D | RuntimeModel.js | 173 WebInspector.ExecutionContext = function(target, id, name, origin, isPageContext, frameId) argument
|
/external/chromium_org/tools/perf/metrics/unittest_data/ |
D | 2ch_repeat_timeline.json | 1 …{"requestId":"3176.3","requestMethod":"GET","url":"http:\/\/2ch.net\/"},"frameId":"3176.1","startT… string
|
D | baidu_repeat_timeline.json | 1 …estId":"2664.3","requestMethod":"GET","url":"http:\/\/www.baidu.com\/"},"frameId":"2664.1","startT… string
|
D | cern_repeat_timeline.json | 1 …":"GET","url":"http:\/\/info.cern.ch\/hypertext\/WWW\/TheProject.html"},"frameId":"1312.1","startT… string
|
D | sample_timeline.json | 10 "frameId": "1.1", string 33 "frameId": "1.1", string 44 "frameId": "1.1", string 54 "frameId": "1.1", string 65 "frameId": "1.1", string 78 "frameId": "1.1", string
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
D | WebContentsObserverAndroid.java | 113 long frameId, in didStartProvisionalLoadForFrame() 132 long frameId, boolean isMainFrame, String url, int transitionType) { in didCommitProvisionalLoadForFrame() 143 public void didFinishLoad(long frameId, String validatedUrl, boolean isMainFrame) { in didFinishLoad() 151 public void documentLoadedInFrame(long frameId) { in documentLoadedInFrame()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | PageRuntimeAgent.cpp | 108 String frameId = m_pageAgent->frameId(frame); in didClearDocumentOfWindowObject() local 117 String frameId = m_pageAgent->frameId(frame); in didCreateIsolatedContext() local 155 String frameId = m_pageAgent->frameId(localFrame); in reportExecutionContextCreation() local
|
D | InspectorCanvasAgent.cpp | 142 void InspectorCanvasAgent::captureFrame(ErrorString* errorString, const FrameId* frameId, TraceLogI… in captureFrame() 152 void InspectorCanvasAgent::startCapturing(ErrorString* errorString, const FrameId* frameId, TraceLo… in startCapturing() 225 String frameId = m_pageAgent->frameId(frame); in notifyRenderingContextWasWrapped() local 301 String frameId = m_pageAgent->frameId(it->key); in findFramesWithUninstrumentedCanvases() local 332 String frameId = m_pageAgent->frameId(localFrame); in didCommitLoad() local
|
D | InspectorApplicationCacheAgent.cpp | 123 …ectorApplicationCacheAgent::assertFrameWithDocumentLoader(ErrorString* errorString, String frameId) in assertFrameWithDocumentLoader() 132 …licationCacheAgent::getManifestForFrame(ErrorString* errorString, const String& frameId, String* m… in getManifestForFrame() 142 …CacheAgent::getApplicationCacheForFrame(ErrorString* errorString, const String& frameId, RefPtr<Ty… in getApplicationCacheForFrame()
|
D | NetworkResourcesData.h | 91 String frameId() const { return m_frameId; } in frameId() function 92 void setFrameId(const String& frameId) { m_frameId = frameId; } in setFrameId()
|
D | InspectorPageAgent.cpp | 160 …er::GetResourceContentLoadListener(InspectorPageAgent* pageAgent, const String& frameId, const Str… in GetResourceContentLoadListener() 726 void InspectorPageAgent::getResourceContentAfterResourcesContentLoaded(const String& frameId, const… in getResourceContentAfterResourcesContentLoaded() 744 void InspectorPageAgent::getResourceContent(ErrorString* errorString, const String& frameId, const … in getResourceContent() 771 void InspectorPageAgent::searchInResource(ErrorString*, const String& frameId, const String& url, c… in searchInResource() 795 void InspectorPageAgent::setDocumentContent(ErrorString* errorString, const String& frameId, const … in setDocumentContent() 1048 LocalFrame* InspectorPageAgent::frameForId(const String& frameId) in frameForId() 1053 String InspectorPageAgent::frameId(LocalFrame* frame) in frameId() function in blink::InspectorPageAgent 1096 LocalFrame* InspectorPageAgent::assertFrame(ErrorString* errorString, const String& frameId) in assertFrame()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/ |
D | CanvasProfileView.js | 763 _didStartCapturingFrame: function(frameId, error, traceLogId) argument 925 _contextCreated: function(frameId) argument 941 _traceLogsRemoved: function(frameId, traceLogId) argument 1011 contextCreated: function(frameId) argument 1020 traceLogsRemoved: function(frameId, traceLogId) argument 1034 WebInspector.CanvasProfileHeader = function(target, type, traceLogId, frameId) argument 1065 frameId: function() method in WebInspector.CanvasProfileHeader
|
/external/chromium_org/content/public/android/java/src/org/chromium/content_public/browser/ |
D | NavigationTransitionDelegate.java | 41 public void didStartNavigationTransitionForFrame(long frameId); in didStartNavigationTransitionForFrame()
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
D | AwWebContentsObserverTest.java | 45 int frameId = 0; in testOnPageFinished() local
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/ |
D | navigation_collector.js | 222 frameId: data.sourceFrameId property 286 frameId: null, property 321 frameId: null, property
|
/external/chromium_org/chrome/common/extensions/api/ |
D | web_navigation.json | 23 …"frameId": { "type": "integer", "minimum": 0, "description": "The ID of the frame in the given tab… object 83 "frameId": { object 124 …"frameId": {"type": "integer", "description": "0 indicates the navigation happens in the tab conte… object 151 …"frameId": {"type": "integer", "description": "0 indicates the navigation happens in the tab conte… object 179 …"frameId": {"type": "integer", "description": "0 indicates the navigation happens in the tab conte… object 205 …"frameId": {"type": "integer", "description": "0 indicates the navigation happens in the tab conte… object 231 …"frameId": {"type": "integer", "description": "0 indicates the navigation happens in the tab conte… object 285 …"frameId": {"type": "integer", "description": "0 indicates the navigation happens in the tab conte… object 329 …"frameId": {"type": "integer", "description": "0 indicates the navigation happens in the tab conte… object
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
D | AwWebContentsObserver.java | 23 public void didFinishLoad(long frameId, String validatedUrl, boolean isMainFrame) { in didFinishLoad()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/ |
D | ApplicationCacheItemsView.js | 30 WebInspector.ApplicationCacheItemsView = function(model, frameId) argument
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
D | EmptyTabObserver.java | 64 public void onDidStartProvisionalLoadForFrame(Tab tab, long frameId, long parentFrameId, in onDidStartProvisionalLoadForFrame()
|
D | TabObserver.java | 148 Tab tab, long frameId, long parentFrameId, boolean isMainFrame, String validatedUrl, in onDidStartProvisionalLoadForFrame()
|
/external/chromium_org/extensions/common/api/ |
D | web_request.json | 133 …"frameId": {"type": "integer", "description": "The value 0 indicates that the request happens in t… object 201 …"frameId": {"type": "integer", "description": "The value 0 indicates that the request happens in t… object 246 …"frameId": {"type": "integer", "description": "The value 0 indicates that the request happens in t… object 286 …"frameId": {"type": "integer", "description": "The value 0 indicates that the request happens in t… object 332 …"frameId": {"type": "integer", "description": "The value 0 indicates that the request happens in t… object 390 …"frameId": {"type": "integer", "description": "The value 0 indicates that the request happens in t… object 434 …"frameId": {"type": "integer", "description": "The value 0 indicates that the request happens in t… object 479 …"frameId": {"type": "integer", "description": "The value 0 indicates that the request happens in t… object 522 …"frameId": {"type": "integer", "description": "The value 0 indicates that the request happens in t… object
|