• Home
  • Raw
  • Download

Lines Matching refs:mode

87 …read(WebCommonWorkerClient*, WebFileSystem::Type, long long size, bool create, const String& mode);
88 …oveToMainThread(WebFileSystem*, const String& srcPath, const String& destPath, const String& mode);
89 …opyToMainThread(WebFileSystem*, const String& srcPath, const String& destPath, const String& mode);
90 void postRemoveToMainThread(WebFileSystem*, const String& path, const String& mode);
91 void postRemoveRecursivelyToMainThread(WebFileSystem*, const String& path, const String& mode);
92 void postReadMetadataToMainThread(WebFileSystem*, const String& path, const String& mode);
93 …postCreateFileToMainThread(WebFileSystem*, const String& path, bool exclusive, const String& mode);
94 …reateDirectoryToMainThread(WebFileSystem*, const String& path, bool exclusive, const String& mode);
95 void postFileExistsToMainThread(WebFileSystem*, const String& path, const String& mode);
96 void postDirectoryExistsToMainThread(WebFileSystem*, const String& path, const String& mode);
97 void postReadDirectoryToMainThread(WebFileSystem*, const String& path, const String& mode);
100 void didFailOnMainThread(WebFileError, const String& mode);
101 …void didOpenFileSystemOnMainThread(const String& name, const String& rootPath, const String& mode);
102 void didSucceedOnMainThread(const String& mode);
103 void didReadMetadataOnMainThread(const WebFileInfo&, const String& mode);
104 …dReadDirectoryOnMainThread(const WebVector<WebFileSystemEntry>&, bool hasMore, const String& mode);
110 …leSystem::Type, long long size, bool create, WorkerFileSystemCallbacksBridge*, const String& mode);
111 …nst String& srcPath, const String& destPath, WorkerFileSystemCallbacksBridge*, const String& mode);
112 …nst String& srcPath, const String& destPath, WorkerFileSystemCallbacksBridge*, const String& mode);
113 …ontext*, WebFileSystem*, const String& path, WorkerFileSystemCallbacksBridge*, const String& mode);
114 …ontext*, WebFileSystem*, const String& path, WorkerFileSystemCallbacksBridge*, const String& mode);
115 …ontext*, WebFileSystem*, const String& path, WorkerFileSystemCallbacksBridge*, const String& mode);
116 …System*, const String& path, bool exclusive, WorkerFileSystemCallbacksBridge*, const String& mode);
117 …System*, const String& path, bool exclusive, WorkerFileSystemCallbacksBridge*, const String& mode);
118 …ontext*, WebFileSystem*, const String& path, WorkerFileSystemCallbacksBridge*, const String& mode);
119 …ontext*, WebFileSystem*, const String& path, WorkerFileSystemCallbacksBridge*, const String& mode);
120 …ontext*, WebFileSystem*, const String& path, WorkerFileSystemCallbacksBridge*, const String& mode);
135 void mayPostTaskToWorker(PassOwnPtr<WebCore::ScriptExecutionContext::Task>, const String& mode);