Searched refs:selectedText (Results 1 - 25 of 44) sorted by relevance

12

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebContextMenuClientMac.mm78 String selectedString = selectionFrame->displayStringModifiedByEncoding(selectionFrame->editor()->selectedText());
H A DWebEditorClientMac.mm150 NSString *selectedString = frame->displayStringModifiedByEncoding(frame->editor()->selectedText());
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebview.h46 Q_PROPERTY(QString selectedText READ selectedText)
79 QString selectedText() const;
H A Dqwebpage.h74 Q_PROPERTY(QString selectedText READ selectedText)
275 QString selectedText() const;
H A Dqwebview.cpp590 \property QWebView::selectedText
597 QString QWebView::selectedText() const function in class:QWebView
600 return d->page->selectedText();
611 \sa findText(), selectionChanged(), selectedText()
813 \sa selectedText(), selectionChanged()
1229 \sa selectedText()
/external/chromium/webkit/glue/
H A Dcontext_menu.cc34 selection_text(data.selectedText),
/external/webkit/Source/WebCore/platform/wx/
H A DPasteboardWx.cpp56 wxTheClipboard->SetData( new wxTextDataObject(frame->editor()->selectedText()) );
/external/webkit/Source/WebKit/chromium/public/
H A DWebContextMenuData.h106 WebString selectedText; member in struct:WebKit::WebContextMenuData
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebContextMenuClient.cpp73 String searchString = frame->editor()->selectedText();
/external/webkit/Source/WebKit/chromium/src/
H A DContextMenuClientImpl.cpp105 // First select from selectedText to check for multiple word selection.
106 String misspelledWord = selectedFrame->editor()->selectedText().stripWhiteSpace();
127 misspelledWord = selectedFrame->editor()->selectedText().stripWhiteSpace();
221 data.selectedText = text;
253 data.selectedText = selectedFrame->editor()->selectedText().stripWhiteSpace();
/external/webkit/Source/WebKit/gtk/tests/
H A Dtestatk.c1107 gchar* selectedText = atk_text_get_selection(paragraph1, 0, &startOffset, &endOffset); local
1110 g_assert_cmpstr(selectedText, ==, 0);
1111 g_free (selectedText);
1125 selectedText = atk_text_get_selection(paragraph1, 0, &startOffset, &endOffset);
1128 g_assert_cmpstr(selectedText, ==, "agraph with plain te");
1129 g_free (selectedText);
1138 selectedText = atk_text_get_selection(paragraph1, 0, &startOffset, &endOffset);
1143 g_assert_cmpstr(selectedText, ==, 0);
1144 g_free (selectedText);
1154 selectedText
[all...]
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebContextMenuClient.cpp113 String searchString = frame->editor()->selectedText();
/external/webkit/Source/WebCore/platform/chromium/
H A DPasteboardChromium.cpp88 String plainText = frame->editor()->selectedText();
H A DClipboardChromium.cpp317 String str = frame->editor()->selectedText();
/external/webkit/Source/WebCore/platform/gtk/
H A DPasteboardGtk.cpp70 dataObject->setText(frame->editor()->selectedText());
H A DClipboardGtk.cpp312 m_dataObject->setText(frame->editor()->selectedText());
/external/webkit/Source/WebCore/platform/haiku/
H A DPasteboardHaiku.cpp97 BString string(frame->selectedText());
/external/webkit/Source/WebCore/platform/qt/
H A DPasteboardQt.cpp63 QString text = frame->editor()->selectedText();
H A DClipboardQt.cpp332 QString text = frame->editor()->selectedText();
/external/webkit/Source/WebCore/editing/mac/
H A DEditorMac.mm204 NSString *nsSelectedText = m_frame->displayStringModifiedByEncoding(selectedText());
/external/webkit/Source/WebCore/platform/win/
H A DPasteboardWin.cpp134 String str = frame->editor()->selectedText();
/external/webkit/Source/WebCore/platform/wince/
H A DPasteboardWinCE.cpp127 String str = frame->selectedText();
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFontQt.cpp355 QString selectedText = fromRawDataWithoutRef(sanitized, from, qMin(to - from, wholeText.length() - from)); local
358 int width = QFontMetrics(font()).width(selectedText, -1, Qt::TextBypassShaping);
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityRenderObject.h186 virtual String selectedText() const;
/external/webkit/Source/WebCore/page/
H A DContextMenuController.cpp279 ASSERT(frame->editor()->selectedText().length());
768 String selectedString = frame->displayStringModifiedByEncoding(frame->editor()->selectedText());
894 String selectedString = frame->displayStringModifiedByEncoding(frame->editor()->selectedText());

Completed in 547 milliseconds

12