Home
last modified time | relevance | path

Searched defs:callbacks (Results 1 – 25 of 93) sorted by relevance

1234

/external/webkit/Source/WebKit/chromium/src/
DAsyncFileSystemChromium.cpp64 …t String& sourcePath, const String& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks> callback… in move()
69 …t String& sourcePath, const String& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks> callback… in copy()
74 … AsyncFileSystemChromium::remove(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callback… in remove()
79 …ystemChromium::removeRecursively(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callback… in removeRecursively()
84 …FileSystemChromium::readMetadata(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callback… in readMetadata()
89 …mium::createFile(const String& path, bool exclusive, PassOwnPtr<AsyncFileSystemCallbacks> callback… in createFile()
94 …:createDirectory(const String& path, bool exclusive, PassOwnPtr<AsyncFileSystemCallbacks> callback… in createDirectory()
99 …ncFileSystemChromium::fileExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callback… in fileExists()
104 …eSystemChromium::directoryExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callback… in directoryExists()
109 …ileSystemChromium::readDirectory(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callback… in readDirectory()
[all …]
DWorkerAsyncFileSystemChromium.cpp90 …t String& sourcePath, const String& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks> callback… in move()
95 …t String& sourcePath, const String& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks> callback… in copy()
100 …rAsyncFileSystemChromium::remove(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callback… in remove()
105 …ystemChromium::removeRecursively(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callback… in removeRecursively()
110 …FileSystemChromium::readMetadata(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callback… in readMetadata()
115 …mium::createFile(const String& path, bool exclusive, PassOwnPtr<AsyncFileSystemCallbacks> callback… in createFile()
120 …:createDirectory(const String& path, bool exclusive, PassOwnPtr<AsyncFileSystemCallbacks> callback… in createDirectory()
125 …ncFileSystemChromium::fileExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callback… in fileExists()
130 …eSystemChromium::directoryExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callback… in directoryExists()
135 …ileSystemChromium::readDirectory(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callback… in readDirectory()
[all …]
DWebIDBIndexImpl.cpp71 …rsor(const WebIDBKeyRange& keyRange, unsigned short direction, WebIDBCallbacks* callbacks, const W… in openObjectCursor()
76 …rsor(const WebIDBKeyRange& keyRange, unsigned short direction, WebIDBCallbacks* callbacks, const W… in openKeyCursor()
81 void WebIDBIndexImpl::getObject(const WebIDBKey& keyRange, WebIDBCallbacks* callbacks, const WebIDB… in getObject()
86 void WebIDBIndexImpl::getKey(const WebIDBKey& keyRange, WebIDBCallbacks* callbacks, const WebIDBTra… in getKey()
DWebIDBCursorImpl.cpp70 void WebIDBCursorImpl::update(const WebSerializedScriptValue& value, WebIDBCallbacks* callbacks, We… in update()
75 void WebIDBCursorImpl::continueFunction(const WebIDBKey& key, WebIDBCallbacks* callbacks, WebExcept… in continueFunction()
80 void WebIDBCursorImpl::deleteFunction(WebIDBCallbacks* callbacks, WebExceptionCode& ec) in deleteFunction()
DIDBCursorBackendProxy.cpp77 …kendProxy::update(PassRefPtr<SerializedScriptValue> value, PassRefPtr<IDBCallbacks> callbacks, Exc… in update()
82 …rsorBackendProxy::continueFunction(PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks> callbacks, Exc… in continueFunction()
87 void IDBCursorBackendProxy::deleteFunction(PassRefPtr<IDBCallbacks> callbacks, ExceptionCode& ec) in deleteFunction()
DWebIDBObjectStoreImpl.cpp70 void WebIDBObjectStoreImpl::get(const WebIDBKey& key, WebIDBCallbacks* callbacks, const WebIDBTrans… in get()
75 …izedScriptValue& value, const WebIDBKey& key, PutMode putMode, WebIDBCallbacks* callbacks, const W… in put()
80 void WebIDBObjectStoreImpl::deleteFunction(const WebIDBKey& key, WebIDBCallbacks* callbacks, const … in deleteFunction()
85 void WebIDBObjectStoreImpl::clear(WebIDBCallbacks* callbacks, const WebIDBTransaction& transaction,… in clear()
111 …rsor(const WebIDBKeyRange& keyRange, unsigned short direction, WebIDBCallbacks* callbacks, const W… in openCursor()
DIDBDatabaseCallbacksProxy.cpp37 …baseCallbacksProxy> IDBDatabaseCallbacksProxy::create(PassOwnPtr<WebIDBDatabaseCallbacks> callback… in create()
42 IDBDatabaseCallbacksProxy::IDBDatabaseCallbacksProxy(PassOwnPtr<WebIDBDatabaseCallbacks> callbacks) in IDBDatabaseCallbacksProxy()
DIDBTransactionCallbacksProxy.cpp40 …allbacksProxy> IDBTransactionCallbacksProxy::create(PassOwnPtr<WebIDBTransactionCallbacks> callbac… in create()
45 …sactionCallbacksProxy::IDBTransactionCallbacksProxy(PassOwnPtr<WebIDBTransactionCallbacks> callbac… in IDBTransactionCallbacksProxy()
DIDBIndexBackendProxy.cpp78 …assRefPtr<IDBKeyRange> keyRange, unsigned short direction, PassRefPtr<IDBCallbacks> callbacks, IDB… in openCursor()
86 …assRefPtr<IDBKeyRange> keyRange, unsigned short direction, PassRefPtr<IDBCallbacks> callbacks, IDB… in openKeyCursor()
94 void IDBIndexBackendProxy::get(PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks> callbacks, IDBTrans… in get()
102 void IDBIndexBackendProxy::getKey(PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks> callbacks, IDBTr… in getKey()
DIDBObjectStoreBackendProxy.cpp77 void IDBObjectStoreBackendProxy::get(PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks> callbacks, ID… in get()
85 …riptValue> value, PassRefPtr<IDBKey> key, PutMode putMode, PassRefPtr<IDBCallbacks> callbacks, IDB… in put()
93 …tStoreBackendProxy::deleteFunction(PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks> callbacks, IDB… in deleteFunction()
101 void IDBObjectStoreBackendProxy::clear(PassRefPtr<IDBCallbacks> callbacks, IDBTransactionBackendInt… in clear()
136 …r(PassRefPtr<IDBKeyRange> range, unsigned short direction, PassRefPtr<IDBCallbacks> callbacks, IDB… in openCursor()
DLocalFileSystemChromium.cpp69 …ecutionContext* context, AsyncFileSystem::Type type, PassOwnPtr<AsyncFileSystemCallbacks> callback… in openFileSystemHelper()
84 …ecutionContext* context, AsyncFileSystem::Type type, PassOwnPtr<AsyncFileSystemCallbacks> callback… in readFileSystem()
89 …context, AsyncFileSystem::Type type, long long size, PassOwnPtr<AsyncFileSystemCallbacks> callback… in requestFileSystem()
DIDBCallbacksProxy.cpp48 PassRefPtr<IDBCallbacksProxy> IDBCallbacksProxy::create(PassOwnPtr<WebIDBCallbacks> callbacks) in create()
53 IDBCallbacksProxy::IDBCallbacksProxy(PassOwnPtr<WebIDBCallbacks> callbacks) in IDBCallbacksProxy()
DWebIDBDatabaseCallbacksImpl.cpp38 WebIDBDatabaseCallbacksImpl::WebIDBDatabaseCallbacksImpl(PassRefPtr<IDBDatabaseCallbacks> callbacks) in WebIDBDatabaseCallbacksImpl()
DWebIDBTransactionCallbacksImpl.cpp37 …nsactionCallbacksImpl::WebIDBTransactionCallbacksImpl(PassRefPtr<IDBTransactionCallbacks> callback… in WebIDBTransactionCallbacksImpl()
DWebIDBDatabaseImpl.cpp84 void WebIDBDatabaseImpl::setVersion(const WebString& version, WebIDBCallbacks* callbacks, WebExcept… in setVersion()
108 void WebIDBDatabaseImpl::open(WebIDBDatabaseCallbacks* callbacks) in open()
/external/webkit/Source/WebCore/fileapi/
DLocalFileSystem.cpp79 …identifier, AsyncFileSystem::Type type, bool create, PassOwnPtr<AsyncFileSystemCallbacks> callback… in openFileSystem()
84 …ecutionContext* context, AsyncFileSystem::Type type, PassOwnPtr<AsyncFileSystemCallbacks> callback… in readFileSystem()
90 …ext* context, AsyncFileSystem::Type type, long long, PassOwnPtr<AsyncFileSystemCallbacks> callback… in requestFileSystem()
/external/webkit/Source/WebCore/storage/
DIDBIndexBackendImpl.cpp71 …rection, IDBCursorBackendInterface::CursorType cursorType, PassRefPtr<IDBCallbacks> callbacks, Pas… in openCursorInternal()
107 RefPtr<IDBCallbacks> callbacks = prpCallbacks; in openCursor() local
117 RefPtr<IDBCallbacks> callbacks = prpCallbacks; in openKeyCursor() local
123 …ndexBackendImpl> index, PassRefPtr<IDBKey> key, bool getObject, PassRefPtr<IDBCallbacks> callbacks) in getInternal()
147 RefPtr<IDBCallbacks> callbacks = prpCallbacks; in get() local
156 RefPtr<IDBCallbacks> callbacks = prpCallbacks; in getKey() local
DIDBCursorBackendImpl.cpp78 …ckendImpl::update(PassRefPtr<SerializedScriptValue> value, PassRefPtr<IDBCallbacks> callbacks, Exc… in update()
92 RefPtr<IDBCallbacks> callbacks = prpCallbacks; in continueFunction() local
99 …Ptr<IDBCursorBackendImpl> prpCursor, PassRefPtr<IDBKey> prpKey, PassRefPtr<IDBCallbacks> callbacks) in continueFunctionInternal()
DIDBDatabaseBackendImpl.cpp44 …efPtr<PendingSetVersionCall> create(const String& version, PassRefPtr<IDBCallbacks> callbacks, Pas… in create()
49 PassRefPtr<IDBCallbacks> callbacks() { return m_callbacks; } in callbacks() function in WebCore::IDBDatabaseBackendImpl::PendingSetVersionCall
53 …PendingSetVersionCall(const String& version, PassRefPtr<IDBCallbacks> callbacks, PassRefPtr<IDBDat… in PendingSetVersionCall()
167 RefPtr<IDBCallbacks> callbacks = prpCallbacks; in setVersion() local
193 …r<IDBDatabaseBackendImpl> database, const String& version, PassRefPtr<IDBCallbacks> callbacks, Pas… in setVersionInternal()
219 void IDBDatabaseBackendImpl::open(PassRefPtr<IDBDatabaseCallbacks> callbacks) in open()
226 RefPtr<IDBDatabaseCallbacks> callbacks = prpCallbacks; in close() local
DIDBObjectStoreBackendImpl.cpp88 RefPtr<IDBCallbacks> callbacks = prpCallbacks; in get() local
93 …IDBObjectStoreBackendImpl> objectStore, PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks> callbacks) in getInternal()
131 RefPtr<IDBCallbacks> callbacks = prpCallbacks; in put() local
139 …jectStoreBackendImpl* objectStore, IDBKey* key, PutMode putMode, IDBCallbacks* callbacks, RefPtr<S… in selectKeyForPut()
202 …lue> prpValue, PassRefPtr<IDBKey> prpKey, PutMode putMode, PassRefPtr<IDBCallbacks> callbacks, Pas… in putInternal()
281 RefPtr<IDBCallbacks> callbacks = prpCallbacks; in deleteFunction() local
287 …IDBObjectStoreBackendImpl> objectStore, PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks> callbacks) in deleteInternal()
315 RefPtr<IDBCallbacks> callbacks = prpCallbacks; in clear() local
321 …ionContext*, PassRefPtr<IDBObjectStoreBackendImpl> objectStore, PassRefPtr<IDBCallbacks> callbacks) in clearInternal()
456 RefPtr<IDBCallbacks> callbacks = prpCallbacks; in openCursor() local
[all …]
/external/v8/test/mjsunit/
Dnumber-string-index-call.js28 var callbacks = [ function() {return 'foo'}, "nonobject", /abc/ ]; variable
/external/elfutils/libdwfl/
Ddwfl_begin.c53 dwfl_begin (const Dwfl_Callbacks *callbacks) in dwfl_begin()
/external/webkit/Source/WebKit/chromium/public/
DWebIDBCursor.h79 …virtual void remove(WebIDBCallbacks* callbacks, WebExceptionCode& ec) { deleteFunction(callbacks, … in remove()
80 …virtual void deleteFunction(WebIDBCallbacks* callbacks, WebExceptionCode& ec) { remove(callbacks, … in deleteFunction()
/external/elfutils/tests/
Ddwfl-bug-report.c35 static const Dwfl_Callbacks callbacks = variable
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
DLdapLoginModuleTest.java299 public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException { in handle()
319 public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException { in handle()

1234