Home | History | Annotate | Download | only in chromium

Lines Matching refs:openFileSystem

1128 void WebViewHost::openFileSystem(WebFrame* frame, WebFileSystem::Type type, long long size, bool create, WebFileSystemCallbacks* callbacks)
1130 webkit_support::OpenFileSystem(frame, type, size, create, callbacks);