OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:deleteFunction
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBCursor.cpp
229
IDBRequest* IDBCursor::
deleteFunction
(ScriptState* scriptState, ExceptionState& exceptionState)
IDBObjectStore.cpp
265
IDBRequest* IDBObjectStore::
deleteFunction
(ScriptState* scriptState, const ScriptValue& key, ExceptionState& exceptionState)
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
Cache.cpp
197
ScriptPromise Cache::
deleteFunction
(ScriptState* scriptState, Request* originalRequest, const QueryParams& queryParams)
208
ScriptPromise Cache::
deleteFunction
(ScriptState* scriptState, const String& requestString, const QueryParams& queryParams)
CacheStorage.cpp
201
ScriptPromise CacheStorage::
deleteFunction
(ScriptState* scriptState, const String& cacheName)
Completed in 272 milliseconds