Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResource.cpp932 static const char* initatorTypeNameToString(const AtomicString& initiatorTypeName) in initatorTypeNameToString() argument
934 if (initiatorTypeName == FetchInitiatorTypeNames::css) in initatorTypeNameToString()
936 if (initiatorTypeName == FetchInitiatorTypeNames::document) in initatorTypeNameToString()
938 if (initiatorTypeName == FetchInitiatorTypeNames::icon) in initatorTypeNameToString()
940 if (initiatorTypeName == FetchInitiatorTypeNames::internal) in initatorTypeNameToString()
942 if (initiatorTypeName == FetchInitiatorTypeNames::link) in initatorTypeNameToString()
944 if (initiatorTypeName == FetchInitiatorTypeNames::processinginstruction) in initatorTypeNameToString()
946 if (initiatorTypeName == FetchInitiatorTypeNames::texttrack) in initatorTypeNameToString()
948 if (initiatorTypeName == FetchInitiatorTypeNames::xml) in initatorTypeNameToString()
950 if (initiatorTypeName == FetchInitiatorTypeNames::xmlhttprequest) in initatorTypeNameToString()