HomeSort by relevance Sort by last modified time
    Searched full:guesses (Results 26 - 50 of 148) sorted by null

12 3 4 5 6

  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.h 111 virtual void getGuessesForWord(const String& word, const String& context, Vector<String>& guesses);
EditorClientHaiku.cpp 468 void EditorClientHaiku::getGuessesForWord(const String& word, const String& context, Vector<String>& guesses)
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.h 109 virtual void getGuessesForWord(const String& word, const String& context, Vector<String>& guesses);
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.h 112 virtual void getGuessesForWord(const String& word, const String& context, Vector<String>& guesses);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.cpp 438 void WebEditorClient::getGuessesForWord(const String& word, const String& context, Vector<String>& guesses)
440 m_page->sendSync(Messages::WebPageProxy::GetGuessesForWord(word, context), Messages::WebPageProxy::GetGuessesForWord::Reply(guesses));
WebEditorClient.h 145 virtual void getGuessesForWord(const String& word, const String& context, Vector<String>& guesses);
  /external/android-clat/
icmp.c 28 * Guesses the number of hops a received packet has traversed based on its TTL.
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncPosition.java 108 // System.out.println("FuncPosition - out of guesses: -1");
  /external/chromium/base/
utf_string_conversion_utils.h 81 // Guesses the length of the output in UTF-8 in bytes, clears that output
  /external/chromium/chrome/browser/net/
url_info.h 144 // IsStillCached() guesses if the DNS cache still has IP data.
url_info.cc 166 // IsStillCached() guesses if the DNS cache still has IP data,
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform.h 149 // Guesses with high probability, may yield both false positives and negatives.
  /external/valgrind/main/docs/internals/
arm_thumb_notes_gdbserver.txt 60 The monitor command guesses the thumb bit based on the debug information.
  /external/webkit/Source/WebCore/platform/brew/
LocalizedStringsBrew.cpp 191 return "No guesses found";
  /external/webkit/Source/WebCore/platform/haiku/
LocalizedStringsHaiku.cpp 198 return "No guesses found";
  /external/webkit/Source/WebCore/platform/wx/
LocalizedStringsWx.cpp 197 return String("No Guesses Found");
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.h 138 virtual void getGuessesForWord(const WTF::String& word, const WTF::String& context, WTF::Vector<WTF::String>& guesses);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.h 109 virtual void getGuessesForWord(const WTF::String& word, const WTF::String& context, WTF::Vector<WTF::String>& guesses);
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.h 101 virtual void getGuessesForWord(const WTF::String& word, const WTF::String& context, WTF::Vector<WTF::String>& guesses);
  /external/webkit/Source/WebKit2/Shared/
WebCoreArgumentCoders.h 438 encoder->encode(detail.guesses);
448 if (!decoder->decode(detail.guesses))
  /external/webkit/Source/JavaScriptCore/wtf/
StackBounds.cpp 67 // FIXME: remove this! - this code unsafely guesses at stack sizes!
  /external/webkit/Source/WebCore/page/
ContextMenuController.cpp 840 Vector<String> guesses = frame->editor()->guessesForMisspelledOrUngrammaticalSelection(misspelling, badGrammar); local
    [all...]
  /external/webkit/Source/WebCore/platform/efl/
LocalizedStringsEfl.cpp 226 return String::fromUTF8("No Guesses Found");
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.h 114 WTF::Vector<WTF::String>& guesses);
  /external/apache-http/src/org/apache/http/message/
BasicLineFormatter.java 145 * Guesses the length of a formatted protocol version.

Completed in 1091 milliseconds

12 3 4 5 6