Home
last modified time | relevance | path

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

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