Searched refs:isEditablePosition (Results 1 - 8 of 8) sorted by relevance

/external/webkit/WebCore/editing/
H A Dhtmlediting.h145 bool isEditablePosition(const Position&);
H A DVisibleSelection.cpp511 while (p.isNotNull() && !(lowestEditableAncestor(p.node()) == baseEditableAncestor && !isEditablePosition(p))) {
540 while (p.isNotNull() && !(lowestEditableAncestor(p.node()) == baseEditableAncestor && !isEditablePosition(p))) {
569 return isEditablePosition(start());
H A DSelectionController.cpp333 if (isEditablePosition(pos.deepEquivalent()))
407 if (isEditablePosition(pos.deepEquivalent()))
486 if (isEditablePosition(pos.deepEquivalent()))
553 if (isEditablePosition(pos.deepEquivalent()))
H A Dhtmlediting.cpp174 bool isEditablePosition(const Position& p) function in namespace:WebCore
289 while (p.node() && !isEditablePosition(p) && p.node()->isDescendantOf(highestRoot))
310 while (p.node() && !isEditablePosition(p) && p.node()->isDescendantOf(highestRoot))
H A Dvisible_units.cpp610 RenderObject* renderer = root->closestLeafChildForXPos(x - absPos.x(), isEditablePosition(p))->renderer();
711 RenderObject* renderer = root->closestLeafChildForXPos(x - absPos.x(), isEditablePosition(p))->renderer();
H A DCompositeEditCommand.cpp156 ASSERT(isEditablePosition(editingPosition));
H A DEditor.cpp1846 if (!isEditablePosition(position)) {
/external/webkit/WebCore/dom/
H A DPosition.cpp911 ASSERT(isEditablePosition(*this));
923 if (isEditablePosition(prev))
933 ASSERT(isEditablePosition(*this));

Completed in 2215 milliseconds