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

  /external/chromium_org/third_party/WebKit/Source/core/clipboard/
Pasteboard.h 41 class Pasteboard {
42 WTF_MAKE_NONCOPYABLE(Pasteboard); WTF_MAKE_FAST_ALLOCATED;
49 static Pasteboard* generalPasteboard();
72 Pasteboard();
Pasteboard.cpp 32 #include "core/clipboard/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...]

Completed in 139 milliseconds