Searched refs:acceptsAllTypes (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/file_system/
H A Dfile_system_api_unittest.cc63 bool acceptsAllTypes = false; local
65 base::FilePath::StringType(), NULL, &acceptsAllTypes);
74 acceptsAllTypes = false;
76 base::FilePath::StringType(), &options, &acceptsAllTypes);
93 acceptsAllTypes = false;
95 ToStringType(".jso"), &options, &acceptsAllTypes);
105 acceptsAllTypes = false;
107 base::FilePath::StringType(), &options, &acceptsAllTypes);
125 acceptsAllTypes = false;
127 base::FilePath::StringType(), &options, &acceptsAllTypes);
[all...]
H A Dfile_system_api.h135 const bool* acceptsAllTypes);
H A Dfile_system_api.cc852 const bool* acceptsAllTypes) {
854 if (acceptsAllTypes)
855 file_type_info->include_all_files = *acceptsAllTypes;
848 BuildFileTypeInfo( ui::SelectFileDialog::FileTypeInfo* file_type_info, const base::FilePath::StringType& suggested_extension, const AcceptOptions* accepts, const bool* acceptsAllTypes) argument

Completed in 360 milliseconds