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

  /external/webkit/Source/WebKit2/UIProcess/win/
WebTextChecker.cpp 79 void WebTextChecker::changeSpellingToWord(const WebPageProxy* page, const String& text)
81 page->changeSpellingToWord(text);
WebTextChecker.h 51 void changeSpellingToWord(const WebPageProxy*, const String&);
  /external/webkit/Source/WebKit2/UIProcess/API/C/win/
WKTextChecker.cpp 59 WebTextChecker::shared()->changeSpellingToWord(toImpl(page), toWTFString(word));
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 536 void changeSpellingToWord(const String& word);
WebPage.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 455 void changeSpellingToWord(const String& word) const;
    [all...]
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm 766 _data->_page->changeSpellingToWord(word);
    [all...]

Completed in 58 milliseconds