OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
43
struct
ObjectStore
;
53
WebVector<
ObjectStore
> objectStores;
57
struct
ObjectStore
{
64
ObjectStore
()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
IndexedDBModel.js
333
var
objectStore
= databaseWithObjectStores.objectStores[i];
334
var objectStoreIDBKeyPath = WebInspector.IndexedDBModel.idbKeyPathFromKeyPath(
objectStore
.keyPath);
335
var objectStoreModel = new WebInspector.IndexedDBModel.
ObjectStore
(
objectStore
.name, objectStoreIDBKeyPath,
objectStore
.autoIncrement);
336
for (var j = 0; j <
objectStore
.indexes.length; ++j) {
337
var index =
objectStore
.indexes[j];
476
WebInspector.IndexedDBModel.
ObjectStore
= function(name, keyPath, autoIncrement)
484
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 760 milliseconds