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

/external/chromium_org/third_party/WebKit/Source/platform/
H A DFileChooser.cpp105 acceptTypes.reserveCapacity(acceptMIMETypes.size() + acceptFileExtensions.size());
106 acceptTypes.appendVector(acceptMIMETypes);
H A DFileChooser.h56 Vector<String> acceptMIMETypes; member in struct:blink::FileChooserSettings
61 // Returns a combined vector of acceptMIMETypes and acceptFileExtensions.
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DFileInputType.cpp160 settings.acceptMIMETypes = input.acceptMIMETypes();
325 settings.acceptMIMETypes = input.acceptMIMETypes();
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.h163 Vector<String> acceptMIMETypes();
H A DHTMLInputElement.cpp1274 Vector<String> HTMLInputElement::acceptMIMETypes() function in class:blink::HTMLInputElement

Completed in 203 milliseconds