/external/autotest/frontend/client/src/autotest/tko/ |
D | GraphingView.java | 87 public void handleHistoryArguments(Map<String, String> arguments) { in handleHistoryArguments() method in GraphingView 88 super.handleHistoryArguments(arguments); in handleHistoryArguments() 93 frontend.handleHistoryArguments(arguments); in handleHistoryArguments()
|
D | ConditionTabView.java | 34 public void handleHistoryArguments(Map<String, String> arguments) { in handleHistoryArguments() method in ConditionTabView 41 commonPanel.handleHistoryArguments(arguments); in handleHistoryArguments()
|
D | MachineQualHistogramFrontend.java | 126 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()
|
D | SpreadsheetView.java | 494 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()
|
D | SpreadsheetHeaderSelect.java | 98 public void handleHistoryArguments(Map<String, String> arguments, String name) { in handleHistoryArguments() method in SpreadsheetHeaderSelect 99 headerSelect.handleHistoryArguments(arguments, name); in handleHistoryArguments()
|
D | MetricsPlotFrontend.java | 145 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()
|
D | FilterSelector.java | 162 protected void handleHistoryArguments(Map<String, String> args, String prefix) { in handleHistoryArguments() method in FilterSelector 189 viewer.handleHistoryArguments(args, prefix); in handleHistoryArguments()
|
D | SeriesSelector.java | 152 filter.handleHistoryArguments(args, parameterString("seriesFilters", index)); in readHistoryArguments() 220 protected void handleHistoryArguments(Map<String, String> args) { in handleHistoryArguments() method in SeriesSelector
|
D | CommonPanel.java | 188 public void handleHistoryArguments(Map<String, String> arguments) { in handleHistoryArguments() method in CommonPanel 191 parameterizedFieldPresenter.handleHistoryArguments(arguments); in handleHistoryArguments()
|
D | TableView.java | 478 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()
|
D | DynamicGraphingFrontend.java | 89 handleHistoryArguments(preconfigParameters); in handlePreconfig()
|
D | HeaderSelect.java | 127 public void handleHistoryArguments(Map<String, String> arguments, String name) { in handleHistoryArguments() method in HeaderSelect
|
D | ContentSelect.java | 123 public void handleHistoryArguments(Map<String, String> arguments, String name) { in handleHistoryArguments() method in ContentSelect
|
D | ParameterizedFieldListPresenter.java | 134 public void handleHistoryArguments(Map<String, String> arguments) { in handleHistoryArguments() method in ParameterizedFieldListPresenter
|
D | GraphingFrontend.java | 40 public abstract void handleHistoryArguments(Map<String, String> args); in handleHistoryArguments() method in GraphingFrontend
|
D | FilterStringViewer.java | 104 protected void handleHistoryArguments(Map<String, String> args, String prefix) { in handleHistoryArguments() method in FilterStringViewer
|
D | ExistingGraphsFrontend.java | 144 public void handleHistoryArguments(final Map<String, String> args) { in handleHistoryArguments() method in ExistingGraphsFrontend
|
/external/autotest/frontend/client/src/autotest/common/ui/ |
D | TabView.java | 101 public void handleHistoryArguments(Map<String, String> arguments) {} in handleHistoryArguments() method in TabView 110 handleHistoryArguments(savedState); in restoreHistoryState()
|
D | DetailView.java | 111 public void handleHistoryArguments(Map<String, String> arguments) { in handleHistoryArguments() method in DetailView
|
D | CustomTabPanel.java | 178 tabView.handleHistoryArguments(arguments); in onHistoryChanged()
|
/external/autotest/frontend/client/src/autotest/afe/ |
D | JobListView.java | 207 public void handleHistoryArguments(Map<String, String> arguments) { in handleHistoryArguments() method in JobListView
|
D | HostDetailView.java | 534 public void handleHistoryArguments(Map<String, String> arguments) { in handleHistoryArguments() method in HostDetailView
|