Searched refs:selectedString (Results 1 – 18 of 18) sorted by relevance
131 - (NSString *)selectedString;
5071 NSString *selectedString = [(id <WebDocumentText>)documentView selectedString];5072 if ([selectedString length] == 0) {5078 NSMutableString *s = [selectedString mutableCopy];5095 NSString *selectedString = [(id <WebDocumentText>)documentView selectedString];5096 if ([selectedString length] == 0) {5100 (void)HISearchWindowShow((CFStringRef)selectedString, kNilOptions);
710 - (NSString *)selectedString911 [pasteboard setString:[self selectedString] forType:NSStringPboardType];
394 return [[documentView selectedString] length] > 0;
944 NSMutableString *s = [[self selectedString] mutableCopy];2470 [NSPasteboard _web_setFindPasteboardString:[self selectedString] withOwner:self];5194 if ([[[self selectedString] _webkit_stringByTrimmingWhitespace] length] == 0)5988 - (NSString *)selectedString
155 @method selectedString157 - (NSString *)selectedString;159 HRESULT selectedString([out, retval] BSTR* result);
1942 String selectedString = frame()->selectedText(); in isSelectionMisspelled() local1943 int length = selectedString.length(); in isSelectionMisspelled()1952 …client()->checkSpellingOfString(selectedString.characters(), length, &misspellingLocation, &misspe… in isSelectionMisspelled()1962 client()->updateSpellingUIWithMisspelledWord(selectedString); in isSelectionMisspelled()2038 String selectedString = frame()->selectedText(); in guessesForMisspelledSelection() local2039 ASSERT(selectedString.length() != 0); in guessesForMisspelledSelection()2043 client()->getGuessesForWord(selectedString, guesses); in guessesForMisspelledSelection()
245 virtual HRESULT STDMETHODCALLTYPE selectedString(
918 HRESULT STDMETHODCALLTYPE WebFrame::selectedString( in selectedString() function in WebFrame
1661 (WebFrame::selectedString):9695 (WebFrame::selectedString): Implemented.
1544 -[WebHTMLView(WebDocumentPrivateProtocols) selectedString]2493 -[WebPDFView selectedString]
2115 (-[NSString selectedString]):5009 (-[WebPDFView selectedString]):35329 (-[WebHTMLView hasSelection]): call selectedString35330 (-[WebHTMLView takeFindStringFromSelection:]): call selectedString35334 (-[WebHTMLView selectedString]): part of WebDocumentText protocol35344 (-[WebTextView selectedString]): part of WebDocumentText protocol
16018 (-[WebHTMLView selectedString]): Ditto.
18531 (-[WebHTMLView selectedString]): Ditto.
5952 (-[WebCoreBridge selectedString]): Convert text to use yen sign before returning to WebKit.18411 (-[WebCoreBridge selectedString]): renamed to reflect WebDocument API change18413 (-[WebCoreBridge elementAtPoint:]): call selectedString
151 (-[WebCoreFrameBridge selectedString]): Remove QChar cast, no longer needed.11490 (-[WebCoreFrameBridge selectedString]):35993 (-[WebCoreBridge selectedString]):
12858 (-[WebCoreFrameBridge selectedString]):
28371 …(-[WebCoreBridge selectedString]): Added an explicit QChar conversion so this code still works eve…