| _delete(IDBKeyRange *key) | client::IDBObjectStore | |
| _delete(double key) | client::IDBObjectStore | |
| _delete(const String &key) | client::IDBObjectStore | |
| _delete(Date *key) | client::IDBObjectStore | |
| _delete(IDBArrayKey *key) | client::IDBObjectStore | |
| add(Object *value) | client::IDBObjectStore | |
| add(Object *value, IDBKeyRange *key) | client::IDBObjectStore | |
| add(Object *value, double key) | client::IDBObjectStore | |
| add(Object *value, const String &key) | client::IDBObjectStore | |
| add(Object *value, Date *key) | client::IDBObjectStore | |
| add(Object *value, IDBArrayKey *key) | client::IDBObjectStore | |
| clear() | client::IDBObjectStore | |
| count() | client::IDBObjectStore | |
| count(IDBKeyRange *key) | client::IDBObjectStore | |
| count(double key) | client::IDBObjectStore | |
| count(const String &key) | client::IDBObjectStore | |
| count(Date *key) | client::IDBObjectStore | |
| count(IDBArrayKey *key) | client::IDBObjectStore | |
| createIndex(const String &name, const String &keyPath) | client::IDBObjectStore | |
| createIndex(const String &name, const String &keyPath, IDBIndexParameters *optionalParameters) | client::IDBObjectStore | |
| createIndex(const String &name, Array *keyPath) | client::IDBObjectStore | |
| createIndex(const String &name, Array *keyPath, IDBIndexParameters *optionalParameters) | client::IDBObjectStore | |
| deleteIndex(const String &indexName) | client::IDBObjectStore | |
| get(Object *key) | client::IDBObjectStore | |
| get_autoIncrement() | client::IDBObjectStore | |
| get_indexNames() | client::IDBObjectStore | |
| get_keyPath() | client::IDBObjectStore | |
| get_name() | client::IDBObjectStore | |
| get_prototype() | client::IDBObjectStore | |
| get_transaction() | client::IDBObjectStore | |
| hasOwnProperty(const client::String &name) | client::Object | |
| IDBObjectStore() | client::IDBObjectStore | |
| index(const String &name) | client::IDBObjectStore | |
| Object() | client::Object | |
| openCursor() | client::IDBObjectStore | |
| openCursor(IDBKeyRange *range) | client::IDBObjectStore | |
| operator double() const | client::Object | inline |
| operator[](const client::String &name) const | client::Object | |
| put(Object *value) | client::IDBObjectStore | |
| put(Object *value, IDBKeyRange *key) | client::IDBObjectStore | |
| put(Object *value, double key) | client::IDBObjectStore | |
| put(Object *value, const String &key) | client::IDBObjectStore | |
| put(Object *value, Date *key) | client::IDBObjectStore | |
| put(Object *value, IDBArrayKey *key) | client::IDBObjectStore | |
| set_(const client::String &name, Object *v) | client::Object | |
| set_(const client::String &name, T v) | client::Object | |
| set_autoIncrement(bool) | client::IDBObjectStore | |
| set_prototype(IDBObjectStore *) | client::IDBObjectStore | |
| valueOf() | client::Object | |