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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMImplementation.cpp301 unsigned endSubtype = static_cast<unsigned>(subtype) + 5; local
302 return endSubtype == mimeType.length() || isASCIISpace(mimeType[endSubtype]);

Completed in 60 milliseconds