OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EntryBase
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
EntryBase.cpp
32
#include "modules/filesystem/
EntryBase
.h"
41
EntryBase
::
EntryBase
(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
48
EntryBase
::~
EntryBase
()
52
String
EntryBase
::toURL() const
EntryBase.h
43
class
EntryBase
: public RefCounted<
EntryBase
> {
45
virtual ~
EntryBase
();
58
EntryBase
(PassRefPtr<DOMFileSystemBase>, const String& fullPath);
DOMFileSystemBase.h
50
class
EntryBase
;
101
KURL createFileSystemURL(const
EntryBase
*) const;
103
static bool pathToAbsolutePath(FileSystemType, const
EntryBase
*, String path, String& absolutePath);
107
void getMetadata(const
EntryBase
*, PassOwnPtr<MetadataCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous);
108
void move(const
EntryBase
* source,
EntryBase
* parent, const String& name, PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous);
109
void copy(const
EntryBase
* source,
EntryBase
* parent, const String& name, PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous);
110
void remove(const
EntryBase
*, PassOwnPtr<VoidCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous);
111
void removeRecursively(const
EntryBase
*, PassOwnPtr<VoidCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous)
[
all
...]
EntrySync.h
36
#include "modules/filesystem/
EntryBase
.h"
47
class EntrySync : public ScriptWrappable, public
EntryBase
{
49
static PassRefPtr<EntrySync> create(
EntryBase
*);
DOMFileSystemBase.cpp
42
#include "modules/filesystem/
EntryBase
.h"
127
KURL DOMFileSystemBase::createFileSystemURL(const
EntryBase
* entry) const
157
bool DOMFileSystemBase::pathToAbsolutePath(FileSystemType type, const
EntryBase
* base, String path, String& absolutePath)
188
void DOMFileSystemBase::getMetadata(const
EntryBase
* entry, PassOwnPtr<MetadataCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType)
195
static bool verifyAndGetDestinationPathForCopyOrMove(const
EntryBase
* source,
EntryBase
* parent, const String& newName, String& destinationPath)
224
void DOMFileSystemBase::move(const
EntryBase
* source,
EntryBase
* parent, const String& newName, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType)
238
void DOMFileSystemBase::copy(const
EntryBase
* source,
EntryBase
* parent, const String& newName, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallbac (…)
[
all
...]
Entry.h
36
#include "modules/filesystem/
EntryBase
.h"
49
class Entry : public
EntryBase
, public ScriptWrappable {
EntrySync.cpp
46
PassRefPtr<EntrySync> EntrySync::create(
EntryBase
* entry)
89
:
EntryBase
(fileSystem, fullPath)
Entry.cpp
47
:
EntryBase
(fileSystem, fullPath)
/frameworks/compile/mclinker/include/mcld/Target/
PLT.h
62
template<size_t SIZE, typename
EntryBase
= PLTEntryBase>
63
class Entry : public
EntryBase
70
:
EntryBase
(pParent)
/external/chromium_org/third_party/WebKit/Source/modules/
modules.target.darwin-arm.mk
76
third_party/WebKit/Source/modules/filesystem/
EntryBase
.cpp \
modules.target.darwin-mips.mk
76
third_party/WebKit/Source/modules/filesystem/
EntryBase
.cpp \
modules.target.darwin-x86.mk
76
third_party/WebKit/Source/modules/filesystem/
EntryBase
.cpp \
modules.target.linux-arm.mk
76
third_party/WebKit/Source/modules/filesystem/
EntryBase
.cpp \
modules.target.linux-mips.mk
76
third_party/WebKit/Source/modules/filesystem/
EntryBase
.cpp \
modules.target.linux-x86.mk
76
third_party/WebKit/Source/modules/filesystem/
EntryBase
.cpp \
Completed in 194 milliseconds