Home
last modified time | relevance | path

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

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