OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebFileSystemType
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebFileSystemType.h
36
enum
WebFileSystemType
{
WebFileSystem.h
36
#include "
WebFileSystemType
.h"
65
virtual void openFileSystem(const WebURL& storagePartition, const
WebFileSystemType
, WebFileSystemCallbacks) { BLINK_ASSERT_NOT_REACHED(); }
80
virtual void deleteFileSystem(const WebURL& storagePartition, const
WebFileSystemType
, WebFileSystemCallbacks) { }
WebFileSystemCallbacks.h
37
#include "
WebFileSystemType
.h"
97
BLINK_PLATFORM_EXPORT void didResolveURL(const WebString& name, const WebURL& rootURL,
WebFileSystemType
, const WebString& filePath, bool isDirectory);
/external/chromium_org/content/child/fileapi/
webfilesystem_impl.h
54
const blink::
WebFileSystemType
type,
61
const blink::
WebFileSystemType
type,
webfilesystem_impl.cc
168
static_cast<blink::
WebFileSystemType
>(info.mount_type),
329
blink::
WebFileSystemType
type,
369
blink::
WebFileSystemType
type,
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
LocalFileSystem.cpp
81
blink::Platform::current()->fileSystem()->openFileSystem(storagePartition, static_cast<blink::
WebFileSystemType
>(type), callbacks);
94
blink::Platform::current()->fileSystem()->deleteFileSystem(storagePartition, static_cast<blink::
WebFileSystemType
>(type), callbacks);
/external/chromium_org/third_party/WebKit/public/web/
WebFrame.h
36
#include "../platform/
WebFileSystemType
.h"
326
virtual v8::Handle<v8::Value> createFileSystem(
WebFileSystemType
,
332
virtual v8::Handle<v8::Value> createSerializableFileSystem(
WebFileSystemType
,
336
virtual v8::Handle<v8::Value> createFileEntry(
WebFileSystemType
,
/external/chromium_org/webkit/common/fileapi/
file_system_util.h
14
#include "third_party/WebKit/public/platform/
WebFileSystemType
.h"
113
blink::
WebFileSystemType
* type);
file_system_util.cc
316
blink::
WebFileSystemType
* type) {
/external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.h
40
#include "public/platform/
WebFileSystemType
.h"
134
virtual v8::Handle<v8::Value> createFileSystem(
WebFileSystemType
,
137
virtual v8::Handle<v8::Value> createSerializableFileSystem(
WebFileSystemType
,
140
virtual v8::Handle<v8::Value> createFileEntry(
WebFileSystemType
,
WebFrameImpl.cpp
889
v8::Handle<v8::Value> WebFrameImpl::createFileSystem(
WebFileSystemType
type, const WebString& name, const WebString& path)
895
v8::Handle<v8::Value> WebFrameImpl::createSerializableFileSystem(
WebFileSystemType
type, const WebString& name, const WebString& path)
903
v8::Handle<v8::Value> WebFrameImpl::createFileEntry(
WebFileSystemType
type, const WebString& fileSystemName, const WebString& fileSystemPath, const WebString& filePath, bool isDirectory)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebFileSystemCallbacks.cpp
131
void WebFileSystemCallbacks::didResolveURL(const WebString& name, const WebURL& rootURL,
WebFileSystemType
type, const WebString& filePath, bool isDirectory)
/external/chromium_org/chrome/renderer/extensions/
file_system_natives.cc
17
#include "third_party/WebKit/public/platform/
WebFileSystemType
.h"
81
blink::
WebFileSystemType
type;
Completed in 254 milliseconds