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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
Pasteboard.h 61 static Pasteboard* generalPasteboard();
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ClipboardUtilitiesChromium.cpp 44 return Pasteboard::generalPasteboard()->isSelectionMode() ?
PasteboardChromium.cpp 57 Pasteboard* Pasteboard::generalPasteboard()
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 364 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);
    [all...]
EditorCommand.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFrontendHost.cpp 201 Pasteboard::generalPasteboard()->writePlainText(text, Pasteboard::CannotSmartReplace);
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 317 milliseconds