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

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBAny.cpp115 ASSERT(m_type == KeyType || m_type == BufferKeyAndKeyPathType);
121 ASSERT(m_type == KeyPathType || m_type == BufferKeyAndKeyPathType);
127 ASSERT(m_type == BufferType || m_type == BufferKeyAndKeyPathType);
133 ASSERT(m_type == BufferType || m_type == BufferKeyAndKeyPathType);
200 : m_type(BufferKeyAndKeyPathType)
H A DIDBAny.h99 BufferKeyAndKeyPathType, enumerator in enum:blink::IDBAny::Type
135 // Only one of the following should ever be in use at any given time, except that BufferType uses two and BufferKeyAndKeyPathType uses four.
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
H A DIDBBindingUtilities.cpp155 case IDBAny::BufferKeyAndKeyPathType: {

Completed in 112 milliseconds