Searched defs:SelectedFileInfo (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/shell_dialogs/
H A Dselected_file_info.cc9 SelectedFileInfo::SelectedFileInfo() {} function in class:ui::SelectedFileInfo
11 SelectedFileInfo::SelectedFileInfo(const base::FilePath& in_file_path, function in class:ui::SelectedFileInfo
20 SelectedFileInfo::~SelectedFileInfo() {}
H A Dselected_file_info.h17 struct SHELL_DIALOGS_EXPORT SelectedFileInfo { struct in namespace:ui
35 SelectedFileInfo();
36 SelectedFileInfo(const base::FilePath& in_file_path,
38 ~SelectedFileInfo();
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFileChooserCompletion.h43 struct SelectedFileInfo { struct in class:blink::WebFileChooserCompletion
57 // Called with zero or more files, given as a vector of SelectedFileInfo.
63 virtual void didChooseFile(const WebVector<SelectedFileInfo>&) { }

Completed in 65 milliseconds