Lines Matching full:clipboard
4031 (KJS::Clipboard::getValueProperty):
4032 (KJS::Clipboard::put):
4033 (KJS::Clipboard::putValueProperty):
5114 (KJS::Clipboard::getOwnPropertySlot):
8014 (KJS::Clipboard::getOwnProperty):
8730 (KJS::Clipboard::get):
8731 (KJS::Clipboard::put):
8732 (KJS::Clipboard::putValueProperty):
18940 (Clipboard::Clipboard):
33580 - fixed <rdar://problem/3673150> Pasting string from clipboard that is longer than input box will accept fails rather than truncating
40928 (Clipboard::getValueProperty): Assert if someone somehow set
40929 dropEffect or effectAllowed and it's a copy/paste clipboard
40930 instead of a dragging clipboard.
40931 (Clipboard::putValue): Don't let anyone set dropEffect or
40932 effectAllowed on a copy/paste clipboard.
40934 a copy/paste clipboard.
40946 on the clipboard.
41555 (-[WebCoreBridge dragOperationForDraggingInfo:]): Use more relaxed clipboard
41692 defined on DOMEvent, depending on if the event is a dragging or clipboard event.
41693 (DOMMouseEvent::mark): Pass mark along to any clipboard object we have.
41714 (ClipboardEventImpl::ClipboardEventImpl): ref optional clipboard
41715 (ClipboardEventImpl::~ClipboardEventImpl): deref optional clipboard
41719 (DOM::ClipboardEventImpl::clipboard):
41844 * kwq/KWQKHTMLPart.h: A single clipboard is kept over the life of a
41847 (KWQKHTMLPart::KWQKHTMLPart): Init clipboard.
41848 (KWQKHTMLPart::~KWQKHTMLPart): Free clipboard.
41851 (KWQKHTMLPart::khtmlMouseMoveEvent): Make clipboard for this drag session.
41852 Init clipboard to make an image from the dragSource element. Mark the
41854 (KWQKHTMLPart::dragSourceMovedTo): Clipboard will update WK with any new
42359 Clipboard access during DHTML dragging is made secure.
42378 (KWQKHTMLPart::dispatchDragSrcEvent): Set policy when creating clipboard,
42381 (-[WebCoreBridge dragOperationForDraggingInfo:]): Set policy when creating clipboard,
42554 (Clipboard::getValueProperty): Return Undefined if dropEffect or effectAllowed are not set.
42555 (Clipboard::putValue): Rename.
42557 (KJS::Clipboard::): Rename.
42580 (-[WebCoreBridge dragOperationForDraggingInfo:]): Set the incoming dragOp onto the clipboard
42895 Added types property to JS clipboard object.
42900 (Clipboard::getValueProperty): Create JS array for strings coming from the clipboard impl.
42902 (KJS::Clipboard::):
42934 of the mouse within the image from the upper right corner. clipboard methods setdata
42946 (DOMMouseEvent::getValueProperty): Return undefined for clipboard when its not a drag event.
42947 (ClipboardProtoFunc::tryCall): setDragImage glue to clipboard routine.
42949 (KJS::Clipboard::):
43442 (Clipboard::Clipboard): New class exposed in JS.
43443 (Clipboard::~Clipboard):
43444 (Clipboard::tryGet): Boilerplate.
43445 (Clipboard::getValueProperty): Return the clipboard's props.
43446 (Clipboard::tryPut): Boilerplate.
43447 (Clipboard::putValue): Set the clipboard's props.
43448 (ClipboardProtoFunc::tryCall): Implement clipboard's funcs.
43450 (KJS::DOMMouseEvent::DOMMouseEvent): Init clipboard ptr.
43452 (KJS::Clipboard::toBoolean):
43453 (KJS::Clipboard::classInfo):
43454 (KJS::Clipboard::):
43472 (MouseEventImpl::MouseEventImpl): Init new clipboard ptr.
43473 (MouseEventImpl::~MouseEventImpl): Deref clipboard.
43478 (DOM::MouseEventImpl::clipboard):
43489 (KWQClipboard::clearData): OSX specific clipboard impl. of IE func