HomeSort by relevance Sort by last modified time
    Searched refs:selectedTextForClipboard (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.h 148 String selectedTextForClipboard() const;
LocalFrame.cpp 359 String LocalFrame::selectedTextForClipboard() const
361 return selection().selectedTextForClipboard();
  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.h 202 String selectedTextForClipboard() const;
Editor.cpp 833 String plainText = frame().selectedTextForClipboard();
851 Pasteboard::generalPasteboard()->writePlainText(frame().selectedTextForClipboard(),
858 writeSelectionToPasteboard(Pasteboard::generalPasteboard(), selectedRange().get(), frame().selectedTextForClipboard());
    [all...]
FrameSelection.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/clipboard/
DataTransfer.cpp 360 String str = frame->selectedTextForClipboard();
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp 748 dataTransfer->writePlainText(src->selectedTextForClipboard());
    [all...]

Completed in 1222 milliseconds