Home
last modified time | relevance | path

Searched refs:IDBObjectStore (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/src/lib/
Dwebworker.iterable.generated.d.ts60 interface IDBObjectStore { interface
Ddom.iterable.generated.d.ts119 interface IDBObjectStore { interface
Dwebworker.generated.d.ts1698 readonly source: IDBObjectStore | IDBIndex;
1779 createObjectStore(name: string, options?: IDBObjectStoreParameters): IDBObjectStore;
1835 readonly objectStore: IDBObjectStore;
1932 interface IDBObjectStore { interface
2042 declare var IDBObjectStore: { variable
2043 prototype: IDBObjectStore;
2044 new(): IDBObjectStore;
2091 readonly source: IDBObjectStore | IDBIndex | IDBCursor;
2140 objectStore(name: string): IDBObjectStore;
Ddom.generated.d.ts9123 readonly source: IDBObjectStore | IDBIndex;
9204 createObjectStore(name: string, options?: IDBObjectStoreParameters): IDBObjectStore;
9260 readonly objectStore: IDBObjectStore;
9357 interface IDBObjectStore { interface
9467 declare var IDBObjectStore: { variable
9468 prototype: IDBObjectStore;
9469 new(): IDBObjectStore;
9516 readonly source: IDBObjectStore | IDBIndex | IDBCursor;
9565 objectStore(name: string): IDBObjectStore;
/third_party/typescript/lib/
Dlib.webworker.iterable.d.ts80 interface IDBObjectStore { interface
Dlib.dom.iterable.d.ts139 interface IDBObjectStore { interface
Dlib.webworker.d.ts1718 readonly source: IDBObjectStore | IDBIndex;
1799 createObjectStore(name: string, options?: IDBObjectStoreParameters): IDBObjectStore;
1855 readonly objectStore: IDBObjectStore;
1952 interface IDBObjectStore { interface
2062 declare var IDBObjectStore: { variable
2063 prototype: IDBObjectStore;
2064 new(): IDBObjectStore;
2111 readonly source: IDBObjectStore | IDBIndex | IDBCursor;
2160 objectStore(name: string): IDBObjectStore;
Dlib.dom.d.ts9143 readonly source: IDBObjectStore | IDBIndex;
9224 createObjectStore(name: string, options?: IDBObjectStoreParameters): IDBObjectStore;
9280 readonly objectStore: IDBObjectStore;
9377 interface IDBObjectStore { interface
9487 declare var IDBObjectStore: { variable
9488 prototype: IDBObjectStore;
9489 new(): IDBObjectStore;
9536 readonly source: IDBObjectStore | IDBIndex | IDBCursor;
9585 objectStore(name: string): IDBObjectStore;
/third_party/typescript/tests/baselines/reference/
DglobalThisBlockscopedProperties.types67 …alue" | "IDBDatabase" | "IDBFactory" | "IDBIndex" | "IDBKeyRange" | "IDBObjectStore" | "IDBOpenDBR…
DmappedTypeRecursiveInference.types100 … IDBDatabase: any; IDBFactory: any; IDBIndex: any; IDBKeyRange: any; IDBObjectStore: any; IDBOpenD…
102 … IDBDatabase: any; IDBFactory: any; IDBIndex: any; IDBKeyRange: any; IDBObjectStore: any; IDBOpenD…
108 … IDBDatabase: any; IDBFactory: any; IDBIndex: any; IDBKeyRange: any; IDBObjectStore: any; IDBOpenD…
110 … IDBDatabase: any; IDBFactory: any; IDBIndex: any; IDBKeyRange: any; IDBObjectStore: any; IDBOpenD…
/third_party/typescript/tests/lib/
Dlib.d.ts10995 createObjectStore(name: string, optionalParameters?: any): IDBObjectStore;
11022 objectStore: IDBObjectStore;
11052 interface IDBObjectStore { interface
11069 declare var IDBObjectStore: { variable
11070 prototype: IDBObjectStore;
11071 new(): IDBObjectStore;
11115 objectStore(name: string): IDBObjectStore;
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp136524 IDBObjectStore, enumerator
137310 IDBObjectStore, enumerator
140140 struct PrototypeTraits<prototypes::id::IDBObjectStore>