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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.cpp1254 static Vector<String> parseAcceptAttribute(const String& acceptString, bool (*predicate)(const String&)) argument
1257 if (acceptString.isEmpty())
1261 acceptString.split(',', false, splitTypes);

Completed in 283 milliseconds