Home
last modified time | relevance | path

Searched defs:rowObject (Results 1 – 4 of 4) sorted by relevance

/external/autotest/frontend/client/src/autotest/afe/
DTestSelector.java58 public Widget createWidget(int row, int cell, JSONObject rowObject); in createWidget()
224 public Widget createWidget(int row, int cell, JSONObject rowObject) { in createWidget()
/external/autotest/frontend/client/src/autotest/common/table/
DSelectionManager.java175 public Widget createWidget(int row, int cell, JSONObject rowObject) { in createWidget()
DDataTable.java64 public Widget createWidget(int row, int cell, JSONObject rowObject); in createWidget()
/external/autotest/frontend/client/src/autotest/tko/
DTableView.java539 public Widget createWidget(int row, int cell, JSONObject rowObject) { in createWidget()