Searched refs:errorCallbackRef (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DEntry.cpp53 void Entry::getMetadata(PassRefPtr<MetadataCallback> successCallback, PassRefPtr<ErrorCallback> errorCallbackRef) argument
55 RefPtr<ErrorCallback> errorCallback(errorCallbackRef);
60 void Entry::moveTo(PassRefPtr<DirectoryEntry> parent, const String& name, PassRefPtr<EntryCallback> successCallback, PassRefPtr<ErrorCallback> errorCallbackRef) const
62 RefPtr<ErrorCallback> errorCallback(errorCallbackRef);
67 void Entry::copyTo(PassRefPtr<DirectoryEntry> parent, const String& name, PassRefPtr<EntryCallback> successCallback, PassRefPtr<ErrorCallback> errorCallbackRef) const
69 RefPtr<ErrorCallback> errorCallback(errorCallbackRef);
74 void Entry::remove(PassRefPtr<VoidCallback> successCallback, PassRefPtr<ErrorCallback> errorCallbackRef) const
76 RefPtr<ErrorCallback> errorCallback(errorCallbackRef);
81 void Entry::getParent(PassRefPtr<EntryCallback> successCallback, PassRefPtr<ErrorCallback> errorCallbackRef) const
83 RefPtr<ErrorCallback> errorCallback(errorCallbackRef);
[all...]
H A DDirectoryEntry.cpp53 void DirectoryEntry::getFile(const String& path, const Dictionary& options, PassRefPtr<EntryCallback> successCallback, PassRefPtr<ErrorCallback> errorCallbackRef) argument
56 RefPtr<ErrorCallback> errorCallback(errorCallbackRef);
61 void DirectoryEntry::getDirectory(const String& path, const Dictionary& options, PassRefPtr<EntryCallback> successCallback, PassRefPtr<ErrorCallback> errorCallbackRef) argument
64 RefPtr<ErrorCallback> errorCallback(errorCallbackRef);
69 void DirectoryEntry::removeRecursively(PassRefPtr<VoidCallback> successCallback, PassRefPtr<ErrorCallback> errorCallbackRef) const
71 RefPtr<ErrorCallback> errorCallback(errorCallbackRef);

Completed in 302 milliseconds