Searched refs:dataStore (Results 1 – 3 of 3) sorted by relevance
179 var dataStore = transaction.objectStore('data');192 dataStore.delete(entry.key); // Remove asynchronously.237 var dataStore = transaction.objectStore('data');241 dataStore.put(dataEntry); // Add asynchronously.271 var dataStore = transaction.objectStore('data');273 var dataRequest = dataStore.get(key);355 var dataStore = transaction.objectStore('data');379 dataStore.delete(key); // Delete asynchronously.
54 private ByteBuffer dataStore; field in HDRLoader122 dataStore.put(rgbe); in writeRGBE()125 dataStore.putShort(FastMath.convertFloatToHalf(tempF[0])) in writeRGBE()299 dataStore = BufferUtils.createByteBuffer(width * height * pixelFormat.getBitsPerPixel()); in load()305 dataStore.position(scanLineBytes * y); in load()311 dataStore.rewind(); in load()312 return new Image(pixelFormat, width, height, dataStore); in load()
228 var dataStore = [];358 … score: dataStore[dataStore.length - 1],386 } else if ( dataStore && dataStore.length ) {392 … data: "data=" + encodeURIComponent(JSON.stringify(dataStore)) + "&style=" + runStyle,400 … window.parent.postMessage({ name: "dromaeo:alldone", result: dataStore }, "*");707 dataStore.push(data);