getFile           114 Source/modules/filesystem/DOMFileSystemBase.h     void getFile(const EntryBase*, const String& path, const FileSystemFlags&, PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous);
getFile            56 Source/modules/filesystem/DirectoryEntry.cpp     m_fileSystem->getFile(this, path, flags, successCallback, errorCallback);
getFile            58 Source/modules/filesystem/DirectoryEntry.h     void getFile(const String& path, const Dictionary&, PassOwnPtr<EntryCallback> = nullptr, PassOwnPtr<ErrorCallback> = nullptr);
getFile            58 Source/modules/filesystem/DirectoryEntrySync.cpp     m_fileSystem->getFile(this, path, flags, helper->successCallback(), helper->errorCallback(), DOMFileSystemBase::Synchronous);
getFile            55 Source/modules/filesystem/DirectoryEntrySync.h     PassRefPtrWillBeRawPtr<FileEntrySync> getFile(const String& path, const Dictionary&, ExceptionState&);