Searched refs:wrapSelection (Results 1 – 4 of 4) sorted by relevance
/external/webkit/WebKit/wx/ |
D | WebFrame.cpp | 188 …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()
|
D | WebFrame.h | 139 bool caseSensitive = false, bool wrapSelection = true,
|
D | WebView.cpp | 527 …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()
|
D | WebView.h | 145 bool caseSensitive = false, bool wrapSelection = true,
|