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 base::string16& string)
20 IndexedDBKeyPath::IndexedDBKeyPath(const std::vector<base::string16>& array)
23 IndexedDBKeyPath::~IndexedDBKeyPath() {}
25 const std::vector<base::string16>& IndexedDBKeyPath::array() const {
30 const base::string16& IndexedDBKeyPath::string() const
    [all...]
indexed_db_key_path.h 18 class CONTENT_EXPORT IndexedDBKeyPath {
20 IndexedDBKeyPath(); // Defaults to blink::WebIDBKeyPathTypeNull.
21 explicit IndexedDBKeyPath(const base::string16&);
22 explicit IndexedDBKeyPath(const std::vector<base::string16>&);
23 ~IndexedDBKeyPath();
26 bool operator==(const IndexedDBKeyPath& other) const;

Completed in 497 milliseconds