Home
last modified time | relevance | path

Searched refs:wrapSelection (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebKit/wx/
DWebFrame.cpp188 …String(const wxString& string, bool forward, bool caseSensitive, bool wrapSelection, bool startInS… in FindString() argument
191 … return m_impl->frame->findString(string, forward, caseSensitive, wrapSelection, startInSelection); in FindString()
DWebFrame.h139 bool caseSensitive = false, bool wrapSelection = true,
DWebView.cpp527 …String(const wxString& string, bool forward, bool caseSensitive, bool wrapSelection, bool startInS… in FindString() argument
530 … return m_mainFrame->FindString(string, forward, caseSensitive, wrapSelection, startInSelection); in FindString()
DWebView.h145 bool caseSensitive = false, bool wrapSelection = true,