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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
Pasteboard.cpp 32 #include "core/platform/Pasteboard.h"
48 Pasteboard* Pasteboard::generalPasteboard()
50 static Pasteboard* pasteboard = new Pasteboard; local
51 return pasteboard;
54 Pasteboard::Pasteboard()
59 bool Pasteboard::isSelectionMode() cons
    [all...]
Pasteboard.h 41 class Pasteboard {
42 WTF_MAKE_NONCOPYABLE(Pasteboard); WTF_MAKE_FAST_ALLOCATED;
49 static Pasteboard* generalPasteboard();
72 Pasteboard();
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.h 53 class Pasteboard;
268 bool canSmartReplaceWithPasteboard(Pasteboard*);
269 void pasteAsPlainTextWithPasteboard(Pasteboard*);
270 void pasteWithPasteboard(Pasteboard*);
271 void writeSelectionToPasteboard(Pasteboard*, Range*, const String& plainText);
Editor.cpp 80 #include "core/platform/Pasteboard.h"
385 void Editor::pasteAsPlainTextWithPasteboard(Pasteboard* pasteboard)
387 String text = pasteboard->plainText();
388 pasteAsPlainText(text, canSmartReplaceWithPasteboard(pasteboard));
391 void Editor::pasteWithPasteboard(Pasteboard* pasteboard)
397 if (pasteboard->isHTMLAvailable()) {
401 String markup = pasteboard->readHTML(url, fragmentStart, fragmentEnd);
409 String text = pasteboard->plainText()
    [all...]
EditorCommand.cpp 59 #include "core/platform/Pasteboard.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFrontendHost.cpp 44 #include "core/platform/Pasteboard.h"
157 Pasteboard::generalPasteboard()->writePlainText(text, Pasteboard::CannotSmartReplace);
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ChromiumDataObjectItem.cpp 36 #include "core/platform/Pasteboard.h"
159 blink::WebClipboard::Buffer buffer = Pasteboard::generalPasteboard()->buffer();
ChromiumDataObject.cpp 34 #include "core/platform/Pasteboard.h"
45 blink::WebClipboard::Buffer buffer = Pasteboard::generalPasteboard()->buffer();
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_platform.target.darwin-arm.mk 27 third_party/WebKit/Source/core/platform/Pasteboard.cpp \
webcore_platform.target.darwin-mips.mk 27 third_party/WebKit/Source/core/platform/Pasteboard.cpp \
webcore_platform.target.darwin-x86.mk 27 third_party/WebKit/Source/core/platform/Pasteboard.cpp \
webcore_platform.target.linux-arm.mk 27 third_party/WebKit/Source/core/platform/Pasteboard.cpp \
webcore_platform.target.linux-mips.mk 27 third_party/WebKit/Source/core/platform/Pasteboard.cpp \
webcore_platform.target.linux-x86.mk 27 third_party/WebKit/Source/core/platform/Pasteboard.cpp \

Completed in 54 milliseconds