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

  /external/chromium_org/content/common/indexed_db/
indexed_db_key_path.cc 15 IndexedDBKeyPath::IndexedDBKeyPath() : type_(WebIDBKeyPathTypeNull) {}
17 IndexedDBKeyPath::IndexedDBKeyPath(const string16& string)
20 IndexedDBKeyPath::IndexedDBKeyPath(const std::vector<string16>& array)
23 IndexedDBKeyPath::~IndexedDBKeyPath() {}
25 const std::vector<string16>& IndexedDBKeyPath::array() const {
30 const string16& IndexedDBKeyPath::string() const
    [all...]
indexed_db_key_path.h 17 class CONTENT_EXPORT IndexedDBKeyPath {
19 IndexedDBKeyPath(); // Defaults to WebKit::WebIDBKeyPathTypeNull.
20 explicit IndexedDBKeyPath(const string16&);
21 explicit IndexedDBKeyPath(const std::vector<string16>&);
22 ~IndexedDBKeyPath();
25 bool operator==(const IndexedDBKeyPath& other) const;

Completed in 34 milliseconds