Searched refs:IsIndexed (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DIDBKeyPath.h40 IsIndexed, enumerator in enum:WebCore::IDBKeyPathElement::Type
H A DIDBKeyPath.cpp156 element.type = IDBKeyPathElement::IsIndexed;
224 ASSERT(element.type == IDBKeyPathElement::IsIndexed);
/external/webkit/Source/WebCore/bindings/v8/
H A DIDBBindingUtilities.cpp78 case IDBKeyPathElement::IsIndexed:
91 case IDBKeyPathElement::IsIndexed:
/external/webkit/Source/WebKit/chromium/tests/
H A DIDBKeyPathTest.cpp42 expected.type = IDBKeyPathElement::IsIndexed;
63 if (expected[i].type == IDBKeyPathElement::IsIndexed)

Completed in 104 milliseconds