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

  /external/chromium_org/chrome/common/extensions/docs/server2/
cache_chain_object_store.py 6 from object_store import ObjectStore
9 class CacheChainObjectStore(ObjectStore):
memcache_object_store.py 8 from object_store import ObjectStore
17 class MemcacheObjectStore(ObjectStore):
object_store.py 8 class ObjectStore(object):
test_object_store.py 6 from object_store import ObjectStore
8 class TestObjectStore(ObjectStore):
25 # ObjectStore implementation.
persistent_object_store.py 9 from object_store import ObjectStore
12 class PersistentObjectStore(ObjectStore):
  /external/chromium_org/third_party/WebKit/public/platform/
WebIDBMetadata.h 45 struct ObjectStore;
55 WebVector<ObjectStore> objectStores;
59 struct ObjectStore {
66 ObjectStore()
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
IndexedDBModel.js 322 var objectStore = databaseWithObjectStores.objectStores[i];
323 var objectStoreIDBKeyPath = WebInspector.IndexedDBModel.idbKeyPathFromKeyPath(objectStore.keyPath);
324 var objectStoreModel = new WebInspector.IndexedDBModel.ObjectStore(objectStore.name, objectStoreIDBKeyPath, objectStore.autoIncrement);
325 for (var j = 0; j < objectStore.indexes.length; ++j) {
326 var index = objectStore.indexes[j];
465 WebInspector.IndexedDBModel.ObjectStore = function(name, keyPath, autoIncrement)
473 WebInspector.IndexedDBModel.ObjectStore.prototype = {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 

Completed in 232 milliseconds