Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/chromium/tests/
DIDBKeyPathTest.cpp55 Vector<IDBKeyPathElement> idbKeyPathElements; in checkKeyPath() local
56 IDBParseKeyPath(keyPath, idbKeyPathElements, error); in checkKeyPath()
60 ASSERT_EQ(expected.size(), idbKeyPathElements.size()); in checkKeyPath()
62 ASSERT_TRUE(expected[i].type == idbKeyPathElements[i].type) << i; in checkKeyPath()
64 ASSERT_EQ(expected[i].index, idbKeyPathElements[i].index) << i; in checkKeyPath()
66 ASSERT_TRUE(expected[i].identifier == idbKeyPathElements[i].identifier) << i; in checkKeyPath()