/external/webkit/Source/WebKit/chromium/src/ |
D | AsyncFileSystemChromium.cpp | 64 …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 …]
|
D | WorkerAsyncFileSystemChromium.cpp | 90 …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 …]
|
D | WebIDBIndexImpl.cpp | 71 …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()
|
D | WebIDBCursorImpl.cpp | 70 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()
|
D | IDBCursorBackendProxy.cpp | 77 …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()
|
D | WebIDBObjectStoreImpl.cpp | 70 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()
|
D | IDBDatabaseCallbacksProxy.cpp | 37 …baseCallbacksProxy> IDBDatabaseCallbacksProxy::create(PassOwnPtr<WebIDBDatabaseCallbacks> callback… in create() 42 IDBDatabaseCallbacksProxy::IDBDatabaseCallbacksProxy(PassOwnPtr<WebIDBDatabaseCallbacks> callbacks) in IDBDatabaseCallbacksProxy()
|
D | IDBTransactionCallbacksProxy.cpp | 40 …allbacksProxy> IDBTransactionCallbacksProxy::create(PassOwnPtr<WebIDBTransactionCallbacks> callbac… in create() 45 …sactionCallbacksProxy::IDBTransactionCallbacksProxy(PassOwnPtr<WebIDBTransactionCallbacks> callbac… in IDBTransactionCallbacksProxy()
|
D | IDBIndexBackendProxy.cpp | 78 …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()
|
D | IDBObjectStoreBackendProxy.cpp | 77 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()
|
D | LocalFileSystemChromium.cpp | 69 …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()
|
D | IDBCallbacksProxy.cpp | 48 PassRefPtr<IDBCallbacksProxy> IDBCallbacksProxy::create(PassOwnPtr<WebIDBCallbacks> callbacks) in create() 53 IDBCallbacksProxy::IDBCallbacksProxy(PassOwnPtr<WebIDBCallbacks> callbacks) in IDBCallbacksProxy()
|
D | WebIDBDatabaseCallbacksImpl.cpp | 38 WebIDBDatabaseCallbacksImpl::WebIDBDatabaseCallbacksImpl(PassRefPtr<IDBDatabaseCallbacks> callbacks) in WebIDBDatabaseCallbacksImpl()
|
D | WebIDBTransactionCallbacksImpl.cpp | 37 …nsactionCallbacksImpl::WebIDBTransactionCallbacksImpl(PassRefPtr<IDBTransactionCallbacks> callback… in WebIDBTransactionCallbacksImpl()
|
D | WebIDBDatabaseImpl.cpp | 84 void WebIDBDatabaseImpl::setVersion(const WebString& version, WebIDBCallbacks* callbacks, WebExcept… in setVersion() 108 void WebIDBDatabaseImpl::open(WebIDBDatabaseCallbacks* callbacks) in open()
|
/external/webkit/Source/WebCore/fileapi/ |
D | LocalFileSystem.cpp | 79 …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/ |
D | IDBIndexBackendImpl.cpp | 71 …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
|
D | IDBCursorBackendImpl.cpp | 78 …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()
|
D | IDBDatabaseBackendImpl.cpp | 44 …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
|
D | IDBObjectStoreBackendImpl.cpp | 88 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/ |
D | number-string-index-call.js | 28 var callbacks = [ function() {return 'foo'}, "nonobject", /abc/ ]; variable
|
/external/elfutils/libdwfl/ |
D | dwfl_begin.c | 53 dwfl_begin (const Dwfl_Callbacks *callbacks) in dwfl_begin()
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebIDBCursor.h | 79 …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/ |
D | dwfl-bug-report.c | 35 static const Dwfl_Callbacks callbacks = variable
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/ |
D | LdapLoginModuleTest.java | 299 public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException { in handle() 319 public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException { in handle()
|