HomeSort by relevance Sort by last modified time
    Searched defs:WebFileSystemCallbacksImpl (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
WebFileSystemCallbacksImpl.cpp 31 #include "WebFileSystemCallbacksImpl.h"
50 WebFileSystemCallbacksImpl::WebFileSystemCallbacksImpl(PassOwnPtr<AsyncFileSystemCallbacks> callbacks, AsyncFileSystem::Type type, WebCore::ScriptExecutionContext* context, bool synchronous)
59 WebFileSystemCallbacksImpl::~WebFileSystemCallbacksImpl()
63 void WebFileSystemCallbacksImpl::didSucceed()
69 void WebFileSystemCallbacksImpl::didReadMetadata(const WebFileInfo& webFileInfo)
80 void WebFileSystemCallbacksImpl::didReadDirectory(const WebVector<WebFileSystemEntry>& entries, bool hasMore)
88 void WebFileSystemCallbacksImpl::didOpenFileSystem(const WebString& name, const WebString& path)
97 void WebFileSystemCallbacksImpl::didFail(WebFileError error
    [all...]
WebFileSystemCallbacksImpl.h 52 class WebFileSystemCallbacksImpl : public WebFileSystemCallbacks {
54 WebFileSystemCallbacksImpl(PassOwnPtr<WebCore::AsyncFileSystemCallbacks>, WebCore::AsyncFileSystem::Type = WebCore::AsyncFileSystem::Temporary, WebCore::ScriptExecutionContext* = 0, bool synchronous = false);
55 virtual ~WebFileSystemCallbacksImpl();

Completed in 78 milliseconds