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

/external/webkit/WebCore/editing/
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))

Completed in 82 milliseconds