Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLInputElement.cpp1218 static inline bool isRFC2616TokenCharacter(UChar ch) in isRFC2616TokenCharacter() function
1229 if (!isRFC2616TokenCharacter(type[i]) && i != slashPosition) in isValidMIMEType()