Searched defs:deleteFunction (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DCacheStorage.cpp201 ScriptPromise CacheStorage::deleteFunction(ScriptState* scriptState, const String& cacheName) function in class:blink::CacheStorage
H A DCache.cpp197 ScriptPromise Cache::deleteFunction(ScriptState* scriptState, Request* originalRequest, const QueryParams& queryParams) function in class:blink::Cache
208 ScriptPromise Cache::deleteFunction(ScriptState* scriptState, const String& requestString, const QueryParams& queryParams) function in class:blink::Cache
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBCursor.cpp229 IDBRequest* IDBCursor::deleteFunction(ScriptState* scriptState, ExceptionState& exceptionState) function in class:blink::IDBCursor
H A DIDBObjectStore.cpp265 IDBRequest* IDBObjectStore::deleteFunction(ScriptState* scriptState, const ScriptValue& key, ExceptionState& exceptionState) function in class:blink::IDBObjectStore

Completed in 426 milliseconds