Searched refs:historyContext (Results 1 - 3 of 3) sorted by relevance

/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
H A DResults.java126 * <li>{@link SearchHelper#historyContext} (ignored if {@code null})</li>
129 * <li>{@link SearchHelper#sourceRoot} (if sourceContext or historyContext
214 if (sh.historyContext != null) {
215 sh.historyContext.getContext(new File(sh.sourceRoot, rpath),
/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);

Completed in 15 milliseconds