HomeSort by relevance Sort by last modified time
    Searched refs:selectedText (Results 26 - 48 of 48) sorted by null

12

  /external/webkit/Source/WebCore/platform/qt/
ClipboardQt.cpp 332 QString text = frame->editor()->selectedText();
  /external/webkit/Source/WebCore/platform/win/
PasteboardWin.cpp 134 String str = frame->editor()->selectedText();
ClipboardWin.cpp 774 String str = frame->editor()->selectedText();
  /external/webkit/Source/WebCore/page/
ContextMenuController.cpp 279 ASSERT(frame->editor()->selectedText().length());
768 String selectedString = frame->displayStringModifiedByEncoding(frame->editor()->selectedText());
    [all...]
DragController.cpp 758 clipboard->writePlainText(src->editor()->selectedText());
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityObject.h 446 virtual String selectedText() const { return String(); }
AccessibilityRenderObject.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
Editor.h 344 String selectedText() const;
Editor.cpp     [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp     [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebFrame.cpp 291 return m_coreFrame->displayStringModifiedByEncoding(m_coreFrame->editor()->selectedText());
  /external/webkit/Source/WebKit/win/Interfaces/
IWebView.idl 642 @method selectedText
645 HRESULT selectedText([out, retval] BSTR* text);
    [all...]
  /external/webkit/Source/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm     [all...]
  /external/webkit/Source/WebCore/platform/mac/
PasteboardMac.mm 205 String text = frame->editor()->selectedText();
  /external/webkit/Source/WebKit/win/
WebView.h 287 virtual HRESULT STDMETHODCALLTYPE selectedText(
    [all...]
WebFrame.cpp 1062 String text = coreFrame->displayStringModifiedByEncoding(coreFrame->editor()->selectedText());
    [all...]
WebView.cpp     [all...]
  /frameworks/base/core/java/android/widget/
Editor.java 796 CharSequence selectedText = mTextView.getTransformedText(start, end);
797 ClipData data = ClipData.newPlainText(null, selectedText);
799 mTextView.startDrag(data, getTextThumbnailBuilder(selectedText), localState, 0);
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_frame.cpp 658 WTF::CString s = sd->frame->editor()->selectedText().utf8();
    [all...]
ewk_view.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm 521 return _private->coreFrame->displayStringModifiedByEncoding(_private->coreFrame->editor()->selectedText());
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp     [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp     [all...]

Completed in 649 milliseconds

12