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

/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);
H A DResults.java132 * <li>{@link SearchHelper#historyContext} (ignored if {@code null})</li>
137 * sourceContext or historyContext is not {@code null})</li> </ul>
217 if (sh.historyContext != null) {
218 sh.historyContext.getContext(new File(sh.sourceRoot, rpath),
/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);

Completed in 27 milliseconds