Home
last modified time | relevance | path

Searched refs:IDBDataView (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DIndexedDBViews.js110 WebInspector.IDBDataView = function(model, databaseId, objectStore, index) class in WebInspector
140 WebInspector.IDBDataView.prototype = {
DResourcesPanel.js1736 … 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._…