Searched refs:clearInternal (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wince/
H A DSharedBitmap.h105 ~DCHolder() { clearInternal(); }
108 clearInternal();
115 void clearInternal() function in class:WebCore::SharedBitmap::DCHolder
/external/webkit/Source/WebCore/storage/
H A DIDBObjectStoreBackendImpl.h92 static void clearInternal(ScriptExecutionContext*, PassRefPtr<IDBObjectStoreBackendImpl>, PassRefPtr<IDBCallbacks>);
H A DIDBObjectStoreBackendImpl.cpp317 if (!transaction->scheduleTask(createCallbackTask(&IDBObjectStoreBackendImpl::clearInternal, objectStore, callbacks)))
321 void IDBObjectStoreBackendImpl::clearInternal(ScriptExecutionContext*, PassRefPtr<IDBObjectStoreBackendImpl> objectStore, PassRefPtr<IDBCallbacks> callbacks) function in class:WebCore::IDBObjectStoreBackendImpl

Completed in 93 milliseconds