Home
last modified time | relevance | path

Searched refs:isLastPositionBeforeTable (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
Dhtmlediting.h79 Element* isLastPositionBeforeTable(const VisiblePosition&);
Dhtmlediting.cpp521 Element* isLastPositionBeforeTable(const VisiblePosition& visiblePosition) in isLastPositionBeforeTable() function
1093 if (Element* table = isLastPositionBeforeTable(startOfSelection)) in selectionForParagraphIteration()
DTypingCommand.cpp461 if (isLastPositionBeforeTable(visibleStart)) in deleteKeyPressed()
DDeleteSelectionCommand.cpp802 if (Element* table = isLastPositionBeforeTable(m_selectionToDelete.visibleStart())) in doApply()