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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DDOMTokenList.h73 static bool validateTokens(const Vector<String>&, ExceptionState&);
H A DDOMTokenList.cpp53 bool DOMTokenList::validateTokens(const Vector<String>& tokens, ExceptionState& es) function in class:WebCore::DOMTokenList
102 if (!validateTokens(tokens, es))

Completed in 1086 milliseconds