Home | History | Annotate | Download | only in WebView

Lines Matching refs:newWord

4821 - (void)_changeSpellingToWord:(NSString *)newWord
4832 if ([newWord isEqualToString:@""])
4835 if ([self _shouldReplaceSelectionWithText:newWord givenAction:WebViewInsertActionPasted])
4836 [[self _frame] _replaceSelectionWithText:newWord selectReplacement:YES smartReplace:NO];