Searched defs:acceptTypes (Results 1 – 5 of 5) sorted by relevance
102 Vector<String> FileChooserSettings::acceptTypes() const in acceptTypes() function in WebCore::FileChooserSettings104 Vector<String> acceptTypes; in acceptTypes() local
59 WebVector<WebString> acceptTypes; member
25 String acceptTypes, String title, String defaultFilename, boolean capture); in runFileChooser()
173 String acceptTypes, String title, String defaultFilename, boolean capture) { in runFileChooser()
146 public String acceptTypes; field in AwContentsClient.FileChooserParams