Searched defs:IDBKeyPathElement (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DIDBKeyPath.h38 struct IDBKeyPathElement { struct in namespace:WebCore
58 void IDBParseKeyPath(const String&, Vector<IDBKeyPathElement>&, IDBKeyPathParseError&);
/external/webkit/Source/WebKit/chromium/src/
H A DWebIDBKeyPath.cpp42 WTF::Vector<IDBKeyPathElement> idbElements;
48 WebIDBKeyPath::WebIDBKeyPath(const WTF::Vector<IDBKeyPathElement>& elements, int parseError)
49 : m_private(new WTF::Vector<IDBKeyPathElement>(elements))
62 m_private.reset(new WTF::Vector<IDBKeyPathElement>(keyPath));
70 WebIDBKeyPath::operator const WTF::Vector<IDBKeyPathElement, 0>&() const

Completed in 226 milliseconds