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

1 2

  /external/webkit/Source/WebCore/platform/brew/
PasteboardBrew.cpp 29 #include "Pasteboard.h"
39 Pasteboard* Pasteboard::generalPasteboard()
41 static Pasteboard* pasteboard = new Pasteboard; local
42 return pasteboard;
45 Pasteboard::Pasteboard()
50 void Pasteboard::clear(
    [all...]
  /external/webkit/Source/WebCore/platform/efl/
PasteboardEfl.cpp 24 #include "Pasteboard.h"
38 Pasteboard* Pasteboard::generalPasteboard()
40 static Pasteboard* pasteboard = new Pasteboard(); local
41 return pasteboard;
44 Pasteboard::Pasteboard()
49 void Pasteboard::writePlainText(const String&
    [all...]
  /external/webkit/Source/WebCore/platform/wx/
PasteboardWx.cpp 28 #include "Pasteboard.h"
43 Pasteboard::Pasteboard()
47 Pasteboard* Pasteboard::generalPasteboard()
49 static Pasteboard* pasteboard = new Pasteboard(); local
50 return pasteboard;
53 void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame
    [all...]
ClipboardWx.cpp 33 #include "Pasteboard.h"
57 Pasteboard::generalPasteboard()->clear();
127 Pasteboard::generalPasteboard()->writeURL(url, string, frame);
143 Pasteboard::generalPasteboard()->writePlainText(text);
  /external/webkit/Source/WebCore/platform/gtk/
PasteboardGtk.cpp 21 #include "Pasteboard.h"
40 Pasteboard* Pasteboard::generalPasteboard()
42 static Pasteboard* pasteboard = new Pasteboard(); local
43 return pasteboard;
46 Pasteboard::Pasteboard()
51 Pasteboard::~Pasteboard(
    [all...]
ClipboardGtk.cpp 29 #include "Pasteboard.h"
63 , m_helper(Pasteboard::generalPasteboard()->helper())
72 , m_helper(Pasteboard::generalPasteboard()->helper())
  /external/webkit/Source/WebCore/platform/chromium/
PasteboardChromium.cpp 32 #include "Pasteboard.h"
56 Pasteboard* Pasteboard::generalPasteboard()
58 static Pasteboard* pasteboard = new Pasteboard; local
59 return pasteboard;
62 Pasteboard::Pasteboard()
67 void Pasteboard::clear(
    [all...]
ReadableDataObject.cpp 35 #include "Pasteboard.h"
80 Pasteboard::generalPasteboard()->isSelectionMode() ?
86 Pasteboard::generalPasteboard()->isSelectionMode() ?
ChromiumDataObject.cpp 35 #include "Pasteboard.h"
134 Pasteboard::generalPasteboard()->isSelectionMode() ?
158 Pasteboard::generalPasteboard()->isSelectionMode() ?
ChromiumDataObjectLegacy.cpp 35 #include "Pasteboard.h"
104 // This is currently broken for pasteboard events, and always has been.
132 Pasteboard::generalPasteboard()->isSelectionMode() ?
156 Pasteboard::generalPasteboard()->isSelectionMode() ?
  /external/webkit/Source/WebCore/platform/qt/
PasteboardQt.cpp 29 #include "Pasteboard.h"
47 Pasteboard::Pasteboard()
52 Pasteboard* Pasteboard::generalPasteboard()
54 static Pasteboard* pasteboard = 0; local
55 if (!pasteboard)
56 pasteboard = new Pasteboard();
    [all...]
  /external/webkit/Source/WebCore/platform/haiku/
PasteboardHaiku.cpp 29 #include "Pasteboard.h"
47 Pasteboard::Pasteboard()
51 Pasteboard::~Pasteboard()
55 Pasteboard* Pasteboard::generalPasteboard()
57 static Pasteboard pasteboard; local
58 return &pasteboard;
    [all...]
  /external/webkit/Source/WebCore/platform/android/
TemporaryLinkStubs.cpp 67 #include "Pasteboard.h"
109 Pasteboard* Pasteboard::generalPasteboard()
111 return new Pasteboard();
114 void Pasteboard::writeSelection(Range*, bool, Frame*)
119 void Pasteboard::writePlainText(const String&)
124 void Pasteboard::writeURL(const KURL&, const String&, Frame*)
129 void Pasteboard::clear()
134 bool Pasteboard::canSmartReplace()
140 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame*, PassRefPtr<Range>, bool, bool&
    [all...]
  /external/webkit/Source/WebCore/platform/wince/
PasteboardWinCE.cpp 29 #include "Pasteboard.h"
79 Pasteboard* Pasteboard::generalPasteboard()
81 static Pasteboard* pasteboard = new Pasteboard; local
82 return pasteboard;
85 Pasteboard::Pasteboard()
103 void Pasteboard::clear(
    [all...]
  /external/webkit/Source/WebCore/platform/
Pasteboard.h 84 class Pasteboard {
85 WTF_MAKE_NONCOPYABLE(Pasteboard); WTF_MAKE_FAST_ALLOCATED;
90 static void writeURL(NSPasteboard* pasteboard, NSArray* types, const KURL& url, const String& titleStr, Frame* frame);
91 static void writePlainText(NSPasteboard* pasteboard, const String& text);
93 Pasteboard(NSPasteboard *);
96 static Pasteboard* generalPasteboard();
118 ~Pasteboard();
122 Pasteboard();
  /external/webkit/Source/WebCore/platform/win/
PasteboardWin.cpp 27 #include "Pasteboard.h"
81 Pasteboard* Pasteboard::generalPasteboard()
83 static Pasteboard* pasteboard = new Pasteboard; local
84 return pasteboard;
87 Pasteboard::Pasteboard()
109 void Pasteboard::clear(
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
PasteboardMac.mm 27 #import "Pasteboard.h"
66 NSString *WebArchivePboardType = @"Apple Web Archive pasteboard type";
67 NSString *WebSmartPastePboardType = @"NeXT smart paste pasteboard type";
80 } else { // Don't write RTFD to the pasteboard when the copied attributed string has no attachments.
115 Pasteboard* Pasteboard::generalPasteboard()
117 static Pasteboard* pasteboard = new Pasteboard([NSPasteboard generalPasteboard]);
118 return pasteboard;
    [all...]
DragDataMac.mm 35 #import "Pasteboard.h"
64 //Need to call this so that the various Pasteboard type strings are intialised
65 Pasteboard::generalPasteboard();
101 Pasteboard pasteboard(m_pasteboard.get());
102 return pasteboard.plainText(frame);
147 Pasteboard pasteboard(m_pasteboard.get());
148 return pasteboard.asURL(frame);
153 Pasteboard pasteboard(m_pasteboard.get())
    [all...]
ClipboardMac.mm 38 #import "Pasteboard.h"
52 return ClipboardMac::create(DragAndDrop, dragData->pasteboard(), policy, frame);
55 ClipboardMac::ClipboardMac(ClipboardType clipboardType, NSPasteboard *pasteboard, ClipboardAccessPolicy policy, Frame *frame)
57 , m_pasteboard(pasteboard)
113 static void addHTMLClipboardTypesForCocoaType(HashSet<String>& resultTypes, NSString *cocoaType, NSPasteboard *pasteboard)
128 NSArray *fileList = [pasteboard propertyListForType:NSFilenamesPboardType];
167 static NSArray *absoluteURLsFromPasteboardFilenames(NSPasteboard* pasteboard, bool onlyFirstURL = false)
169 NSArray *fileList = [pasteboard propertyListForType:NSFilenamesPboardType];
171 // FIXME: Why does this code need to guard against bad values on the pasteboard?
191 static NSArray *absoluteURLsFromPasteboard(NSPasteboard* pasteboard, bool onlyFirstURL = false
    [all...]
  /external/webkit/Source/WebCore/editing/mac/
EditorMac.mm 37 #import "Pasteboard.h"
64 void Editor::pasteWithPasteboard(Pasteboard* pasteboard, bool allowPlainText)
71 RefPtr<DocumentFragment> fragment = pasteboard->documentFragment(m_frame, range, allowPlainText, choosePlainText);
73 pasteAsFragment(fragment, canSmartReplaceWithPasteboard(pasteboard), false);
79 RefPtr<DocumentFragment> fragment = pasteboard->documentFragment(m_frame, range, allowPlainText, choosePlainText);
81 pasteAsFragment(fragment, canSmartReplaceWithPasteboard(pasteboard), false);
84 RefPtr<DocumentFragment>fragment = pasteboard->documentFragment(m_frame, range, allowPlainText, choosePlainText);
86 pasteAsFragment(fragment, canSmartReplaceWithPasteboard(pasteboard), false);
216 Pasteboard::writeSelection([NSPasteboard pasteboardWithName:pasteboardName], types.get(), selectedRange().get (…)
    [all...]
  /external/webkit/Source/WebCore/inspector/
InjectedScriptHost.cpp 48 #include "Pasteboard.h"
135 Pasteboard::generalPasteboard()->writePlainText(text);
InspectorFrontendHost.cpp 48 #include "Pasteboard.h"
220 Pasteboard::generalPasteboard()->writePlainText(text);
  /external/webkit/Source/WebCore/editing/
Editor.h 62 class Pasteboard;
408 bool canSmartReplaceWithPasteboard(Pasteboard*);
410 void pasteAsPlainTextWithPasteboard(Pasteboard*);
411 void pasteWithPasteboard(Pasteboard*, bool allowPlainText);
414 void writeSelectionToPasteboard(Pasteboard*);
Editor.cpp 67 #include "Pasteboard.h"
362 pasteAsPlainTextWithPasteboard(Pasteboard::generalPasteboard());
365 void Editor::pasteAsPlainTextWithPasteboard(Pasteboard* pasteboard)
367 String text = pasteboard->plainText(m_frame);
369 pasteAsPlainText(text, canSmartReplaceWithPasteboard(pasteboard));
373 void Editor::pasteWithPasteboard(Pasteboard* pasteboard, bool allowPlainText)
377 RefPtr<DocumentFragment> fragment = pasteboard->documentFragment(m_frame, range, allowPlainText, chosePlainText);
379 pasteAsFragment(fragment, canSmartReplaceWithPasteboard(pasteboard), chosePlainText)
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitglobals.cpp 35 #include "Pasteboard.h"
274 Pasteboard::generalPasteboard()->setHelper(WebKit::pasteboardHelperInstance());

Completed in 3516 milliseconds

1 2