Home
last modified time | relevance | path

Searched defs:keyPath (Results 1 – 25 of 35) sorted by relevance

12

/external/webkit/Source/WebKit/chromium/tests/
DIDBKeyPathTest.cpp51 void checkKeyPath(const String& keyPath, const Vector<IDBKeyPathElement>& expected, int parserError) in checkKeyPath()
75 String keyPath("foo.bar.zoo"); in TEST() local
85 String keyPath("a[34][20].foo[2].bar"); in TEST() local
98 String keyPath("foo[ 34 ].Zoo_[00023]\t._c"); in TEST() local
110 String keyPath("foo[ 34 ]"); in TEST() local
119 String keyPath("[ 34 ]"); in TEST() local
127 String keyPath("a[[34]].b[2].c"); in TEST() local
135 String keyPath("a[[34].b[2].c"); in TEST() local
143 String keyPath("a[[34.b[2].c"); in TEST() local
151 String keyPath("+a[34].b[2].c"); in TEST() local
[all …]
DIDBBindingUtilitiesTest.cpp60 …tr<IDBKey> checkKeyFromValueAndKeyPathInternal(SerializedScriptValue* value, const String& keyPath) in checkKeyFromValueAndKeyPathInternal()
69 void checkKeyPathNullValue(SerializedScriptValue* value, const String& keyPath) in checkKeyPathNullValue()
75 …> injectKey(PassRefPtr<IDBKey> key, PassRefPtr<SerializedScriptValue> value, const String& keyPath) in injectKey()
84 …njection(PassRefPtr<IDBKey> prpKey, PassRefPtr<SerializedScriptValue> value, const String& keyPath) in checkInjection()
93 …ectionFails(PassRefPtr<IDBKey> key, PassRefPtr<SerializedScriptValue> value, const String& keyPath) in checkInjectionFails()
98 void checkKeyPathStringValue(SerializedScriptValue* value, const String& keyPath, const String& exp… in checkKeyPathStringValue()
106 void checkKeyPathNumberValue(SerializedScriptValue* value, const String& keyPath, int expected) in checkKeyPathNumberValue()
/external/webkit/Source/WebCore/storage/
DIDBKeyPathBackendImpl.cpp35 …ndKeyPath(const Vector<RefPtr<SerializedScriptValue>&, 0> values, const String& keyPath, Vector<Re… in createIDBKeysFromSerializedValuesAndKeyPath()
40 …alizedValue(PassRefPtr<IDBKey> key, PassRefPtr<SerializedScriptValue> value, const String& keyPath) in injectIDBKeyIntoSerializedValue()
DIDBObjectStoreBackendImpl.h45 …backingStore, int64_t databaseId, int64_t id, const String& name, const String& keyPath, bool auto… in create()
49 …ckingStore* backingStore, int64_t databaseId, const String& name, const String& keyPath, bool auto… in create()
65 virtual String keyPath() const { return m_keyPath; } in keyPath() function
DIDBIndexBackendImpl.h43 …Backend, int64_t id, const String& name, const String& storeName, const String& keyPath, bool uniq… in create()
47 … objectStoreBackend, const String& name, const String& storeName, const String& keyPath, bool uniq… in create()
66 virtual String keyPath() { return m_keyPath; } in keyPath() function
DIDBObjectStore.cpp60 String IDBObjectStore::keyPath() const in keyPath() function in WebCore::IDBObjectStore
125 PassRefPtr<IDBIndex> IDBObjectStore::createIndex(const String& name, const String& keyPath, const O… in createIndex()
DIDBObjectStoreBackendImpl.cpp53 …backingStore, int64_t databaseId, int64_t id, const String& name, const String& keyPath, bool auto… in IDBObjectStoreBackendImpl()
65 …ckingStore* backingStore, int64_t databaseId, const String& name, const String& keyPath, bool auto… in IDBObjectStoreBackendImpl()
104 static PassRefPtr<IDBKey> fetchKeyFromKeyPath(SerializedScriptValue* value, const String& keyPath) in fetchKeyFromKeyPath()
116 …IntoKeyPath(PassRefPtr<IDBKey> key, PassRefPtr<SerializedScriptValue> value, const String& keyPath) in injectKeyIntoKeyPath()
369 …rface> IDBObjectStoreBackendImpl::createIndex(const String& name, const String& keyPath, bool uniq… in createIndex()
DIDBIndex.h53 String keyPath() const { return m_backend->keyPath(); } in keyPath() function
DIDBObjectStore.h64 …PassRefPtr<IDBIndex> createIndex(const String& name, const String& keyPath, ExceptionCode& ec) { r… in createIndex()
DIDBIndexBackendImpl.cpp43 …Backend, int64_t id, const String& name, const String& storeName, const String& keyPath, bool uniq… in IDBIndexBackendImpl()
55 … objectStoreBackend, const String& name, const String& storeName, const String& keyPath, bool uniq… in IDBIndexBackendImpl()
DIDBDatabase.cpp82 String keyPath; in createObjectStore() local
/external/webkit/Source/WebCore/storage/chromium/
DIDBKeyPathBackendImpl.cpp37 …dKeyPath(const Vector<RefPtr<SerializedScriptValue>, 0>& values, const String& keyPath, Vector<Re… in createIDBKeysFromSerializedValuesAndKeyPath()
42 …alizedValue(PassRefPtr<IDBKey> key, PassRefPtr<SerializedScriptValue> value, const String& keyPath) in injectIDBKeyIntoSerializedValue()
/external/webkit/Source/WebKit/chromium/src/
DWebIDBKeyPath.cpp40 WebIDBKeyPath WebIDBKeyPath::create(const WebString& keyPath) in create()
59 void WebIDBKeyPath::assign(const WebIDBKeyPath& keyPath) in assign()
DWebIDBObjectStoreImpl.cpp60 WebString WebIDBObjectStoreImpl::keyPath() const in keyPath() function in WebKit::WebIDBObjectStoreImpl
90 WebIDBIndex* WebIDBObjectStoreImpl::createIndex(const WebString& name, const WebString& keyPath, bo… in createIndex()
DIDBObjectStoreBackendProxy.cpp67 String IDBObjectStoreBackendProxy::keyPath() const in keyPath() function in WebKit::IDBObjectStoreBackendProxy
109 …face> IDBObjectStoreBackendProxy::createIndex(const String& name, const String& keyPath, bool uniq… in createIndex()
DWebIDBIndexImpl.cpp61 WebString WebIDBIndexImpl::keyPath() const in keyPath() function in WebKit::WebIDBIndexImpl
DWebIDBDatabaseImpl.cpp69 …e* WebIDBDatabaseImpl::createObjectStore(const WebString& name, const WebString& keyPath, bool aut… in createObjectStore()
DIDBIndexBackendProxy.cpp68 String IDBIndexBackendProxy::keyPath() in keyPath() function in WebKit::IDBIndexBackendProxy
DIDBDatabaseBackendProxy.cpp78 …e> IDBDatabaseBackendProxy::createObjectStore(const String& name, const String& keyPath, bool auto… in createObjectStore()
/external/webkit/Source/WebKit/chromium/public/
DWebIDBKeyPath.h44 WebIDBKeyPath(const WebIDBKeyPath& keyPath) { assign(keyPath); } in WebIDBKeyPath()
DWebIDBObjectStore.h51 virtual WebString keyPath() const in keyPath() function
73 …virtual WebIDBIndex* createIndex(const WebString& name, const WebString& keyPath, bool unique, con… in createIndex()
DWebIDBIndex.h54 virtual WebString keyPath() const in keyPath() function
DWebIDBDatabase.h61 …virtual WebIDBObjectStore* createObjectStore(const WebString& name, const WebString& keyPath, bool… in createObjectStore()
/external/webkit/Source/WebCore/bindings/v8/
DIDBBindingUtilities.cpp135 …dValueAndKeyPath(PassRefPtr<SerializedScriptValue> value, const Vector<IDBKeyPathElement>& keyPath) in createIDBKeyFromSerializedValueAndKeyPath()
145 …Ptr<IDBKey> key, PassRefPtr<SerializedScriptValue> value, const Vector<IDBKeyPathElement>& keyPath) in injectIDBKeyIntoSerializedValue()
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DPlatformCAAnimationWin.cpp136 …sRefPtr<PlatformCAAnimation> PlatformCAAnimation::create(AnimationType type, const String& keyPath) in create()
146 PlatformCAAnimation::PlatformCAAnimation(AnimationType type, const String& keyPath) in PlatformCAAnimation()
215 String PlatformCAAnimation::keyPath() const in keyPath() function in PlatformCAAnimation

12