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

  /external/webkit/Source/WebKit/chromium/src/
WebIDBKey.cpp 35 #include "IDBKeyPath.h"
79 WebIDBKey WebIDBKey::createFromValueAndKeyPath(const WebSerializedScriptValue& serializedScriptValue, const WebIDBKeyPath& idbKeyPath)
83 return createIDBKeyFromSerializedValueAndKeyPath(serializedScriptValue, idbKeyPath);
  /external/webkit/Source/WebKit/chromium/tests/
IDBBindingUtilitiesTest.cpp 29 #include "IDBKeyPath.h"
62 Vector<IDBKeyPathElement> idbKeyPath;
64 IDBParseKeyPath(keyPath, idbKeyPath, parseError);
66 return createIDBKeyFromSerializedValueAndKeyPath(value, idbKeyPath);
77 Vector<IDBKeyPathElement> idbKeyPath;
79 IDBParseKeyPath(keyPath, idbKeyPath, parseError);
81 return injectIDBKeyIntoSerializedValue(key, value, idbKeyPath);

Completed in 444 milliseconds