Home
last modified time | relevance | path

Searched refs:selectedString (Results 1 – 18 of 18) sorted by relevance

/external/webkit/WebKit/mac/WebView/
DWebDocument.h131 - (NSString *)selectedString;
DWebView.mm5071 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);
DWebPDFView.mm710 - (NSString *)selectedString
911 [pasteboard setString:[self selectedString] forType:NSStringPboardType];
DWebFrame.mm394 return [[documentView selectedString] length] > 0;
DWebHTMLView.mm944 NSMutableString *s = [[self selectedString] mutableCopy];
2470 [NSPasteboard _web_setFindPasteboardString:[self selectedString] withOwner:self];
5194 if ([[[self selectedString] _webkit_stringByTrimmingWhitespace] length] == 0)
5988 - (NSString *)selectedString
/external/webkit/WebKit/win/Interfaces/
DIWebDocument.idl155 @method selectedString
157 - (NSString *)selectedString;
159 HRESULT selectedString([out, retval] BSTR* result);
/external/webkit/WebCore/editing/
DEditor.cpp1942 String selectedString = frame()->selectedText(); in isSelectionMisspelled() local
1943 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() local
2039 ASSERT(selectedString.length() != 0); in guessesForMisspelledSelection()
2043 client()->getGuessesForWord(selectedString, guesses); in guessesForMisspelledSelection()
/external/webkit/WebKit/win/
DWebFrame.h245 virtual HRESULT STDMETHODCALLTYPE selectedString(
DWebFrame.cpp918 HRESULT STDMETHODCALLTYPE WebFrame::selectedString( in selectedString() function in WebFrame
DChangeLog-2009-06-161661 (WebFrame::selectedString):
9695 (WebFrame::selectedString): Implemented.
/external/webkit/WebKit/mac/
DWebKit.order1544 -[WebHTMLView(WebDocumentPrivateProtocols) selectedString]
2493 -[WebPDFView selectedString]
DChangeLog-2006-02-092115 (-[NSString selectedString]):
5009 (-[WebPDFView selectedString]):
35329 (-[WebHTMLView hasSelection]): call selectedString
35330 (-[WebHTMLView takeFindStringFromSelection:]): call selectedString
35334 (-[WebHTMLView selectedString]): part of WebDocumentText protocol
35344 (-[WebTextView selectedString]): part of WebDocumentText protocol
DChangeLog16018 (-[WebHTMLView selectedString]): Ditto.
DChangeLog-2007-10-1418531 (-[WebHTMLView selectedString]): Ditto.
/external/webkit/WebCore/
DChangeLog-2003-10-255952 (-[WebCoreBridge selectedString]): Convert text to use yen sign before returning to WebKit.
18411 (-[WebCoreBridge selectedString]): renamed to reflect WebDocument API change
18413 (-[WebCoreBridge elementAtPoint:]): call selectedString
DChangeLog-2006-05-10151 (-[WebCoreFrameBridge selectedString]): Remove QChar cast, no longer needed.
11490 (-[WebCoreFrameBridge selectedString]):
35993 (-[WebCoreBridge selectedString]):
DChangeLog-2007-10-1412858 (-[WebCoreFrameBridge selectedString]):
DChangeLog-2005-08-2328371 …(-[WebCoreBridge selectedString]): Added an explicit QChar conversion so this code still works eve…