HomeSort by relevance Sort by last modified time
    Searched defs:IDBKeyPathElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/storage/
IDBKeyPath.h 38 struct IDBKeyPathElement {
58 void IDBParseKeyPath(const String&, Vector<IDBKeyPathElement>&, IDBKeyPathParseError&);
  /external/webkit/Source/WebKit/chromium/src/
WebIDBKeyPath.cpp 42 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 228 milliseconds