Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLInputElement.cpp1223 static bool isValidMIMEType(const String& type) in isValidMIMEType() function
1264 return parseAcceptAttribute(fastGetAttribute(acceptAttr), isValidMIMEType); in acceptMIMETypes()