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

/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DSearchHelper.java163 public HistoryContext historyContext; field in class:SearchHelper
412 * <li>{@link #historyContext}</li> </ul>
427 historyContext = new HistoryContext(query);
/opengrok-sun/src/org/opensolaris/opengrok/search/
H A DSearchEngine.java105 private HistoryContext historyContext; field in class:SearchEngine
271 historyContext = null;
273 historyContext = new HistoryContext(query);
274 if (historyContext.isEmpty()) {
275 historyContext = null;
389 if (historyContext != null) {
390 hasContext |= historyContext.getContext(source + filename, filename, ret);

Completed in 9 milliseconds