Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
Dhtmlediting.h145 bool isAtUnsplittableElement(const Position&);
DApplyBlockElementCommand.cpp100 if (isAtUnsplittableElement(start)) { in formatSelection()
Dhtmlediting.cpp186 bool isAtUnsplittableElement(const Position& pos) in isAtUnsplittableElement() function
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2958102 Removed implementation of isAtUnsplittableElement.
58105 …Removed member function isAtUnsplittableElement, because it was not class specific and belonged lo…
58108 (WebCore::isAtUnsplittableElement): added. The code was taken from IndentOutdentCommand.
58113 Added isAtUnsplittableElement declaration.
90534 (WebCore::IndentOutdentCommand::isAtUnsplittableElement):