Searched defs:historyContext (Results 1 - 2 of 2) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DSearchHelper.java122 public HistoryContext historyContext; field in class:SearchHelper
392 * <li>{@link #historyContext}</li>
408 historyContext = new HistoryContext(query);
/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DSearchEngine.java115 private HistoryContext historyContext; field in class:SearchEngine
301 historyContext = null;
303 historyContext = new HistoryContext(query);
304 if (historyContext.isEmpty()) {
305 historyContext = null;
433 if (historyContext != null) {
434 hasContext |= historyContext

Completed in 26 milliseconds