Home
last modified time | relevance | path

Searched refs:toDocumentResource (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DDocumentResource.h57 inline DocumentResource* toDocumentResource(const ResourcePtr<Resource>& ptr) { return toDocumentRe… in toDocumentResource() function
DResourceFetcher.cpp380 return toDocumentResource(requestResource(Resource::SVGDocument, request)); in fetchSVGDocument()