Home
last modified time | relevance | path

Searched defs:IDBKey (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBKey.h147 IDBKey() : m_type(InvalidType), m_number(0) { } in IDBKey() function
148 IDBKey(Type type, double number) : m_type(type), m_number(number) { } in IDBKey() function
149 explicit IDBKey(const String& value) : m_type(StringType), m_string(value), m_number(0) { } in IDBKey() function
150 …explicit IDBKey(PassRefPtr<SharedBuffer> value) : m_type(BinaryType), m_binary(value), m_number(0)… in IDBKey() function
151 … explicit IDBKey(const KeyArray& keyArray) : m_type(ArrayType), m_array(keyArray), m_number(0) { } in IDBKey() function
DIDBFactory.h40 class IDBKey; variable
/external/chromium_org/third_party/WebKit/public/platform/
DWebIDBKey.h38 class IDBKey; variable
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
DIDBBindingUtilities.h37 class IDBKey; variable