OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acceptsAllTypes
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_api_unittest.cc
62
//
AcceptsAllTypes
is ignored when no other extensions are available.
64
bool
acceptsAllTypes
= false;
66
base::FilePath::StringType(), NULL, &
acceptsAllTypes
);
75
acceptsAllTypes
= false;
77
base::FilePath::StringType(), &options, &
acceptsAllTypes
);
94
acceptsAllTypes
= false;
96
ToStringType(".jso"), &options, &
acceptsAllTypes
);
106
acceptsAllTypes
= false;
108
base::FilePath::StringType(), &options, &
acceptsAllTypes
);
126
acceptsAllTypes
= false
[
all
...]
file_system_api.h
140
const bool*
acceptsAllTypes
);
file_system_api.cc
725
const bool*
acceptsAllTypes
) {
727
if (
acceptsAllTypes
)
728
file_type_info->include_all_files = *
acceptsAllTypes
;
[
all
...]
Completed in 87 milliseconds