OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RevokeFileSystem
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/webkit/browser/fileapi/
transient_file_util.cc
21
void
RevokeFileSystem
(const std::string& filesystem_id,
23
IsolatedContext::GetInstance()->
RevokeFileSystem
(filesystem_id);
50
base::Bind(&
RevokeFileSystem
, url.filesystem_id()), NULL);
external_mount_points.cc
119
bool ExternalMountPoints::
RevokeFileSystem
(const std::string& mount_name) {
isolated_context.cc
275
bool IsolatedContext::
RevokeFileSystem
(const std::string& filesystem_id) {
/external/chromium_org/chrome/browser/media_galleries/
media_file_system_registry_unittest.cc
81
virtual void
RevokeFileSystem
(const std::string& fsid) OVERRIDE;
129
void TestMediaFileSystemContext::
RevokeFileSystem
(const std::string& fsid) {
[
all
...]
Completed in 117 milliseconds