Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/storage/
DIDBKeyPath.h41 IsNamed, enumerator
DIDBKeyPath.cpp134 element.type = IDBKeyPathElement::IsNamed; in lexIdentifier()
196 ASSERT(element.type == IDBKeyPathElement::IsNamed); in IDBParseKeyPath()
/external/webkit/Source/WebCore/bindings/v8/
DIDBBindingUtilities.cpp80 case IDBKeyPathElement::IsNamed: in get()
93 case IDBKeyPathElement::IsNamed: in set()
/external/webkit/Source/WebKit/chromium/tests/
DIDBKeyPathTest.cpp45 expected.type = IDBKeyPathElement::IsNamed; in ExpectedToken()
65 else if (expected[i].type == IDBKeyPathElement::IsNamed) in checkKeyPath()