Searched defs:startBeforeSelection (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/C/win/
H A DWKTextChecker.cpp52 void WKTextCheckerCheckSpelling(WKPageRef page, bool startBeforeSelection) argument
54 WebTextChecker::shared()->checkSpelling(toImpl(page), startBeforeSelection); local
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebTextChecker.cpp74 void WebTextChecker::checkSpelling(const WebPageProxy* page, bool startBeforeSelection) argument
76 page->advanceToNextMisspelling(startBeforeSelection);
/external/webkit/Source/WebCore/editing/
H A DEditor.cpp1673 void Editor::advanceToNextMisspelling(bool startBeforeSelection) argument
1688 if (startBeforeSelection) {
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.cpp1716 void WebPage::advanceToNextMisspelling(bool startBeforeSelection) argument
1719 frame->editor()->advanceToNextMisspelling(startBeforeSelection);

Completed in 196 milliseconds