NullType 62 Source/bindings/v8/IDBBindingUtilities.cpp case IDBKeyPath::NullType: NullType 118 Source/bindings/v8/IDBBindingUtilities.cpp case IDBAny::NullType: NullType 44 Source/modules/indexeddb/IDBAny.cpp return adoptRef(new IDBAny(NullType)); NullType 56 Source/modules/indexeddb/IDBAny.cpp ASSERT(type == UndefinedType || type == NullType); NullType 216 Source/modules/indexeddb/IDBKeyPath.cpp case NullType: NullType 241 Source/modules/indexeddb/IDBKeyPath.cpp case NullType: NullType 45 Source/modules/indexeddb/IDBKeyPath.h IDBKeyPath() : m_type(NullType) { } NullType 69 Source/modules/indexeddb/IDBKeyPath.h bool isNull() const { return m_type == NullType; } NullType 233 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp case IDBKeyPath::NullType: NullType 498 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebIDBKeyPathTypeNull, IDBKeyPath::NullType);