Searched refs:IDBDataView (Results 1 – 2 of 2) sorted by relevance
110 WebInspector.IDBDataView = function(model, databaseId, objectStore, index) class in WebInspector140 WebInspector.IDBDataView.prototype = {
1736 … this._view = new WebInspector.IDBDataView(this._model, this._databaseId, this._objectStore, null);1820 …this._view = new WebInspector.IDBDataView(this._model, this._databaseId, this._objectStore, this._…