allowFileSystem    51 Source/modules/filesystem/FileSystemClient.h     virtual bool allowFileSystem(ExecutionContext*) = 0;
allowFileSystem    69 Source/modules/filesystem/LocalFileSystem.cpp     if (!client() || !client()->allowFileSystem(context)) {
allowFileSystem    78 Source/modules/filesystem/LocalFileSystem.cpp     if (!client() || !client()->allowFileSystem(context)) {
allowFileSystem    91 Source/modules/filesystem/LocalFileSystem.cpp     if (!client() || !client()->allowFileSystem(context)) {
allowFileSystem    63 Source/web/LocalFileSystemClient.cpp         return !webFrame->permissionClient() || webFrame->permissionClient()->allowFileSystem(webFrame);
allowFileSystem    66 Source/web/LocalFileSystemClient.cpp     return WorkerPermissionClient::from(*toWorkerGlobalScope(context))->allowFileSystem();
allowFileSystem    45 Source/web/LocalFileSystemClient.h     virtual bool allowFileSystem(WebCore::ExecutionContext*) OVERRIDE;
allowFileSystem    64 Source/web/WorkerPermissionClient.cpp     return m_proxy->allowFileSystem();
allowFileSystem    55 Source/web/WorkerPermissionClient.h     bool allowFileSystem();
allowFileSystem    50 public/web/WebPermissionClient.h     virtual bool allowFileSystem(WebLocalFrame*) { return true; }
allowFileSystem    56 public/web/WebWorkerPermissionClientProxy.h     virtual bool allowFileSystem()