HomeSort by relevance Sort by last modified time
    Searched defs:clearInternal (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.h 105 ~DCHolder() { clearInternal(); }
108 clearInternal();
115 void clearInternal()
  /external/webkit/Source/WebCore/storage/
IDBObjectStoreBackendImpl.cpp 317 if (!transaction->scheduleTask(createCallbackTask(&IDBObjectStoreBackendImpl::clearInternal, objectStore, callbacks)))
321 void IDBObjectStoreBackendImpl::clearInternal(ScriptExecutionContext*, PassRefPtr<IDBObjectStoreBackendImpl> objectStore, PassRefPtr<IDBCallbacks> callbacks)

Completed in 44 milliseconds