Searched refs:dispatchTextInputEventFor (Results 1 – 2 of 2) sorted by relevance
82 bool dispatchTextInputEventFor(Frame*, DragData*);
439 bool DragController::dispatchTextInputEventFor(Frame* innerFrame, DragData* dragData) in dispatchTextInputEventFor() function in WebCore::DragController467 …if (m_page->dragCaretController().hasCaret() && !dispatchTextInputEventFor(innerFrame.get(), dragD… in concludeEditDrag()