Searched refs:idbKeyPathElements (Results 1 – 1 of 1) sorted by relevance
55 Vector<IDBKeyPathElement> idbKeyPathElements; in checkKeyPath() local56 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()