OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileSystemFlags
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileSystemFlags.h
38
struct
FileSystemFlags
{
39
explicit
FileSystemFlags
(const Dictionary& options)
DirectoryEntry.cpp
55
FileSystemFlags
flags(options);
61
FileSystemFlags
flags(options);
DirectoryEntrySync.cpp
56
FileSystemFlags
flags(options);
64
FileSystemFlags
flags(options);
DOMFileSystemBase.h
34
#include "modules/filesystem/
FileSystemFlags
.h"
112
void getFile(const EntryBase*, const String& path, const
FileSystemFlags
&, PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous);
113
void getDirectory(const EntryBase*, const String& path, const
FileSystemFlags
&, PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous);
DOMFileSystemBase.cpp
289
void DOMFileSystemBase::getFile(const EntryBase* entry, const String& path, const
FileSystemFlags
& flags, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType)
306
void DOMFileSystemBase::getDirectory(const EntryBase* entry, const String& path, const
FileSystemFlags
& flags, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType)
Completed in 2868 milliseconds