Home
last modified time | relevance | path

Searched refs:willDestroyResource (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorResourceAgent.h108 void willDestroyResource(Resource*);
DInspectorInstrumentation.cpp130 inspectorResourceAgent->willDestroyResource(cachedResource); in willDestroyResourceImpl()
DInspectorResourceAgent.cpp461 void InspectorResourceAgent::willDestroyResource(Resource* cachedResource) in willDestroyResource() function in WebCore::InspectorResourceAgent
DInspectorInstrumentation.idl367 void willDestroyResource(Resource* cachedResource);
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResource.cpp496 InspectorInstrumentation::willDestroyResource(this); in deleteIfPossible()