Home
last modified time | relevance | path

Searched refs:handleHistoryArguments (Results 1 – 22 of 22) sorted by relevance

/external/autotest/frontend/client/src/autotest/tko/
DGraphingView.java87 public void handleHistoryArguments(Map<String, String> arguments) { in handleHistoryArguments() method in GraphingView
88 super.handleHistoryArguments(arguments); in handleHistoryArguments()
93 frontend.handleHistoryArguments(arguments); in handleHistoryArguments()
DConditionTabView.java34 public void handleHistoryArguments(Map<String, String> arguments) { in handleHistoryArguments() method in ConditionTabView
41 commonPanel.handleHistoryArguments(arguments); in handleHistoryArguments()
DMachineQualHistogramFrontend.java126 public void handleHistoryArguments(Map<String, String> args) { in handleHistoryArguments() method in MachineQualHistogramFrontend
130 globalFilters.handleHistoryArguments(args, "globalFilter"); in handleHistoryArguments()
131 testFilters.handleHistoryArguments(args, "testFilter"); in handleHistoryArguments()
DSpreadsheetView.java494 public void handleHistoryArguments(Map<String, String> arguments) { in handleHistoryArguments() method in SpreadsheetView
495 super.handleHistoryArguments(arguments); in handleHistoryArguments()
496 commonPanel.handleHistoryArguments(arguments); in handleHistoryArguments()
497 rowSelect.handleHistoryArguments(arguments, HISTORY_ROW); in handleHistoryArguments()
498 columnSelect.handleHistoryArguments(arguments, HISTORY_COLUMN); in handleHistoryArguments()
499 contentSelect.handleHistoryArguments(arguments, HISTORY_CONTENT); in handleHistoryArguments()
DSpreadsheetHeaderSelect.java98 public void handleHistoryArguments(Map<String, String> arguments, String name) { in handleHistoryArguments() method in SpreadsheetHeaderSelect
99 headerSelect.handleHistoryArguments(arguments, name); in handleHistoryArguments()
DMetricsPlotFrontend.java145 public void handleHistoryArguments(Map<String, String> args) { in handleHistoryArguments() method in MetricsPlotFrontend
159 globalFilter.handleHistoryArguments(args, "globalFilter"); in handleHistoryArguments()
160 seriesSelector.handleHistoryArguments(args); in handleHistoryArguments()
DFilterSelector.java162 protected void handleHistoryArguments(Map<String, String> args, String prefix) { in handleHistoryArguments() method in FilterSelector
189 viewer.handleHistoryArguments(args, prefix); in handleHistoryArguments()
DSeriesSelector.java152 filter.handleHistoryArguments(args, parameterString("seriesFilters", index)); in readHistoryArguments()
220 protected void handleHistoryArguments(Map<String, String> args) { in handleHistoryArguments() method in SeriesSelector
DCommonPanel.java188 public void handleHistoryArguments(Map<String, String> arguments) { in handleHistoryArguments() method in CommonPanel
191 parameterizedFieldPresenter.handleHistoryArguments(arguments); in handleHistoryArguments()
DTableView.java478 public void handleHistoryArguments(Map<String, String> arguments) { in handleHistoryArguments() method in TableView
479 super.handleHistoryArguments(arguments); in handleHistoryArguments()
480 columnSelect.handleHistoryArguments(arguments, "columns"); in handleHistoryArguments()
DDynamicGraphingFrontend.java89 handleHistoryArguments(preconfigParameters); in handlePreconfig()
DHeaderSelect.java127 public void handleHistoryArguments(Map<String, String> arguments, String name) { in handleHistoryArguments() method in HeaderSelect
DContentSelect.java123 public void handleHistoryArguments(Map<String, String> arguments, String name) { in handleHistoryArguments() method in ContentSelect
DParameterizedFieldListPresenter.java134 public void handleHistoryArguments(Map<String, String> arguments) { in handleHistoryArguments() method in ParameterizedFieldListPresenter
DGraphingFrontend.java40 public abstract void handleHistoryArguments(Map<String, String> args); in handleHistoryArguments() method in GraphingFrontend
DFilterStringViewer.java104 protected void handleHistoryArguments(Map<String, String> args, String prefix) { in handleHistoryArguments() method in FilterStringViewer
DExistingGraphsFrontend.java144 public void handleHistoryArguments(final Map<String, String> args) { in handleHistoryArguments() method in ExistingGraphsFrontend
/external/autotest/frontend/client/src/autotest/common/ui/
DTabView.java101 public void handleHistoryArguments(Map<String, String> arguments) {} in handleHistoryArguments() method in TabView
110 handleHistoryArguments(savedState); in restoreHistoryState()
DDetailView.java111 public void handleHistoryArguments(Map<String, String> arguments) { in handleHistoryArguments() method in DetailView
DCustomTabPanel.java178 tabView.handleHistoryArguments(arguments); in onHistoryChanged()
/external/autotest/frontend/client/src/autotest/afe/
DJobListView.java207 public void handleHistoryArguments(Map<String, String> arguments) { in handleHistoryArguments() method in JobListView
DHostDetailView.java534 public void handleHistoryArguments(Map<String, String> arguments) { in handleHistoryArguments() method in HostDetailView