OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:generalPasteboard
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/clipboard/
Pasteboard.h
49
static Pasteboard*
generalPasteboard
();
Pasteboard.cpp
48
Pasteboard* Pasteboard::
generalPasteboard
()
DataObjectItem.cpp
148
blink::WebClipboard::Buffer buffer = Pasteboard::
generalPasteboard
()->buffer();
DataObject.cpp
45
blink::WebClipboard::Buffer buffer = Pasteboard::
generalPasteboard
()->buffer();
/external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp
490
Pasteboard::
generalPasteboard
()->writeDataObject(dataObject.release());
835
Pasteboard::
generalPasteboard
()->writePlainText(plainText,
838
writeSelectionToPasteboard(Pasteboard::
generalPasteboard
(), selection.get(), plainText);
851
Pasteboard::
generalPasteboard
()->writePlainText(frame().selectedTextForClipboard(),
856
writeImageNodeToPasteboard(Pasteboard::
generalPasteboard
(), imageElement, document->title());
858
writeSelectionToPasteboard(Pasteboard::
generalPasteboard
(), selectedRange().get(), frame().selectedTextForClipboard());
873
pasteWithPasteboard(Pasteboard::
generalPasteboard
());
875
pasteAsPlainTextWithPasteboard(Pasteboard::
generalPasteboard
());
885
pasteAsPlainTextWithPasteboard(Pasteboard::
generalPasteboard
());
[
all
...]
EditorCommand.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFrontendHost.cpp
172
Pasteboard::
generalPasteboard
()->writePlainText(text, Pasteboard::CannotSmartReplace);
Completed in 288 milliseconds