Home
last modified time | relevance | path

Searched defs:WebFileChooserParams (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebFileChooserParams.h40 struct WebFileChooserParams { struct
42 bool multiSelect;
44 bool directory;
47 bool saveAs;
49 WebString title;
75 WebFileChooserParams() in WebFileChooserParams() argument
DWebViewClient.h153 virtual bool runFileChooser(const WebFileChooserParams&, in runFileChooser()