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

  /external/webkit/Source/WebKit2/UIProcess/API/C/win/
WKTextChecker.cpp 52 void WKTextCheckerCheckSpelling(WKPageRef page, bool startBeforeSelection)
54 WebTextChecker::shared()->checkSpelling(toImpl(page), startBeforeSelection);
WKTextChecker.h 80 WK_EXPORT void WKTextCheckerCheckSpelling(WKPageRef page, bool startBeforeSelection);
  /external/webkit/Source/WebKit2/UIProcess/win/
WebTextChecker.cpp 74 void WebTextChecker::checkSpelling(const WebPageProxy* page, bool startBeforeSelection)
76 page->advanceToNextMisspelling(startBeforeSelection);
WebTextChecker.h 50 void checkSpelling(const WebPageProxy*, bool startBeforeSelection);
  /external/webkit/Source/WebCore/editing/
Editor.h 258 void advanceToNextMisspelling(bool startBeforeSelection = false);
Editor.cpp     [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 535 void advanceToNextMisspelling(bool startBeforeSelection);
WebPage.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 454 void advanceToNextMisspelling(bool startBeforeSelection) const;
    [all...]
WebPageProxy.cpp     [all...]

Completed in 209 milliseconds