Searched refs:getInternal (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
D | IDBIndex.cpp | 178 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
|
D | IDBIndex.h | 80 IDBRequest* getInternal(ScriptState*, const ScriptValue& key, ExceptionState&, bool keyOnly);
|