Searched refs:resourceTypeToString (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResource.h256 static const char* resourceTypeToString(Type, const FetchInitiatorInfo&);
H A DResourceFetcher.cpp602 String resourceType = Resource::resourceTypeToString(resource->type(), resource->options().initiatorInfo);
683 argv.append(Resource::resourceTypeToString(type, request.options().initiatorInfo));
H A DResource.cpp956 const char* Resource::resourceTypeToString(Type type, const FetchInitiatorInfo& initiatorInfo) function in class:blink::Resource

Completed in 135 milliseconds