Home | History | Annotate | Download | only in tests

Lines Matching refs:IDBKeyPathElement

38 IDBKeyPathElement ExpectedToken(const String& identifier, bool isIndexed, int index)
40 IDBKeyPathElement expected;
42 expected.type = IDBKeyPathElement::IsIndexed;
45 expected.type = IDBKeyPathElement::IsNamed;
51 void checkKeyPath(const String& keyPath, const Vector<IDBKeyPathElement>& expected, int parserError)
55 Vector<IDBKeyPathElement> idbKeyPathElements;
63 if (expected[i].type == IDBKeyPathElement::IsIndexed)
65 else if (expected[i].type == IDBKeyPathElement::IsNamed)
68 ASSERT_TRUE(false) << "Invalid IDBKeyPathElement type";
74 Vector<IDBKeyPathElement> expected;
84 Vector<IDBKeyPathElement> expected;
97 Vector<IDBKeyPathElement> expected;
109 Vector<IDBKeyPathElement> expected;
118 Vector<IDBKeyPathElement> expected;
126 Vector<IDBKeyPathElement> expected;
134 Vector<IDBKeyPathElement> expected;
142 Vector<IDBKeyPathElement> expected;
150 Vector<IDBKeyPathElement> expected;
157 Vector<IDBKeyPathElement> expected;
164 Vector<IDBKeyPathElement> expected;
172 Vector<IDBKeyPathElement> expected;
180 Vector<IDBKeyPathElement> expected;
189 Vector<IDBKeyPathElement> expected;
197 Vector<IDBKeyPathElement> expected;