Home
last modified time | relevance | path

Searched refs:InspectorResource (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/inspector/
DInspectorController.h70 struct InspectorResource;
78 typedef HashMap<long long, RefPtr<InspectorResource> > ResourcesMap;
255 void addResource(InspectorResource*);
256 void removeResource(InspectorResource*);
258 JSObjectRef addScriptResource(InspectorResource*);
259 void removeScriptResource(InspectorResource*);
261 JSObjectRef addAndUpdateScriptResource(InspectorResource*);
262 void updateScriptResourceRequest(InspectorResource*);
263 void updateScriptResourceResponse(InspectorResource*);
264 void updateScriptResourceType(InspectorResource*);
[all …]
DInspectorController.cpp263 struct InspectorResource : public RefCounted<InspectorResource> { struct
276 …static PassRefPtr<InspectorResource> create(long long identifier, DocumentLoader* documentLoader, … in create() argument
278 return adoptRef(new InspectorResource(identifier, documentLoader, frame)); in create()
281 ~InspectorResource() in ~InspectorResource() argument
398 InspectorResource(long long identifier, DocumentLoader* documentLoader, Frame* frame) in InspectorResource() function
560 RefPtr<InspectorResource> resource = controller->resources().get(identifier); in addResourceSourceToFrame()
617 RefPtr<InspectorResource> resource = controller->resources().get(identifier); in getResourceDocumentNode()
1812 static JSObjectRef scriptObjectForRequest(JSContextRef context, const InspectorResource* resource, … in scriptObjectForRequest()
1822 static JSObjectRef scriptObjectForResponse(JSContextRef context, const InspectorResource* resource,… in scriptObjectForResponse()
1832 JSObjectRef InspectorController::addScriptResource(InspectorResource* resource) in addScriptResource()
[all …]
/external/webkit/WebCore/page/android/
DInspectorControllerAndroid.cpp60 struct InspectorResource : public RefCounted<InspectorResource> { struct
/external/webkit/WebCore/loader/
DCachedResource.h42 class InspectorResource; variable
51 friend class InspectorResource; variable
/external/webkit/WebCore/
DChangeLog-2008-08-1020949 Make addSourceToFrame not dependent on InspectorResource so it
36835 (WebCore::InspectorResource::setXMLHttpRequestProperties):
36836 (WebCore::InspectorResource::sourceString): Return the decoded source.
36837 …dSourceToFrame): No longer do the decoding here, it has been encapsulated in the InspectorResource.
36843 but we need it to find the InspectorResource in order to tell it that it was loaded via XHR.
37996 * page/InspectorController.cpp: Add ability to set XHR data on an InspectorResource.
38000 (WebCore::InspectorResource::): Add new type.
38001 …(WebCore::InspectorResource::~InspectorResource): No longer virtual since we are not using inherit…
38002 (WebCore::InspectorResource::type): Ditto.
38003 (WebCore::InspectorResource::setXMLHttpRequestResource):
[all …]
DChangeLog-2007-10-144405 * page/InspectorController.cpp: (WebCore::InspectorResource::type):
17527 <rdar://problem/5326126> InspectorResource holds onto more data than it needs
17529 Reduces the fixed size of InspectorResource from 630 bytes to 224 bytes. Now
17531 for the info needed and store that directly in InspectorResource.
17541 (WebCore::InspectorResource::InspectorResource):
17542 (WebCore::InspectorResource::type):
20857 (WebCore::InspectorResource::InspectorResource):
21234 (WebCore::InspectorResource::type):
22036 (WebCore::InspectorResource::): Represents a single resource that the
22038 (WebCore::InspectorResource::InspectorResource):
[all …]
DChangeLog12440 Change InspectorResource::sourceString() so that it doesn't attempt to
12444 (WebCore::InspectorResource::sourceString): Attempt to make a purgeable
12446 * loader/CachedResource.h: Make InspectorResource a friend of CachedResource.
20863 (WebCore::InspectorResource::setXMLHttpRequestProperties):
45092 (WebCore::InspectorResource::setXMLHttpRequestProperties):
45093 (WebCore::InspectorResource::sourceString):