OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getInternal
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/network/
ResourceHandle.h
168
ResourceHandleInternal*
getInternal
() { return d.get(); }
/external/webkit/Source/WebCore/storage/
IDBIndexBackendImpl.cpp
123
void IDBIndexBackendImpl::
getInternal
(ScriptExecutionContext*, PassRefPtr<IDBIndexBackendImpl> index, PassRefPtr<IDBKey> key, bool getObject, PassRefPtr<IDBCallbacks> callbacks)
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)))
IDBObjectStoreBackendImpl.cpp
89
if (!transaction->scheduleTask(createCallbackTask(&IDBObjectStoreBackendImpl::
getInternal
, objectStore, key, callbacks)))
93
void IDBObjectStoreBackendImpl::
getInternal
(ScriptExecutionContext*, PassRefPtr<IDBObjectStoreBackendImpl> objectStore, PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks> callbacks)
Completed in 79 milliseconds