Searched refs:generalPasteboard (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DPasteboard.h61 static Pasteboard* generalPasteboard();
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
H A DClipboardUtilitiesChromium.cpp44 return Pasteboard::generalPasteboard()->isSelectionMode() ?
H A DPasteboardChromium.cpp57 Pasteboard* Pasteboard::generalPasteboard() function in class:WebCore::Pasteboard
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.cpp364 pasteAsPlainTextWithPasteboard(Pasteboard::generalPasteboard());
620 Pasteboard* pasteboard = Pasteboard::generalPasteboard();
916 Pasteboard::generalPasteboard()->writePlainText(m_frame->selectedTextForClipboard(),
919 Pasteboard::generalPasteboard()->writeSelection(selection.get(), canSmartCopyOrDelete(), m_frame, IncludeImageAltTextForClipboard);
934 Pasteboard::generalPasteboard()->writePlainText(m_frame->selectedTextForClipboard(),
939 Pasteboard::generalPasteboard()->writeImage(imageElement, document->url(), document->title());
941 Pasteboard::generalPasteboard()->writeSelection(selectedRange().get(), canSmartCopyOrDelete(), m_frame, IncludeImageAltTextForClipboard);
956 pasteWithPasteboard(Pasteboard::generalPasteboard(), true);
958 pasteAsPlainTextWithPasteboard(Pasteboard::generalPasteboard());
968 pasteAsPlainTextWithPasteboard(Pasteboard::generalPasteboard());
[all...]
H A DEditorCommand.cpp939 bool oldSelectionMode = Pasteboard::generalPasteboard()->isSelectionMode();
940 Pasteboard::generalPasteboard()->setSelectionMode(true);
942 Pasteboard::generalPasteboard()->setSelectionMode(oldSelectionMode);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorFrontendHost.cpp201 Pasteboard::generalPasteboard()->writePlainText(text, Pasteboard::CannotSmartReplace);

Completed in 302 milliseconds