Home
last modified time | relevance | path

Searched refs:BufferKeyAndKeyPathType (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBAny.cpp115 ASSERT(m_type == KeyType || m_type == BufferKeyAndKeyPathType); in key()
121 ASSERT(m_type == KeyPathType || m_type == BufferKeyAndKeyPathType); in keyPath()
127 ASSERT(m_type == BufferType || m_type == BufferKeyAndKeyPathType); in buffer()
133 ASSERT(m_type == BufferType || m_type == BufferKeyAndKeyPathType); in blobInfo()
200 : m_type(BufferKeyAndKeyPathType) in IDBAny()
DIDBAny.h99 BufferKeyAndKeyPathType, enumerator
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
DIDBBindingUtilities.cpp155 case IDBAny::BufferKeyAndKeyPathType: { in toV8()