Searched refs:refreshCallback (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/ |
D | CookiesTable.js | 38 WebInspector.CookiesTable = function(expandable, refreshCallback, selectedCallback) argument 43 this._refreshCallback = refreshCallback; 59 …pector.DataGrid(columns, undefined, this._onDeleteCookie.bind(this), refreshCallback, this._onCont…
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/ |
D | FilteredItemSelectionDialog.js | 404 setRefreshCallback: function(refreshCallback) argument 406 this._refreshCallback = refreshCallback;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/ |
D | DataGrid.js | 35 WebInspector.DataGrid = function(columnsArray, editCallback, deleteCallback, refreshCallback, conte… argument 65 this._refreshCallback = refreshCallback;
|