Home
last modified time | relevance | path

Searched defs:FileChooserParams (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/public/common/
Dfile_chooser_params.h17 struct CONTENT_EXPORT FileChooserParams { struct
21 enum Mode {
36 Mode mode;
40 base::string16 title;
43 base::FilePath default_file_name;
47 std::vector<base::string16> accept_types;
52 bool capture;
Dfile_chooser_params.cc9 FileChooserParams::FileChooserParams() : mode(Open) { in FileChooserParams() function in content::FileChooserParams
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwContentsClient.java137 public static class FileChooserParams { class in AwContentsClient