Home
last modified time | relevance | path

Searched refs:getInternal (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBIndex.cpp178 return getInternal(scriptState, key, exceptionState, false); in get()
184 return getInternal(scriptState, key, exceptionState, true); in getKey()
187 IDBRequest* IDBIndex::getInternal(ScriptState* scriptState, const ScriptValue& key, ExceptionState&… in getInternal() function in blink::IDBIndex
DIDBIndex.h80 IDBRequest* getInternal(ScriptState*, const ScriptValue& key, ExceptionState&, bool keyOnly);