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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.cpp1230 static inline bool isRFC2616TokenCharacter(UChar ch) function in namespace:blink
1241 if (!isRFC2616TokenCharacter(type[i]) && i != slashPosition)

Completed in 413 milliseconds