Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDOMImplementation.cpp299 unsigned endSubtype = static_cast<unsigned>(subtype) + 5; in isJSONMIMEType() local
300 return endSubtype == mimeType.length() || isASCIISpace(mimeType[endSubtype]); in isJSONMIMEType()