Home
last modified time | relevance | path

Searched defs:acceptTypes (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DFileChooser.cpp102 Vector<String> FileChooserSettings::acceptTypes() const in acceptTypes() function in WebCore::FileChooserSettings
104 Vector<String> acceptTypes; in acceptTypes() local
/external/chromium_org/third_party/WebKit/public/web/
DWebFileChooserParams.h59 WebVector<WebString> acceptTypes; member
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwWebContentsDelegate.java25 String acceptTypes, String title, String defaultFilename, boolean capture); in runFileChooser()
DAwWebContentsDelegateAdapter.java173 String acceptTypes, String title, String defaultFilename, boolean capture) { in runFileChooser()
DAwContentsClient.java146 public String acceptTypes; field in AwContentsClient.FileChooserParams