Searched refs:removeFileSystem (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorFrontendHost.idl76 void removeFileSystem(DOMString fileSystemPath);
H A DInspectorFrontendClient.h81 virtual void removeFileSystem(const String& fileSystemPath) = 0;
H A DInspectorFrontendClientLocal.h82 virtual void removeFileSystem(const String&) { } function in class:WebCore::InspectorFrontendClientLocal
H A DInspectorFrontendHost.h90 void removeFileSystem(const String& fileSystemPath);
H A DInspectorFrontendHost.cpp316 void InspectorFrontendHost::removeFileSystem(const String& fileSystemPath) function in class:WebCore::InspectorFrontendHost
319 m_client->removeFileSystem(fileSystemPath);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DIsolatedFileSystemManager.js90 removeFileSystem: function(fileSystemPath, callback) method in class:WebInspector.IsolatedFileSystemManager
93 InspectorFrontendHost.removeFileSystem(fileSystemPath);
H A DInspectorFrontendHostStub.js210 removeFileSystem: function(fileSystemPath) method in class:WebInspector.InspectorFrontendHostStub
H A Dexterns.js192 InspectorFrontendHostAPI.prototype.removeFileSystem = function(fileSystemPath) {} method in class:InspectorFrontendHostAPI
H A DSettingsScreen.js604 WebInspector.isolatedFileSystemManager.removeFileSystem(fileSystemPath, fileSystemRemoved.bind(this));

Completed in 187 milliseconds