Searched refs:findEventTargetFrom (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.h201 Element* findEventTargetFrom(const VisibleSelection&) const;
H A DEditor.cpp572 Element* Editor::findEventTargetFrom(const VisibleSelection& selection) const function in class:blink::Editor
583 return findEventTargetFrom(frame().selection().selection());
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDragController.cpp442 Element* target = innerFrame->editor().findEventTargetFrom(VisibleSelection(m_page->dragCaretController().caretPosition()));

Completed in 81 milliseconds