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

  /external/openfst/src/include/fst/
synchronize.h 121 const String *empty = FindString(new String());
189 return FindString(r);
198 return FindString(r);
211 const String *FindString(const String *s) {
  /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) {
  /external/webkit/Source/WebKit/wx/
WebFrame.h 152 bool FindString(const wxString& string, bool forward = true,
WebFrame.cpp 272 bool wxWebFrame::FindString(const wxString& string, bool forward, bool caseSensitive, bool wrapSelection, bool startInSelection)
275 return m_impl->frame->editor()->findString(string, forward, caseSensitive, wrapSelection, startInSelection);
WebView.cpp 694 bool wxWebView::FindString(const wxString& string, bool forward, bool caseSensitive, bool wrapSelection, bool startInSelection)
697 return m_mainFrame->FindString(string, forward, caseSensitive, wrapSelection, startInSelection);
WebView.h 177 bool FindString(const wxString& string, bool forward = true,
  /external/webkit/Source/WebCore/platform/haiku/
ClipboardHaiku.cpp 87 if (data->FindString(BString(type).String(), &result) == B_OK)
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysevents.cc 332 if (msg->FindString("bytes", &bytes) == B_OK) {
362 if (msg->FindString("bytes", &bytes) == B_OK) {
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp     [all...]

Completed in 279 milliseconds