OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CustomHistory
(Results
1 - 6
of
6
) sorted by null
/external/autotest/frontend/client/src/autotest/afe/
AfeClient.java
11
import autotest.common.
CustomHistory
;
134
CustomHistory
.processInitialToken();
/external/autotest/frontend/client/src/autotest/common/
CustomHistory.java
17
public class
CustomHistory
implements ValueChangeHandler<String> {
18
private static final
CustomHistory
theInstance = new
CustomHistory
();
40
private
CustomHistory
() {
/external/autotest/frontend/client/src/autotest/tko/
GraphingFrontend.java
3
import autotest.common.
CustomHistory
;
7
import autotest.common.
CustomHistory
.CustomHistoryListener;
8
import autotest.common.
CustomHistory
.HistoryToken;
54
CustomHistory
.addHistoryListener(this);
61
params.put("url_token", new JSONString(
CustomHistory
.getLastHistoryToken().toString()));
139
CustomHistory
.newItem(shortToken);
141
CustomHistory
.simulateHistoryToken(token);
TkoClient.java
3
import autotest.common.
CustomHistory
;
7
import autotest.common.
CustomHistory
.HistoryToken;
62
CustomHistory
.processInitialToken();
SavedQueriesControl.java
3
import autotest.common.
CustomHistory
;
8
import autotest.common.
CustomHistory
.CustomHistoryListener;
9
import autotest.common.
CustomHistory
.HistoryToken;
91
CustomHistory
.addHistoryListener(this);
141
// don't use
CustomHistory
, since we want the token to be processed
150
args.put("url_token", new JSONString(
CustomHistory
.getLastHistoryToken().toString()));
211
CustomHistory
.newItem(shortToken);
213
CustomHistory
.simulateHistoryToken(token);
/external/autotest/frontend/client/src/autotest/common/ui/
CustomTabPanel.java
3
import autotest.common.
CustomHistory
;
4
import autotest.common.
CustomHistory
.CustomHistoryListener;
104
CustomHistory
.addHistoryListener(this);
Completed in 140 milliseconds