Searched refs:forwardSearch (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/terminal/
H A DFindWindow.h29 bool matchCase, bool forwardSearch);
H A DFindWindow.cpp39 bool findSelection, bool matchWord, bool matchCase, bool forwardSearch)
89 if (forwardSearch)
38 FindWindow(BMessenger messenger, const BString& str, bool findSelection, bool matchWord, bool matchCase, bool forwardSearch) argument
H A DTermView.h125 bool Find(const BString& str, bool forwardSearch,
H A DTermView.cpp2892 TermView::Find(const BString &str, bool forwardSearch, bool matchCase, argument
2900 if (forwardSearch)
2906 if (forwardSearch)
2913 if (!fTextBuffer->Find(str.String(), start, forwardSearch, matchCase,

Completed in 50 milliseconds