Searched refs:selectedRange (Results 26 - 28 of 28) sorted by relevance

12

/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebFrame.mm1669 - (void)setMarkedText:(NSString *)text selectedRange:(NSRange)newSelRange
H A DWebHTMLView.mm5708 // We could be called again if the execution of one command triggers a call to selectedRange.
6137 - (NSRange)selectedRange
6142 LOG(TextInput, "selectedRange -> (NSNotFound, 0)");
6147 LOG(TextInput, "selectedRange -> (%u, %u)", result.location, result.length);
6257 - (void)setMarkedText:(id)string selectedRange:(NSRange)newSelRange
6265 LOG(TextInput, "setMarkedText:\"%@\" selectedRange:(%u, %u)", isAttributedString ? [string string] : string, newSelRange.location, newSelRange.length);
6314 [self setMarkedText:text selectedRange:range];
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DDOMHTMLClasses.h2014 virtual HRESULT STDMETHODCALLTYPE selectedRange(

Completed in 145 milliseconds

12