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

/opengrok/src/org/opensolaris/opengrok/search/
H A DSearchEngine.java129 private HistoryContext historyContext; field in class:SearchEngine
338 historyContext = null;
340 historyContext = new HistoryContext(query);
341 if (historyContext.isEmpty()) {
342 historyContext = null;
455 if (historyContext != null) {
456 hasContext |= historyContext.getContext(source + filename, filename, ret);
/opengrok/src/org/opensolaris/opengrok/web/
H A DSearchHelper.java198 public HistoryContext historyContext; field in class:SearchHelper
470 * <li>{@link #historyContext}</li> </ul>
485 historyContext = new HistoryContext(query);

Completed in 9 milliseconds