Home | History | Annotate | Download | only in page

Lines Matching refs:get

120                 return fragment.get();
126 return createFragmentFromText(context.get(), dragData->asPlainText()).get();
164 mainFrame->eventHandler()->cancelDragAndDrop(createMouseEvent(dragData), clipboard.get());
187 mainFrame->eventHandler()->performDragAndDrop(createMouseEvent(dragData), clipboard.get());
244 // In order to get around this problem we assume any non-FILE input element
377 if (!innerFrame->editor()->shouldApplyStyle(style.get(), innerRange.get()))
380 innerFrame->editor()->applyStyle(style.get(), EditActionSetColor);
442 if (text.isEmpty() || !innerFrame->editor()->shouldInsertText(text, range.get(), EditorInsertActionDropped)) {
449 applyCommand(ReplaceSelectionCommand::create(m_documentUnderMouse, createFragmentFromText(range.get(), text), true, false, true));
500 if (!mainFrame->eventHandler()->updateDragAndDrop(event, clipboard.get())) {
575 src->selection()->setSelection(VisibleSelection(range.get(), DOWNSTREAM));
707 clipboard->writeRange(selectionRange.get(), src);
722 // Only way I know to get here is if to get here is if the original element clicked on in the mousedown is no longer
781 viewProtector->windowToContents(frame->view()->contentsToWindow(eventPos)), clipboard, frameProtector.get(), forLink);