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

/external/webkit/Source/WebCore/editing/
H A DReplaceSelectionCommand.cpp780 static bool isInlineNodeWithStyle(const Node* node) function in namespace:WebCore
961 // FIXME: isInlineNodeWithStyle does not check editability.
962 if (RefPtr<Node> nodeToSplitTo = highestEnclosingNodeOfType(insertionPos, isInlineNodeWithStyle)) {

Completed in 108 milliseconds