HomeSort by relevance Sort by last modified time
    Searched defs:FindString (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebKit/wx/
WebFrame.cpp 216 bool wxWebFrame::FindString(const wxString& string, bool forward, bool caseSensitive, bool wrapSelection, bool startInSelection)
219 return m_impl->frame->findString(string, forward, caseSensitive, wrapSelection, startInSelection);
WebView.cpp 564 bool wxWebView::FindString(const wxString& string, bool forward, bool caseSensitive, bool wrapSelection, bool startInSelection)
567 return m_mainFrame->FindString(string, forward, caseSensitive, wrapSelection, startInSelection);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
synchronize.h 99 const String *empty = FindString(new String());
158 return FindString(r);
167 return FindString(r);
180 const String *FindString(const String *s) {

Completed in 37 milliseconds