Searched defs:getInternal (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/network/
H A DResourceHandle.h168 ResourceHandleInternal* getInternal() { return d.get(); } function in class:WebCore::ResourceHandle
/external/webkit/Source/WebCore/storage/
H A DIDBIndexBackendImpl.cpp123 void IDBIndexBackendImpl::getInternal(ScriptExecutionContext*, PassRefPtr<IDBIndexBackendImpl> index, PassRefPtr<IDBKey> key, bool getObject, PassRefPtr<IDBCallbacks> callbacks) function in class:WebCore::IDBIndexBackendImpl
125 // FIXME: Split getInternal into two functions, getting rid off |getObject|.
148 if (!transaction->scheduleTask(createCallbackTask(&getInternal, index, key, true, callbacks)))
157 if (!transaction->scheduleTask(createCallbackTask(&getInternal, index, key, false, callbacks)))
H A DIDBObjectStoreBackendImpl.cpp89 if (!transaction->scheduleTask(createCallbackTask(&IDBObjectStoreBackendImpl::getInternal, objectStore, key, callbacks)))
93 void IDBObjectStoreBackendImpl::getInternal(ScriptExecutionContext*, PassRefPtr<IDBObjectStoreBackendImpl> objectStore, PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks> callbacks) function in class:WebCore::IDBObjectStoreBackendImpl

Completed in 62 milliseconds